Sorry for that, now I changed some paths. I got this error
Warning: main(): open_basedir restriction in effect. File(/usr/share/pear/DB.php) is not within the allowed path(s):
So I used /tmp dir, anyway I changed to /usr/shae/pear/. I am searching for fixing this errors. I changed /etc/php.ini open_basedir global value but unable to change local value so I still have same problem?
open_basedir should not be set. And as I see it is not. So it is correct.
The error messages I see on your serweb now say you have not installed xml_rpc package from PEAR. Strange - it should be installed by default with PEAR.
You may install it by type:
pear install xml_rpc
Karel
Quoting Karel Kozlik karel@iptel.org:
I enabled logging and also restarted Apache but even now I could not find any error message and still it displays blank page. Please check my phpinfo at
To me it displays this errors:
Warning: main(./PEAR.php): failed to open stream: No such file or directory in /tmp/DB.php on line 26
Fatal error: main(): Failed opening required './PEAR.php' (include_path='.:/usr/share/pear') in /tmp/DB.php on line 26
It signify there is something wrong in your PEAR library. Do you have installed it correctly? The path /tmp/... is strange for me.
Karel
http://serweb.mantragroup.com/serweb/html/admin/test.php Is there anything wrong with this related to serweb.
Quoting Karel Kozlik karel@iptel.org:
Hi, if no error message is logged it means logging is disabled.. :-)
Set this values in your php.ini:
error_reporting = E_ALL log_errors = On (for write errors to log file)
and/or
display_errors = On (for display error in browser)
Karel
mkumar@mantragroup.com napsal(a):
Hi All,
I am using serweb stable 0.9.2 version and I followed all the steps in INSTALL file that comes with the installation. After my configuration when I try to load the url
http://serweb.mantragroup.com/serweb/html/admin/index.php
strangly nothing is getting displayed and no error messages are logged in any log. I am using
Apache/2.0.51 PHP 4.4.1 Mysql 4.0.25
Did anyone experience this problem before? Please tell me what should I do to configure serweb properly?
Thanks, Kumar.