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
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
Karel Kozlik wrote:
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.
I have re-installed it and still cannot get anything out of the log files:
php-error.log does not show anything!!! (but does work for other virtual domains)
access log shows: www.serdomain 192.168.250.108 - - [12/Oct/2005:23:37:14 +0800] "GET /serweb/ HTTP/1.1" 302 0 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7"
error log shows for that time: [Wed Oct 12 23:37:14 2005] [notice] child pid 23672 exit signal Segmentation fault (11) [Wed Oct 12 23:37:14 2005] [notice] child pid 23669 exit signal Segmentation fault (11)
These two errors are coming in pairs whenever I try to get /serweb
/serweb does not bring me to /serweb/user/index.php
What can I do next?
bye
Ronald Wiplinger
error log shows for that time: [Wed Oct 12 23:37:14 2005] [notice] child pid 23672 exit signal Segmentation fault (11) [Wed Oct 12 23:37:14 2005] [notice] child pid 23669 exit signal Segmentation fault (11)
Interesting - this look like some bug in PHP. Which version of PHP are you useing? Try upgrade it.
Karel
These two errors are coming in pairs whenever I try to get /serweb
/serweb does not bring me to /serweb/user/index.php
What can I do next?
bye
Ronald Wiplinger