|
whoops... posted too soon. I solved it. by replacing line 17 in uploadphoto.php with the following:
require "{$Globals['PP_PATH']}/image-inc.php";
I dont' know why it's requiring an absolute link when image-inc and upload photo are in the same directory.
|