* I guess the DB schema has changed....
PHP Fatal error: Uncaught exception 'Zend_Exception' with message 'Bacula version mismatch for the Catalog database. Wanted 12, got 14. ' in /var/www/webacula-5.5.1/html/index.php:186\nStack trace:\n#0 {main}\n thrown in /var/www/webacula-5.5.1/html/index.php on line 186
* I tweaked index.php to accept catalog 14, then zend got upset :) :
PHP Fatal error: Uncaught exception 'Zend_Db_Table_Exception' with message 'Primary key column(s) (id) are not columns in this table ()' in /var/www/webacula-5.5.1/library/Zend/Db/Table/Abstract.php:900\nStack trace:\n#0
/var/www/webacula-5.5.1/library/Zend/Session/SaveHandler/DbTable.php(519):
Zend_Db_Table_Abstract->_setupPrimaryKey()\n#1
/var/www/webacula-5.5.1/library/Zend/Session/SaveHandler/DbTable.php(318):
Zend_Session_SaveHandler_DbTable->_getPrimary('fae3qsgq8sh90gh...')\n#2
[internal function]:
Zend_Session_SaveHandler_DbTable->read('fae3qsgq8sh90gh...')\n#3
/var/www/webacula-5.5.1/library/Zend/Session.php(469): session_start()\n#4
/var/www/webacula-5.5.1/html/index.php(215): Zend_Session::start()\n#5 {main}\n thrown in /var/www/webacula-5.5.1/library/Zend/Db/Table/Abstract.php on line 900
Steps to Reproduce:
Try to browse to webacula
Additional Information:
webacula 5.5.1
bacula 5.2.10
postgresql 8.4.12
I've got the same issue. Has anyone find some workaround?
Got the very same error, after upgrading my Debian Squeeze to Wheezy. Can anyone please patch this?