Re: [Bacula-users] baculum-7.0.2 /wizard not found.

2014-04-15 Thread Josh Fisher
On 4/13/2014 10:50 AM, Marcin Haba wrote: > 2014-04-13 15:10 GMT+02:00 Josh Fisher : >> On 4/13/2014 8:18 AM, Marcin Haba wrote: >>> 2014-04-12 0:16 GMT+02:00 Marcin Haba : 2014-04-10 0:10 GMT+02:00 John Drescher : > After installing baculum > > I got a php error @ line 75 of >

Re: [Bacula-users] baculum-7.0.2 /wizard not found.

2014-04-13 Thread Marcin Haba
2014-04-13 15:10 GMT+02:00 Josh Fisher : > On 4/13/2014 8:18 AM, Marcin Haba wrote: >> 2014-04-12 0:16 GMT+02:00 Marcin Haba : >>> 2014-04-10 0:10 GMT+02:00 John Drescher : After installing baculum I got a php error @ line 75 of gui/baculum/framework/I18N/core/MessageSource_gett

Re: [Bacula-users] baculum-7.0.2 /wizard not found.

2014-04-13 Thread Josh Fisher
On 4/13/2014 8:18 AM, Marcin Haba wrote: > 2014-04-12 0:16 GMT+02:00 Marcin Haba : >> 2014-04-10 0:10 GMT+02:00 John Drescher : >>> After installing baculum >>> >>> I got a php error @ line 75 of >>> gui/baculum/framework/I18N/core/MessageSource_gettext.php >>> >>> TPhpErrorException >>> >>> Descri

Re: [Bacula-users] baculum-7.0.2 /wizard not found.

2014-04-13 Thread Marcin Haba
2014-04-12 0:16 GMT+02:00 Marcin Haba : > 2014-04-10 0:10 GMT+02:00 John Drescher : >> After installing baculum >> >> I got a php error @ line 75 of >> gui/baculum/framework/I18N/core/MessageSource_gettext.php >> >> TPhpErrorException >> >> Description >> >> [Runtime Notice] Non-static method TGett

Re: [Bacula-users] baculum-7.0.2 /wizard not found.

2014-04-11 Thread Marcin Haba
2014-04-12 0:16 GMT+02:00 Marcin Haba : > 2014-04-10 0:10 GMT+02:00 John Drescher : >> After installing baculum >> >> I got a php error @ line 75 of >> gui/baculum/framework/I18N/core/MessageSource_gettext.php >> >> TPhpErrorException >> >> Description >> >> [Runtime Notice] Non-static method TGett

Re: [Bacula-users] baculum-7.0.2 /wizard not found.

2014-04-11 Thread Marcin Haba
2014-04-10 0:10 GMT+02:00 John Drescher : > After installing baculum > > I got a php error @ line 75 of > gui/baculum/framework/I18N/core/MessageSource_gettext.php > > TPhpErrorException > > Description > > [Runtime Notice] Non-static method TGettext::factory() should not be > called statically, as

Re: [Bacula-users] baculum-7.0.2 /wizard not found.

2014-04-10 Thread Marcin Haba
2014-04-10 17:02 GMT+02:00 John Drescher : >> In your configuration there is lack of one important point. It is >> authorization. >> >> Please run: >> >> # htpasswd -c /etc/apache2/passwords someuser >> >> and next define the user file in your Apache configuration: >> >> >> AllowOverride All

Re: [Bacula-users] baculum-7.0.2 /wizard not found.

2014-04-10 Thread John Drescher
> In your configuration there is lack of one important point. It is > authorization. > > Please run: > > # htpasswd -c /etc/apache2/passwords someuser > > and next define the user file in your Apache configuration: > > > AllowOverride All > AuthType Basic > AuthName MyPrivateFile >

Re: [Bacula-users] baculum-7.0.2 /wizard not found.

2014-04-10 Thread Marcin Haba
2014-04-10 15:24 GMT+02:00 John Drescher : > On Thu, Apr 10, 2014 at 8:59 AM, Marcin Haba wrote: >> 2014-04-10 14:48 GMT+02:00 John Drescher : > About your /wizard/ page not found error, it looks that you are using > subdir in document root for baculum/ directory. Please set your > doc

Re: [Bacula-users] baculum-7.0.2 /wizard not found.

2014-04-10 Thread John Drescher
On Thu, Apr 10, 2014 at 8:59 AM, Marcin Haba wrote: > 2014-04-10 14:48 GMT+02:00 John Drescher : About your /wizard/ page not found error, it looks that you are using subdir in document root for baculum/ directory. Please set your document root location in web server configuration f

Re: [Bacula-users] baculum-7.0.2 /wizard not found.

2014-04-10 Thread Marcin Haba
2014-04-10 14:48 GMT+02:00 John Drescher : >>> About your /wizard/ page not found error, it looks that you are using >>> subdir in document root for baculum/ directory. Please set your >>> document root location in web server configuration file to baculum/ >>> directory (e.g. DocumentRoot /var/www/

Re: [Bacula-users] baculum-7.0.2 /wizard not found.

2014-04-10 Thread John Drescher
>> About your /wizard/ page not found error, it looks that you are using >> subdir in document root for baculum/ directory. Please set your >> document root location in web server configuration file to baculum/ >> directory (e.g. DocumentRoot /var/www/localhost/htdocs/baculum/) >> > You are correct

Re: [Bacula-users] baculum-7.0.2 /wizard not found.

2014-04-10 Thread John Drescher
On Thu, Apr 10, 2014 at 1:00 AM, Marcin Haba wrote: > Hello John, > > About first problem: > > Please tell me what PHP version are you using? Baculum should work > properly with PHP 5.3 or newer. > > That is fine that you found solution for static method call. > Yes I am using php-5.3.28 > > Byt t

Re: [Bacula-users] baculum-7.0.2 /wizard not found.

2014-04-09 Thread Marcin Haba
Hello John, About first problem: Please tell me what PHP version are you using? Baculum should work properly with PHP 5.3 or newer. That is fine that you found solution for static method call. Byt the way, Baculum does not use Symfony framework, but PRADO Framework. About your /wizard/ page no

[Bacula-users] baculum-7.0.2 /wizard not found.

2014-04-09 Thread John Drescher
After installing baculum I got a php error @ line 75 of gui/baculum/framework/I18N/core/MessageSource_gettext.php TPhpErrorException Description [Runtime Notice] Non-static method TGettext::factory() should not be called statically, assuming $this from incompatible context (@line 75 in file /v