| Tried changing config
i've got the config file open and everthing looks except for this:
// Path to your PhotoPost installation - no end slashes
$PP_PATH = ".";
The path from the root to the photopost directory is /var/www/html/photopost
but when I change it I still get white screen.
$PP_PATH = "/var/www/html/photopost";
$PP_PATH = "/var/www/html";
neither of these work.
|