View Single Post
Old December 29th, 2005, 09:32 PM   #10 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
Well thats a PHP memory exhaustion error and not a program error. Maybe your uploading large files and with only 8mb of memory for PHP and your using GD you will see this alot. Same edit just different file. Increase php mempry

In uploadphoto.php somewhere up top near say

require "pp-inc.php";

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 offline   Reply With Quote