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.