Re: [Bacula-users] bacula-web error

2011-05-25 Thread Bacula-Dev
Hi Robert, Is the bacula-web installation and MySQL Server the same machine ? Did you tried to change the ip address of the MySQL server by 127.0.0.1 Another test to do when you test with the MySQL client # mysql -u bacula -h 192.168.100.93 -p Best regards Davide

[Bacula-users] bacula-web error

2011-05-24 Thread Robert Kromoser
Hi folks. No I installed and configured bacula-web as described in the link http://bacula-web.dflc.ch/index.php/admin/articles/configuring-bacula-we b.html I got the correct test page as described in http://bacula-web.dflc.ch/index.php/admin/articles/testing-your-bacula-w

Re: [Bacula-users] Bacula-web - Error query: 4

2008-02-29 Thread nda
Hi, Nobody can help me on this issue? The error message give no info at all... Thanks, Nico nda wrote: Hi, We are currently testing Bacula at work, but it isn't a easy task... Installation seems ok and i succeed the catalog backup. I'm now trying to mage the web interface work, but i

Re: [Bacula-users] Bacula-web - Error query: 4

2008-02-29 Thread Jason A. Kates
Nico, I don't know how many people are using bacula-web, nor at what level it is supported. My understanding is that for a GUI the development is being done on BAT. Most people use bconsole to manage bacula. I would suggest making it work then play with the GUI's. I think that you will find

Re: [Bacula-users] Bacula-web - Error query: 4

2008-02-29 Thread nda
Hi Jason, Thanks for the feedback, i'll try to learn how to use the bconsole efficiantly. Nico Jason A. Kates wrote: Nico, I don't know how many people are using bacula-web, nor at what level it is supported. My understanding is that for a GUI the development is being done on BAT.

Re: [Bacula-users] Bacula-web - Error query: 4

2008-02-29 Thread John Drescher
On Fri, Feb 29, 2008 at 3:38 AM, nda [EMAIL PROTECTED] wrote: Hi Jason, Thanks for the feedback, i'll try to learn how to use the bconsole efficiantly. When I have had errors like that with bacula-web. I usually go to the source (search for the error message) and find out what line is

Re: [Bacula-users] Bacula-web - Error query: 4

2008-02-29 Thread Juan Luis Frances
The code: else if ( $this-driver == pgsql) { $dbsize = $this-link-query(select pg_database_size('$this-dbs_name')) or die (classes.inc: Error query: 4); Maybe db_type in bacula.conf file is wrong. If you have mysql then: db_type = mysql

Re: [Bacula-users] Bacula-web - Error query: 4

2008-02-29 Thread nda
Hi Juan Luis, db_type is correct (mysql in my case) Here is my http://www.nabble.com/file/p15755160/bacula.conf bacula.conf . DB password is hidden but correct in the production file. Regards, Nico Juan Luis Frances wrote: The code: else if ( $this-driver == pgsql) {

Re: [Bacula-users] Bacula-web - Error query: 4

2008-02-29 Thread nda
Hi Juan Luis, db_type is correct (mysql in my case) Here is my http://www.nabble.com/file/p1572/bacula.conf bacula.conf . DB password is hidden but correct in the production file. Regards, Nico Juan Luis Frances wrote: The code: else if ( $this-driver == pgsql) {

Re: [Bacula-users] Bacula-web - Error query: 4

2008-02-29 Thread Juan Luis Frances
Hi, Is your catalog empty? Run a test job and refresh bacula-web. El Friday 29 February 2008 11:08:38 nda escribió: Hi Juan Luis, db_type is correct (mysql in my case) Here is my http://www.nabble.com/file/p1572/bacula.conf bacula.conf . DB password is hidden but correct in the

Re: [Bacula-users] Bacula-web - Error query: 4

2008-02-29 Thread nda
Hi Juan Luis, db_type is correct (mysql in my case) Here is my http://www.nabble.com/file/p15755157/bacula.conf bacula.conf . DB password is hidden but correct in the production file. Regards, Nico Juan Luis Frances wrote: The code: else if ( $this-driver == pgsql) {

Re: [Bacula-users] Bacula-web - Error query: 4

2008-02-27 Thread John Drescher
On Wed, Feb 27, 2008 at 9:43 AM, nda [EMAIL PROTECTED] wrote: Hi, We are currently testing Bacula at work, but it isn't a easy task... Installation seems ok and i succeed the catalog backup. I'm now trying to mage the web interface work, but i get this error message : Error query: 4

Re: [Bacula-users] Bacula-web - Error query: 4

2008-02-27 Thread nda
John Drescher-2 wrote: Is your database mysql? I ask this because I use postgresql and I know for a fact that bacula-web does not work with postgresql without some patching. John Hi, We are using Mysql but i first installed bacula with SQLite, then installed the package for mysql,

[Bacula-users] Bacula-web - Error query: 4

2008-02-27 Thread nda
Hi, We are currently testing Bacula at work, but it isn't a easy task... Installation seems ok and i succeed the catalog backup. I'm now trying to mage the web interface work, but i get this error message : Error query: 4 Don't know how to solve that... I found a few topic about that error on

[Bacula-users] bacula-web Error query: 4

2008-02-19 Thread deval74
Dear Dan Many thanks for your reply. I do have another query while configuring bacula-web. I have untared bacula-gui and than run ./configure and checked pre-requisite and copied bacula-web to documentroot of apache /var/www/html/ and run test.php its running successfully and chnaged permission