On 26 Apr 2006 at 5:35, fcalle wrote:

> 
> Here is my info:
>          Operating System:   Debian
>          php version:            4.3.6
>          mysql version:          4.1.11
>          bacula:                    1.36.3-2
>          bacula-web:             1.38
> 
> "pear list" shows the following:
>         
>          Installed packages, channel pear.php.net:
>       =========================================
>       Package              Version State
>       Archive_Tar          1.3.1   stable
>       Console_Getopt       1.2     stable
>       DB                   1.7.6   stable
>       HTML_Template_IT     1.1.4   stable
>       HTTP                 1.2     stable
>       Mail                 1.1.9   stable
>       Net_SMTP             1.2.8   stable
>       Net_Socket           1.0.6   stable
>       Net_UserAgent_Detect 2.2.0   stable
>       PEAR                 1.4.9   stable
>       PHPUnit              1.3.2   stable
>       XML_Parser           1.2.7   stable
>       XML_RPC              1.4.8   stable
> 
> All of the tests via test.php passed.  I too passed all of the image tests
> except BMP images.
> 
> My configs/bacula.config is set to the following:
> 
> title = Bacula-Web 1.2
> root = /bacula
> IndexReport = 0
> mode = Lite
> lang = en_EN
> [.DATABASE]
> host = localhost
> login = bacula
> pass = *******
> db_name = bacula
> db_type = mysql
> 
> mysql is set up correctly.  If I do the command "mysql -hlocalhost -ubacula
> -p bacula" I am successfully logged into mysql after entering the password
> for the "bacula" user.
> 
> I followed all of the steps from
> "http://www.bacula.org/bacula-web/bacula-web.html#75"; and also from
> "http://www.nabble.com/RE%3A-bacula-web-1.2-t681021.html#a1798873";.
> 
> Nothing helps.  When I go to the page I get a blank page.
> 
> when I run "php index.php" from the command line I get a "DB Error: connect
> failed" error.   
> 
> If anyone has any ideas or suggestions, I would greatly appreciate hearing
> them.

Ensure this exists in php.ini:


include_path = "/usr/local/share/pear"

adjust the path to your pear location.  On my system, that directory 
looks like this:

Archive                 PEAR                    packages
Console                 PEAR.php                pearcmd.php
DB                      PEAR.php.original       peclcmd.php
DB.php                  System.php              template.spec
DB.php.original         XML                     tests
HTML                    data
OS                      package.dtd

-- 
Dan Langille : Software Developer looking for work
my resume: http://www.freebsddiary.org/dan_langille.php




-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to