• boydspace

    (@boydspace)


    every so often, one of the pictures in my side bar will not load and instead says Error: Exceed Memory Limit. I know for a fact that I have much much more room on my server and much much more room in my php account along with mysql account. What is wrong??? and I’m not sure if I have 2.0.11 or what version I have…

Viewing 11 replies - 1 through 11 (of 11 total)
  • chhpy001

    (@chhpy001)

    You might want to try this. This worked for me when i had similar issue
    Uncomment the // @ini_set(‘memory_limit’, ‘128M’); line to
    @ini_set(‘memory_limit’, ‘128M’); in /plugins/nextgen-gallery/lib/gd.thumbnail.inc.php file

    sarmadhassan

    (@sarmadhassan)

    i was having same trouble with thumbnail creation. if you are using a screwed up host like hostmysite, chhpy’s suggested solution is not gonna work. I literally had to make thumbnails myself

    Found a solution here.

    Faced the same problem before. chhpy001’s solution had worked for me then.
    Uncomment

    @ini_set(‘memory_limit’, ‘128M’);

    in gd.thumbnail.inc.php

    This solution will not work with 1and1 hosting. They have a hard server memory limit of 20mb. PHP reports a higher amount but it is not accurate. Other hosts might do the same thing.

    1and1 has a shared package a lil bit higher… developer I think…

    E Anderson

    (@ethan-big-imprint-design)

    I have the same problem, just called 1and1 and they told me that it’s 40mb and is the same on every shared hosting package they offer.

    This might be the last straw for me with 1and1.

    This worked for me thank you

    Uncomment
    @ini_set(‘memory_limit’, ‘128M’);
    in gd.thumbnail.inc.php

    This worked for me thank you

    Uncomment
    @ini_set(‘memory_limit’, ‘128M’);
    in gd.thumbnail.inc.php

    Worked for me also

    worked for me too! thanks.

    wayhold

    (@wayhold)

    Uncommented the line and it worked like a champ! Thanks for the help.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘[Plugin: NextGEN Gallery] Error: Exceed Memory Limit’ is closed to new replies.