I am trying to upgrade to 1.1.7 and it's just not working because there's no way to set a base URL now in the config file. The webpath component only takes a folder, not a URL. The old version took a full URL as one of the variables. Auto-detection doesn't work for me in my advanced setup.
Comments
`////////////////////////////////////////////////////////////////////////////////
// Path Overrides
////////////////////////////////////////////////////////////////////////////////
// Uncomment the following two lines ONLY IF YOU'RE HAVING PROBLEMS,
// like "file not found" or "not readable" errors.
// These allow you to override Zenphoto's detection of the correct paths
// on your server, which might work better on some setups.
////////////////////////////////////////////////////////////////////////////////
// define('WEBPATH', '/zenphoto');
// define('SERVERPATH', '/full/server/path/to/zenphoto');`