View Single Post
Old May 10th, 2005, 03:24 PM   #4 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,699
A search on these forums would turn up many results on this. PHP is dieing because GD is using all the php memory to process the image and php can not continue so the script dies

PHP is not good about giving warning messages in such circumstances.

In bulkupload.php find this

ini_set("max_execution_time", 0);

below it add this

ini_set("memory_limit", "32M");
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote