• Fatal error: Out of memory (allocated 32505856) (tried to allocate 10944 bytes) in /homepages/25/d314896735/htdocs/WetCoastWomen/wp-admin/includes/image.php on line 162

    Host help said to do this..

    By default our hosting package php memory limit is only set to 8Mb. You
    may change it up to 20Mb by following the instructions shown below:

    1. Open Notepad
    2. Type in “memory_limit = 20M”
    3. Click on File > Save As
    4. Under drop down menu for “Save as type” select “All files”
    5. Under File name type in “php.ini”
    6. Click Save.

    I don’t think this has helped

Viewing 7 replies - 1 through 7 (of 7 total)
  • add this line to your wp-config.php

    define('WP_MEMORY_LIMIT', '64M');

    Thread Starter crunchycarpets

    (@crunchycarpets)

    ah okay..will try that…thanks!!!
    Am not code monkey and switching hosts and upgrading have been a nightmare this go around…new problems everywhere!!

    Thread Starter crunchycarpets

    (@crunchycarpets)

    um sorry..now sound like a total dork.
    WHERE would I do this line?

    samboll said:

    add this line to your wp-config.php

    Which is in the directory where you installed WordPress.

    I have the same error:

    Fatal error: Out of memory (allocated 32505856) (tried to allocate 13056 bytes) in /homepages/27/d195587143/htdocs/wordpress/wp-admin/includes/image.php on line 162

    I added the code to wp-config.php, but now when i try to access my blog or the blog log-in page i get this error:

    define(‘WP_MEMORY_LIMIT’, ’64M’);
    Warning: Cannot modify header information – headers already sent by (output started at /homepages/27/d195587143/htdocs/wordpress/wp-config.php:79) in /homepages/27/d195587143/htdocs/wordpress/wp-includes/pluggable.php on line 868

    help!

    oops,

    i got the 2nd error because i added the code at the very end of the wp-config.php file (after the closing tags).

    Well after i changed that, i was able to log back in and access my blog.
    But the image uploader still gives me the same error…

    any ideas?

    so i just took a look at my media library:

    Even though i still get the “Fatal error: Out of memory” error, images do get uploaded successfully.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Upgraded to newest WP and now Image Loader says this…’ is closed to new replies.