Quote:
Originally Posted by Chuck S 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
|