hi, i install bacula 7.4 with postgres 9.4, bacula function ok. but when i install webacula 7.0,i have this error when to try connect
PHP Fatal error: Uncaught exception 'Zend_Exception' with message 'Fatal error: Can't connect to SQL server' in /var/www/webacula/html/index.php:187\nStack trace:\n#0 {main}\n thrown in /var/www/webacula/html/index.php on line 187
I change the zend framwork witch 1.12.0, and Zend Framework 1.12.17 and Zend Framework 1.12.17 but still does not work.
I dont know is possible the version of postgres. or configuration pg_hba.conf.
this is my configuration pg_hba.conf
local all all trust
host all all 127.0.0.1/32 ident
host all all 0.0.0.0/0 md5
what person can helpme?
thanks