October 26th, 2009

Hostmonster WordPress upgrade – solution

Yesterday I decided to upgrade to the newest version of WorPress CMS (2.8.5). Suddenly, when trying to use the automatic upgrade, the system returned

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate XXX bytes) in YYY on line ZZZ

I decided to play a bit with this, as I did not have the time and will for the old-school upgrade. Here I post the solution of the problem, which is rather easy. Just edit your wp-config.php and add

define(‘WP_MEMORY_LIMIT’, ’64M’);

..and this is it. Everything should go smoothly. Of course, delete all unnecessary plugins of yours, as they are taking place, for sure.

Related Posts

  1. Upgrade 1.1 – Zalman in The House
  2. Upgrade – Step 1
  3. The Crash of AMD is near?
  4. Mery X-Mas
  5. OK…if not me – let you have some fun

Tags: , ,