January 14th, 2005, 11:11 AM
|
#2 (permalink)
|
| Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,703
|
Are you sure you have uploaded all the templates?
Try this in bulkupload.php
find this
ini_set("max_execution_time", 0);
add below this
ini_set("memory_limit", "20M");
|
| |