|
Your $PP_PATH should have this in it
/home/tvphotog/public_html
There should be no other files to check $PP_PATH is a variable set throughout the program and is in the config-inc.php
This is directly out of a brand new config file in the distribution
// Path to your PhotoPost installation - no end slashes
$PP_PATH = "/home/sites/yoursite/photopost";
|