|
Your PP_PATH variable is wrong for one
In your config place this
/home2/www/idslamyou/classifieds
As far as the other error in both uploadphoto.php and bulkupload make sure this line
require "image-inc.php";
to this
require "{$Globals['PP_PATH']}/image-inc.php";
|