I've been trying out Bacula for about a week now and it works great.
Today, I wanted to install the (latest) Bacula-Web (version 1.38.5), but all I get is a blank screen.

I passed all the tests of test.php and all but the BMP image tests (logical because BMP isn't supported by GD). I've changed the lines in the configs/bacula.conf file to:
=========================================
title = Bacula-Web 1.2
root = /
IndexReport = 0
mode = Lite
lang = en_EN
[.DATABASE]
host = localhost
login = root
pass = secret
db_name = bacula
db_type = mysql
# db_port = 3306
=========================================
I followed all steps in the manual (http://www.bacula.org/bacula-web/bacula-web.html#75) and I am reasonably sure my database settings are correct and MySQl is running. I checked this by trying it manually:
=========================================
# mysql -hlocalhost -uroot -p bacula
Enter password:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 3 to server version: 4.0.18

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql>
=========================================
But when I point my webbrowser to the server; root dir or index.php page, I get a blank page, even completely without any source code.

I did have a problem with PearDB, namely that eventhough I installed it, it failed the test. I made a symbolic link in the /srv/www/htdocs/ dir named DB.php to /usr/share/php/DB.php file, that made sure DB passed the test.
=========================================
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.3   stable
HTTP                 1.4.0   stable
Mail                 1.1.9   stable
Net_Socket           1.0.6   stable
Net_UserAgent_Detect 2.1.0   stable
PEAR                 1.4.6   stable
XML_Parser           1.2.7   stable
XML_RPC              1.4.5   stable
=========================================
I'm running Bacula on a SLES9 SP3 server.

Hope someone can point me to whatever I am doing wrong or is going wrong. Google hasn't been much help unfortunately.

Kind regards,


John Gerritse


Disclaimer:
This message contains information that may be privileged or confidential and is 
the property of Sogeti Nederland B.V. or its Group members. It is intended only 
for the person to whom it is addressed. If you are not the intended recipient, 
you are not authorized to read, print, retain, copy, disseminate, distribute, 
or use this message or any part thereof. If you receive this message in error, 
please notify the sender immediately and delete all copies of this message.



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to