This is not a Gravity Forms issue, bug or code problem.
This is a web server resource issue. The error you are getting is a PHP memory issue. You are running out of available PHP memory which is why you are encountering these issues.
In @GMWilliams case it's not even coming from Gravity Forms based on the error he provided:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /home/squarem1/public_html/wp-admin/includes/schema.php on line 523
The error is coming from a core WordPress file.
But again, this is due to the fact you don't have enough PHP memory available for your site.
The solution to this issue is to increase your available PHP memory. This is a web server setting that controls how much memory is allocated to PHP on your web site. A lot of shared web hosts default to a very low amount of PHP memory and it's necessary to increase this amount by updating the PHP settings.
Here is a tutorial on how to do so:
http://www.nerdgrind.com/increase-wordpress-and-php-memory-limit/
You may need to contact your web host and discuss this with them if you are unable to follow the instructions in that tutorial or are unsure how to do so.
Posted 12 years ago on Monday March 5, 2012 |
Permalink