Results 1 to 3 of 3

Thread: "Allowed memory exhausted"

  1. #1
    Join Date
    Nov 2009
    Posts
    1

    Default "Allowed memory exhausted"

    Hello all,

    I have a Wordpress site at srilankacards.com

    I've started getting the following error:

    [15-Nov-2009 10:55:02] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /home1/wotwoodc/public_html/srilankacards/wp-includes/class-simplepie.php on line 13158

    It shows up in my Bluehost logs and also in my Wordpress dashboard where it limits functionality. For instance, it won't list incoming links. It shows this error instead.

    Can anyone help? Many thanks,
    Ben

  2. #2
    Join Date
    Jun 2006
    Posts
    155

    Default

    Happened to me as well, luckily there is a simple solution for WP:

    You can also raise PHP memory from wp-config.php file. Just add the following line after

    Code:
    define(’WP_MEMORY_LIMIT’, ‘64M’);
    If the problem still persists, you can contact your host for further assistance.
    link
    Last edited by Ferdinand; 11-15-2009 at 08:32 AM.
    Japan-Photo.info - Blog about Japanese photography

  3. #3
    Join Date
    Jun 2006
    Posts
    155

    Default

    PS: We had this topic already and you will find it discussed here (with the details where exactly to place the line of code).
    Japan-Photo.info - Blog about Japanese photography

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •