Hello,
I'm upgrading from 1.2.6, and encountered this error:
Quote:About to update tables...
Migrating lib-auth data version 1 => version 2
Zenphoto encountered an error
MySQL Query ( SELECT `pages`.`title`,`pages`.`titlelink` FROM `pages`, `admin_to_object` WHERE `admin_to_object`.adminid=2 AND `pages`.id=`admin_to_object`.objectid AND `admin_to_object`.type='pages' ) failed. MySQL returned the error Table 'zen.pages' doesn't exist
Backtrace:
-> query (functions-db-MySQL.php [101])
-> query_full_array (admin-functions.php [2855])
-> populateManagedObjectsList (lib-auth.php [529])
-> Zenphoto_Administrator->getObjects (lib-auth.php [581])
-> Zenphoto_Administrator->save (setup-option-defaults.php [270])
-> require (setup.php [2224])
I've never had a 'pages' table in my database, and even tried to install the latest version (1.3.1.2) from scratch, and that installation didn't have a 'paged' table either, so I don't know why the setup script is looking for one.
Any help would be appreciated!