|
Exactly you upgraded from a earlier version of Photopost. In the complete changedfile text in the documentation it stated to add the $PP_PATH variable to the config file at 4.8
CONFIG-INC.PHP: There are only two small changes to config-inc.php: The version number
in config-inc.php has changed and we have added back the $PP_PATH variable. You can either
manually update the file or select Edit Config from the admin menu and then SUBMIT to
update your file automatically.
Add this to your config-inc.php file
$PP_PATH = "/home/xpower-m/public_html/gallery";
|