I wasn't sure if I should start a new post or not... I am getting the same error so I followed Thorn's recommendation and setup this code page:
http://www.blackthornband.com/pages/code-page.phpI installed Image Gallery and was getting errors trying to upload images. I checked my php info settings and the memory_limit was 10MB. I was getting this error for anything over 500KB:
Fatal error: Allowed memory size of 10485760 bytes exhausted (tried to allocate 4800 bytes) in /home/www/blackthornband/framework/functions.php on line 514
I contact my host company and they increased it to 30MB.
I then tested up to a 1.2MB jpg which uploaded fine but a 1.7MB jpg was giving me:
Fatal error: Allowed memory size of 31457280 bytes exhausted (tried to allocate 3000 bytes) in /home/www/blackthornband/framework/functions.php on line 514
I'm not sure why it would be looking for 31MB to run the script - that seems quite large for processing a 1.7MB jpg.
I can upload the files via the media folder with no problems.
Is there something else I should be checking on my server? Is there a problem in the Image Gallery script? I've used it before on other sites and not run into this.
Thanks.