Page 1 of 1

fatal error.

PostPosted: June 24th, 2010, 11:39 am
by nickfox
Hi

I'm getting the following error on a new install of wordpress 3.0 with no other plugins installed:

Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 311296 bytes) in /var/www/mycelltracker.com/public_html/wp-content/plugins/s2member/includes/functions/paypal-return.inc.php on line 412

I read about doing a manual install but could not find it.

thanks
Nick

Re: fatal error.

PostPosted: June 24th, 2010, 12:00 pm
by accessart
I think its in either wp-settings.php or wp-config.php where you need to change 32 to 64

Re: fatal error.

PostPosted: June 24th, 2010, 12:18 pm
by Guest
Ok, I set memory_limit in php.ini to 32M and that fixed it.

thanks
Nick

Re: fatal error.

PostPosted: June 26th, 2010, 2:25 am
by Jason Caldwell
Thanks for reporting back Nick. Much appreciated.