Less features in 1.1.7?

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

  • 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');`
  • 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.
Sign In or Register to comment.