View Single Post
Old June 16th, 2008, 11:13 AM   #9 (permalink)
attroll
Member
Verified Customer
 
attroll's Avatar
 
Join Date: Feb 2003
Posts: 364
Quote:
Originally Posted by Chuck S View Post
Thats still a memory exhaustion error with GD2.

Resizing photos smaller would help that or using the ini_set line in pp-inc.php as noted in many threads here to raise php memory up some might help.

Upload and then things go blank
I tried adding the following to my pp-inc.php file and I get the same error but referring to a different line now.
Quote:
ini_set("memory_limit", "70M");
ini_set("max_execution_time", 0);
Quote:
Fatal error: Allowed memory size of 52428800 bytes exhausted (tried to allocate 2448 bytes) in /home/apages/public_html/gallery/adm-photo.php on line 99
attroll is offline   Reply With Quote