boydspace
Member
Posted 7 months ago #
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...
chhpy001
Member
Posted 7 months ago #
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
Member
Posted 7 months ago #
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
thinkdj
Member
Posted 2 weeks ago #
Faced the same problem before. chhpy001's solution had worked for me then.
Uncomment
@ini_set('memory_limit', '128M');
in gd.thumbnail.inc.php