Solved: wordpress Fatal error: Allowed memory size of 33554432 bytes exhausted : Simplysimple.info

Solved: wordpress Fatal error: Allowed memory size of 33554432 bytes exhausted

By | Posted, July 6th, 2010 and modified on October 4th, 2010.

I’m trying out WordPress 3 as a platform for our office Intranet/Extranet. Setting it up on a LAMP installation of the 64 bit version of Ubuntu Server (Lucid), I could login only once to the wp-admin page. Whenever I tried again, I got the following error message:

wordpress Fatal error: Allowed memory size of 33554432 bytes exhausted (In xyz file)

Initially I thought that our server being low on memory was at fault since there were other applications running using the same MYSQL server. I unsuccessfully restarted the machine twice after shutting down some services like Zope hoping to free some memory and solve the problem.

The solution (after a bit of trial and error) is to ftp to your webserver, change over to your WordPress installation directory and edit the wp-config.php file.

Add the following line (on a new line) after the other lines beginning with “define”

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

Hope this helped :-)

 

Related Posts

  1. WordPress error : “Your backup folder might be visible to the public”
  2. WordPress Warning: Unexpected character in input: ”’ (ASCII=39) state=1 in /home/
  3. Moving your WordPress blog
  4. Solved: Error accessing a shared folder between two Windows computers
  5. [Solved] JRE persistent printing prompt
  6. Tomcat6 error : jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class
  7. Solved: Cannot send outgoing Gmail in Evolution
  8. Solved: Attachments sent from Outlook or Entourage show as .dat files
  9. Webhosting and your MYSQL data
  10. Setting up the Reliance Huawei EC121 USB Modem in Ubuntu 9.04

Comment on this post

If you would like to make a comment, please fill out the form below.

Name (required)

Email (required)

Website

Comments

IMPORTANT! To be able to proceed, you need to solve the following simple math (so we know that you are a human) :-)

What is 12 + 13 ?
Please leave these two fields as-is:

+(reset)-
Follow me
© 2009 Simplysimple.info webmaster simplysimple.info