View Single Post
Old July 19th, 2004, 07:21 PM   #16 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,788
This has to do with server configuration. It can not even find a file that is in the same directory as the file that is being ran. This is not an issue with 99.99 of the servers out there. I have seen this in the case of a couple servers

in uploadphoto.php

find this

Find every instance of this in cookies.php

require "image-inc.php";


change to this

require "{$Globals['PP_PATH']}/image-inc.php";
__________________
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