greencurmudgeon
Member
Posted 1 year ago #
Plugin worked fine with WordPress 2.9.2 Upgraded to 3.0, tried to re-install, but received the following message:
Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 311296 bytes) in /home/greenc1/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop.class.php on line 2065
Please advise.
http://wordpress.org/extend/plugins/all-in-one-seo-pack/
Your memory limit is quite low at 16M and it looks like your hitting that.
WordPress tries to raise the limit to 32M but I guess your host is blocking that - so you need to talk to your host about raising the memory limit for php.
greencurmudgeon
Member
Posted 1 year ago #
I don't understand why this has become a problem now, when 2.9.2 experienced no such issues.
In 2.9.2 you were lucky to run with a 16M limit - we already had code to raise the limit to 32M if the host allowed because 16M is not really enough especially once you install a few plugins.
In all likelihood you were just able to run with 16M previously and now with the extra features in 3.0 you are going over that limit.