Support » Plugins » [Plugin: NextGEN Gallery] Out of memory when resizing pictures

  • Hello,

    I get the following error when resizing my images tru the manage gallery menu:

    ID 812: A failure occurred
    [more]

    Fatal error: Out of memory (allocated 101449728) (tried to allocate 12804 bytes) in /home/geet/public_html/ira/wp-content/plugins/nextgen-gallery/lib/gd.thumbnail.inc.php on line 927

    php configuration:

    max_execution_time = 1000
    max_input_time = 1000
    memory_limit = 256M

    Server configuration:

    Apache version: 2.2.11 (Unix)
    PHP version: 5.2.8
    MySQL version: 5.0.67-community-log
    Architecture: x86_64
    Operating system: Linux

Viewing 1 replies (of 1 total)
  • I’m having the same problem with error on line 933.

    Already uncommented and increased limit here
    wp-content/plugins/nextgen-gallery/lib/gd.thumbnail.inc.php

    On line #168 un-comment (remove the //) from before @ini_set(‘memory_limit’, ‘256M’);

    Added php.ini file to wp-admin/ with the following
    post_max_size = 50M
    upload_max_filesize = 40M
    max_execution_time = 900
    memory_limit = 256M

    Still no luck, any ideas or recommendations?

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: NextGEN Gallery] Out of memory when resizing pictures’ is closed to new replies.