mariannrea
Member
Posted 2 years ago #
Hi,
I noticed and error on the right side of my blog where one add should be. It says:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 235726 bytes) in /home/uno1093/public_html/wp-includes/class-simplepie.php on line 13070
There should be a similar photo slideshow like you see above.
I upgraded my wordpress to 2.8.4 but nothing changed.
I had a look at the file in question and it says: SimplePie bug! Please report this!
Thanks for your help!
add this line to your wp-config.php
define('WP_MEMORY_LIMIT', '64M');
mariannrea
Member
Posted 2 years ago #
Yeeei :D
Thank you, it did the trick! ;)
vegasrenie
Member
Posted 2 years ago #
This worked for me, too. Thanks!
Bonifide
Member
Posted 2 years ago #
It worked for me too! Thanks!
ranzia07
Member
Posted 1 year ago #
hi. i can't upgrade my wordpress to version 2.9.2
it always says:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 195619 bytes) in /home/pinkdoll/public_html/wp-admin/includes/class-pclzip.php on line 4215
i tried adding
define('WP_MEMORY_LIMIT', '64M');
in wp-config.php, but it doesn't work... please help... :'(