rlolson1
Member
Posted 3 months ago #
When using the upgrade tool to upgrade from 2.8.2 to 2.8.3 I get the following error:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2356995 bytes) in /home/coosacre/public_html/mambo/wp-includes/http.php on line 1331
The thing is, I used it to upgrade two other installations on the same server and domain with no problems.
rlolson1
Member
Posted 3 months ago #
More info: I saw the reply in another thread saying put
define('WP_MEMORY_LIMIT', '64M');
in config.php, but I can't find config.php on my server. do all hosts allow access to it? If I need to create one, where do I put it?
Thanks!
dcypherd
Member
Posted 3 months ago #
Check your wp-settings.php file. Thanks for pointing me in the right direction!
The file is wp-config.php and it should be in same directory as your wordpress installation.