|
With photpost it asked for the path to the photopost directory, but with this program it does not. I noticed in the config file that this exists as follows afer install:
// Path to your PhotoPost installation - no end slashes
$PP_PATH = ".";
I have tried to change this to the real path after install, but it does not help. I changed it also before running install but it always goes back to this:
// Path to your PhotoPost installation - no end slashes
$PP_PATH = ".";
|