|
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";
|