Re: [Bacula-users] Good web interface??

2014-08-12 Thread Jonathan Bayer
I finally traced my problem with Webacula down to the following lines in 
the index.php:


if ( APPLICATION_ENV == 'production') {
Zend_Session::regenerateId();
}

This is on a CentOS 6 system, with the full php-ZendFramework installed:

php-ZendFramework-full-1.12.7-1.el6.noarch

PHP 5.3:

php-5.3.3-27.el6_5.x86_64

Once I commented out that line with the regenerateId, it works fine.

Any ideas?


Thanks


JBB


On 8/8/14, 1:40 AM, Oschwald Robert wrote:
I'm using Webacula 5.5.1 with Bacula 7.0.4 on CentOS 6.5 without any 
problem, so I think it must be an issue on your local installation.
Try to increase the log level in php.ini and log to a file to get a 
hint what the problem could be.


Maybe a permission issue from your web process user to execute bconsole.

Best,
Rob



--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds


___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


--
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Good web interface??

2014-08-08 Thread Jonathan Bayer

Figured it out.

The new installation puit the config.ini into a different directory, and 
I was updating the wrong one.


Once I fixed it, it is working.


JBB

On 8/8/2014 1:40 AM, Oschwald Robert wrote:
I'm using Webacula 5.5.1 with Bacula 7.0.4 on CentOS 6.5 without any 
problem, so I think it must be an issue on your local installation.
Try to increase the log level in php.ini and log to a file to get a 
hint what the problem could be.


Maybe a permission issue from your web process user to execute bconsole.

Best,
Rob



--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds


___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Good web interface??

2014-08-07 Thread Jonathan Bayer
I was using Webacula on an older installation and am now trying to get 
it working on 7.0.5


While I can log in, and it displays existing data correctly, when I try 
to do anything with jobs, I get the following errors:


[07-Aug-2014 14:16:44] PHP Notice:  Trying to get property of non-object 
in /usr/share/webacula/application/layouts/default/header.phtml on line 25
[07-Aug-2014 14:16:44] PHP Notice:  Trying to get property of non-object 
in /usr/share/webacula/application/layouts/default/header.phtml on line 25
[07-Aug-2014 14:16:44] PHP Notice:  Trying to get property of non-object 
in /usr/share/webacula/application/layouts/default/header.phtml on line 28
[07-Aug-2014 14:16:44] PHP Notice:  Trying to get property of non-object 
in /usr/share/webacula/application/layouts/default/header.phtml on line 28
[07-Aug-2014 14:16:44] PHP Notice:  Trying to get property of non-object 
in /usr/share/webacula/application/layouts/default/header.phtml on line 29
[07-Aug-2014 14:16:44] PHP Notice:  Trying to get property of non-object 
in /usr/share/webacula/application/layouts/default/header.phtml on line 29
[07-Aug-2014 14:16:44] PHP Notice:  Trying to get property of non-object 
in /usr/share/webacula/application/layouts/default/header.phtml on line 30
[07-Aug-2014 14:16:44] PHP Notice:  Trying to get property of non-object 
in /usr/share/webacula/application/layouts/default/header.phtml on line 30
[07-Aug-2014 14:16:44] PHP Notice:  Trying to get property of non-object 
in /usr/share/webacula/application/layouts/default/header.phtml on line 31
[07-Aug-2014 14:16:44] PHP Notice:  Trying to get property of non-object 
in /usr/share/webacula/application/layouts/default/header.phtml on line 31
[07-Aug-2014 14:16:44] PHP Notice:  Trying to get property of non-object 
in /usr/share/webacula/application/layouts/default/header.phtml on line 38
[07-Aug-2014 14:16:44] PHP Notice:  Trying to get property of non-object 
in /usr/share/webacula/application/layouts/default/header.phtml on line 38
[07-Aug-2014 14:16:44] PHP Notice:  Trying to get property of non-object 
in /usr/share/webacula/application/layouts/default/header.phtml on line 39
[07-Aug-2014 14:16:44] PHP Notice:  Trying to get property of non-object 
in /usr/share/webacula/application/layouts/default/header.phtml on line 39
[07-Aug-2014 14:16:44] PHP Notice:  Trying to get property of non-object 
in /usr/share/webacula/application/layouts/default/header.phtml on line 44
[07-Aug-2014 14:16:44] PHP Notice:  Trying to get property of non-object 
in /usr/share/webacula/application/layouts/default/header.phtml on line 44
[07-Aug-2014 14:16:44] PHP Notice:  Trying to get property of non-object 
in /usr/share/webacula/application/layouts/default/main-menu.phtml on 
line 21
[07-Aug-2014 14:16:44] PHP Fatal error:  Call to a member function 
isAllowed() on a non-object in 
/usr/share/webacula/application/layouts/default/main-menu.phtml on line 25
[07-Aug-2014 14:16:44] PHP Fatal error:  Class 'Zend_Auth' not found in 
/usr/share/webacula/library/MyClass/Session/SaveHandler/DbTable.php on 
line 46


This is Webacula 5.5.1, on a CentOS 6.5 system, Bacula 7.0.5 and the 
database is Postgres 8.4


I am very open to using a different web interface, and would be 
interested in any recommendations.


Of course, if you know how to fix this problem, that would be great as well.

Thank in advance


Jonathan Bayer
--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071iu=/4140/ostg.clktrk___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Good web interface??

2014-08-07 Thread Joseph L. Casale
 This is Webacula 5.5.1, on a CentOS 6.5 system, Bacula 7.0.5 and the database 
 is Postgres 8.4

Although I don't ever use Webacula, bconsole is so much easier for me, I do 
have the exact
same setup on one system and it works fine. You likely have some local issue 
that could be
resolved if you are preferential to Webacula.

jlc

--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Good web interface??

2014-08-07 Thread Oschwald Robert
I’m using Webacula 5.5.1 with Bacula 7.0.4 on CentOS 6.5 without any problem, 
so I think it must be an issue on your local installation.
Try to increase the log level in php.ini and log to a file to get a hint what 
the problem could be.

Maybe a permission issue from your web process user to execute bconsole.

Best,
Rob

--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users