PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Gravity forms not saving

  1. I have an issue in saving gravity form, but for some reason its not saving on my test site
    http://sitename/wp-admin/admin-ajax.php

    br />
    <b>Fatal error</b>: Allowed memory size of 33554432 bytes exhausted (tried to allocate 491520 bytes) in <b>/var/www/xxx/sitename/wp-content/plugins/gravityforms/form_detail.php</b> on line <b>754</b>

    php.ini settings
    max_execution_time = 30 ; Maximum execution time of each script, in seconds
    max_input_time = 60 ; Maximum amount of time each script may spend parsing request data
    ;max_input_nesting_level = 64 ; Maximum input variable nesting level
    memory_limit = 32M ; Maximum amount of memory a script may consume (32MB)

    The plugin activated right
    can u tell if anything has to be seen in db/disk to resolve the issue

    Posted 13 years ago on Thursday December 16, 2010 | Permalink
  2. That is a memory related error. Your PHP is running out of memory. You need to increase the available PHP memory.

    Posted 13 years ago on Thursday December 16, 2010 | Permalink
  3. After installing gravity forms and trying to save my first simple form, I have a similar error"

    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /data/21/2/65/135/2065787/user/2264635/htdocs/sacsalsanews/ssn/wp-includes/class-simplepie.php on line 3743

    The above shows up in 3 sections of the dashboard home page. WordPress Blog, Incoming Links, and Plugins.

    Does this mean that the available PHP memory on my hosting server needs to be increased? If so what number would you recommend for the increase?

    Posted 11 years ago on Monday September 10, 2012 | Permalink
  4. Yes, it means you need to increase your PHP RAM. We have been recommending 128M but it depends on the number and type of plugins and theme you are running. You may need more in your installation. 32M as you have now is not enough for all the code you want to run, including Gravity Forms. Here is one explanation of how to increase RAM for both PHP and WordPress http://www.nerdgrind.com/increase-wordpress-and-php-memory-limit/

    Posted 11 years ago on Monday September 10, 2012 | Permalink