Webacula with Bacula 5.2.1 - Catalog version
Brought to you by:
tim4dev
The Catalog of the version 5.2.1 the bacula is 14. This version is compatibile with Webacula 5.5.1 ?
After install is showing this bellow error:
Fri Nov 11 06:33:11 2011] [error] [client 192.168.200.97] PHP Fatal error: Uncaught exception 'Zend_Exception' with message 'Bacula version mismatch for the Catalog database. Wanted 12, got 14. ' in /var/www/webacula/html/index.php:194\nStack trace:\n#0 {main}\n thrown in /var/www/webacula/html/index.php on line 194
ERROR: Bacula version mismatch for the Catalog database. Wanted 12, got 14
Workaround.
html/index.php
change line from
define('BACULA_VERSION', 12); // Bacula Catalog version
to
define('BACULA_VERSION', 14);
Warning! I have not tested Webacula work with this version of Bacula.
For me, this solution worked. Thank you!