boydspace
Member
Posted 2 years 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 2 years 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 2 years 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 years 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
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.
ravetildon
Member
Posted 2 years ago #
1and1 has a shared package a lil bit higher... developer I think...
E Anderson
Member
Posted 1 year ago #
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.
saracannon
Member
Posted 1 year ago #
This worked for me thank you
Uncomment
@ini_set('memory_limit', '128M');
in gd.thumbnail.inc.php
matchstick
Member
Posted 1 year ago #
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.
Uncommented the line and it worked like a champ! Thanks for the help.