Thanks for the reply.
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 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.