For some reason all those options that should have been under the album title were missing - I've updated to 1.5.3 and can now re-order all my albums as these options have re-appeared. Thanks for the help.
designbysue
Joined: 2005-04-12
Posts: 81
Posted: Fri, 2009-09-25 18:46
I know this is an old thread but for those of us still using 1.5.4 - I tried all of the suggestions in this thread and the only one that solved the problem was to
remove in classes/AlbumDB.php:
// albumdb.dat is corrupt, rebuild it
if (empty($this->albumOrder)) {
$this->albumOrder = array();
}
$changed = 1;
Posts: 9
For some reason all those options that should have been under the album title were missing - I've updated to 1.5.3 and can now re-order all my albums as these options have re-appeared. Thanks for the help.
Posts: 81
I know this is an old thread but for those of us still using 1.5.4 - I tried all of the suggestions in this thread and the only one that solved the problem was to
remove in classes/AlbumDB.php:
// albumdb.dat is corrupt, rebuild it
if (empty($this->albumOrder)) {
$this->albumOrder = array();
}
$changed = 1;
Hope this helps some others that like 1.5.4
Sue