July 15th, 2005, 10:38 PM
|
#2 (permalink)
|
| Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,698
|
Okay your php memory is exhausted.
You can try in uploadphoto.php right under the line
require "pp-inc.php";
add
ini_set("memory_limit", "40M");
|
| |