Yep...another Gallery update. This one is really small, though, and primarily affects Windows users (it only affects UNIX users who leave Gallery in config mode, which can't be done since it doesn't work if it's in config mode LOL).
You can either upgrade to the new one, or:
Quote:
Open gallery/setup/index.php in a text editor and change the following lines:
if (!isset($GALLERY_BASEDIR)) {
$GALLERY_BASEDIR = '../';
}
to this:
$GALLERY_BASEDIR = '../';
|