View Single Post
Old December 6th, 2005, 03:35 PM   #4 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,667
Hello that error message tells me your PHP memory is being exhausted.

This is usually brought on my using GD2 as the image processor and uploading big images

You can place a little over ride in your upload file to help

In uploadphoto.php find this

require "pp-inc.php";

add this above

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