Out of Memory Error in 1.2 Upgrade
Got a problem while trying to upgrade from 1.1.1>1.2
I downloaded the 1.1.1> 1.2 patch and copied all the files to the existing
wp folders.
Tried to login as an admin in the interface and activate the new version but got this message:
Fatal error: Out of memory (allocated 30932992) (tried to allocate 64 bytes) in /homepages/9/d278389140/
wp-includes/
wp-db.php on line 1530
I tried to open up the memory by adding the following line in the wpconfig file but doesn't seem to work.
define('WP_MEMORY_LIMIT', '64M');
Does anyone has a solution for this? Thanks!