Get this error when i try to use automatic upgrade via my dashboard:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2355395 bytes) in /home/freakins/public_html/wp-includes/http.php on line 1327
Get this error when i try to use automatic upgrade via my dashboard:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2355395 bytes) in /home/freakins/public_html/wp-includes/http.php on line 1327
add this line to your wp-config.php
define('WP_MEMORY_LIMIT', '64M');
thanks!
This helped a lot! Thank you!
Disable all plugins
I get exactly the same problem and have disabled all plugins and put this code in the config file but still the upgrade doesn't work!
This really work. I got it done. Thanks a lot.
Worked perfect, thanks
Thanks a lot theepicwinner
It worked for my all the WP sites.
I appreciate your help!.. Thank You once again!
You must log in to post.