Just upgraded and I am getting all of these errors. The weird thing is that my path is /home/kevinstr/public_html/photopost
not home2/...
Warning: chdir(): No such file or directory (errno 2) in /home2/kevinstr/public_html/photopost/header-inc.php on line 12
Warning: main(mainfile.php): failed to open stream: No such file or directory in /home2/kevinstr/public_html/photopost/header-inc.php on line 13
Warning: main(mainfile.php): failed to open stream: No such file or directory in /home2/kevinstr/public_html/photopost/header-inc.php on line 13
Fatal error: main(): Failed opening required 'mainfile.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home2/kevinstr/public_html/photopost/header-inc.php on line 13
My config file is:
// PhotoPost Pro Version Number
$VERSION = "4.8";
// Path to your PhotoPost installation - no end slashes
$PP_PATH = "/home/kevinstr/public_html/photopost";
My
VB# Lic number has been entered in the Config File.
My header-inc.php file has this:
$vbportal="/home/kevinstr/public_html"; // No ending slash
$pppath ="/home/kevinstr/public_html/photopost"; // No ending slash
I do not know where that home2 is coming from...