From ronald@elmit.com Wed Oct 12 07:59:22 2005 From: Ronald Wiplinger To: sr-users@lists.kamailio.org Subject: [Serusers] serweb is empty Date: Wed, 12 Oct 2005 13:58:55 +0800 Message-ID: <434CA61F.9040205@elmit.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1194933469==" --===============1194933469== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit 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: # 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 --===============1194933469==--