vasantib
Member
Posted 2 years ago #
Hi,
I just completed the auto-upgrade to 2.9.1 and it went smooth. But now, I cannot edit existing pages or add new ones!
Here's an error I get when I try to add/edit pages:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 71 bytes) in /home/signatx6/public_html/wp-includes/meta.php on line 200
Please advice.
Thanks,
Vasanti
add this line to wp-config.php
define('WP_MEMORY_LIMIT', '64M');
vasantib
Member
Posted 2 years ago #
Samboll, You're a genius!
I added the code and it fixed not only the problem with the add/edit pages but also took away the errors that some of the plugins were giving. I didn't think the plugin errors could have been related, otherwise I would have mentioned those as well in my original query :)