• Resolved Gevo

    (@gevo)


    I´m using NextGenGallery on my HP and now I have a problem uploading new pictures. After the upload has reached 100% an error message appears:

    Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 11392 bytes) in /is/htdocs/wp10715963_DQLNL6V3RX/www/ymiko/wp-content/plugins/nextgen-gallery/lib/gd.thumbnail.inc.php on line 731

    Anybody an idea how to fix it?

    Thanks
    Gevo

    http://ww.wp.xz.cn/extend/plugins/nextgen-gallery/

Viewing 4 replies - 1 through 4 (of 4 total)
  • This is not a plugin-specific issue. Try increasing the memory available to PHP.

    Thread Starter Gevo

    (@gevo)

    Hey Esmi,
    thank you very much but I did everything which was recommended in this post – however I still can´t upload the picture.

    I tried to upload it to another gallery i created and strangely that worked perfektly.

    Any other suggestions?

    you try temporarily editing the @ini_set line in wp-admin/admin.php

    to something like
    @ini_set( 'memory_limit', apply_filters( 'admin_memory_limit', '500M' ) );

    This might not be necessary if you do what is in esmi’s link, but might be worth a try.

    Thread Starter Gevo

    (@gevo)

    Thank you for you help!
    I fixed it – it was obviously because of the “ä” in the gallery name.

    Thanks
    Gevo

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘[Plugin: NextGEN Gallery] Upload problem – Fatal error: Allowed memory size…’ is closed to new replies.