November 15th, 2005, 12:56 PM
|
#2 (permalink)
|
| Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,940
|
Hello that error means your memory has been exhausted
I can suggest in uploadphoto.php you find this
require "image-inc.php";
add above it this
ini_set("memory_limit", "32M");
|
| |