Hi Ronald, check the PHP log. Where this logfile is located you can see in php.ini in section 'Error handling and logging'. Or set display_errors = On.
Karel
Ronald Wiplinger napsal(a):
I cannot figure out why the serweb page is empty.
if I go to http://host/serweb it redirects me to http://host/serweb/user/index.php
The page source code is than just:
<html><body></body></html>
# pear install log Skipping package "pear/Log", already installed as version 1.9.0 No valid packages found install failed
config.php contains: $config->enable_loging = true; $config->log_file = "/var/log/serweb"; $config->log_level = "PEAR_LOG_DEBUG";
/var/log/serweb will not be created! If I touch serweb and give the permission 777 it still remains empty.
php.ini includes: register_globals = On
I double checked the config files, I checked that the user ser can login to mysql database with the password on localhost.
What do I miss?
bye
Ronald Wiplinger
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers