February 19th, 2005, 06:40 PM
|
#2 (permalink)
|
| Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,786
|
PHP timeout memory error
In bulkupload.php try this
Find this
ini_set("max_execution_time", 0);
below it add this
ini_set("memory_limit", "20M";
|
| |