![]() |
|
Less features in 1.1.7? - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Less features in 1.1.7? (/thread-3476.html) |
Less features in 1.1.7? - subnetrx - 2008-08-15 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. Less features in 1.1.7? - sbillard - 2008-08-15 The override at the bottom of zp-config.php has not changed" // 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');` Less features in 1.1.7? - subnetrx - 2008-08-15 Right, it hasn't changed. In the old version, webpath only takes a folder. In this version, it only takes a folder. Putting in the full webpath (http://www.yoursite.com/zenphoto) results in errors. |