
One of my WordPress Client was trying to upgrade her wordpress to the latest 2.9.1 version and while upgrading she was getting an error which says
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2516315 bytes) in /home/mystylea/public_html/wp-includes/http.php on line 1327
The issue is simple memory limit issue which we already discussed in previous post on installing php.ini in bluehost webhosting.
To resolve this memory allocation issue while upgrading wordpress, you need to add this one line in your wp-config.php file
define(‘WP_MEMORY_LIMIT’, ’64M’);
Make sure you take a backup of your current file. And try upgrading wordpress after that. Even if it does not work, increase memory limit in your php.ini file to 64M.
Alternative solution is disable all the plugins and then try upgrading your wordpress.
If you still face such issue, you can always hire us for upgrading your wordpress.
|
Related posts: |
![]() |











