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="===============2072169866==" --===============2072169866== 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 --===============2072169866==-- From karel@iptel.org Wed Oct 12 12:06:22 2005 From: Karel Kozlik To: sr-users@lists.kamailio.org Subject: Re: [Serusers] serweb is empty Date: Wed, 12 Oct 2005 10:24:49 +0200 Message-ID: <434CC851.9020406@iptel.org> In-Reply-To: <434CA61F.9040205@elmit.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1691594184==" --===============1691594184== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit 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: > > > > # 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(a)lists.iptel.org > http://lists.iptel.org/mailman/listinfo/serusers --===============1691594184==-- From ronald@elmit.com Wed Oct 12 17:52:33 2005 From: Ronald Wiplinger To: sr-users@lists.kamailio.org Subject: Re: [Serusers] serweb is empty Date: Wed, 12 Oct 2005 23:52:08 +0800 Message-ID: <434D3128.9030108@elmit.com> In-Reply-To: <434CC851.9020406@iptel.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0267694075==" --===============0267694075== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit 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 --===============0267694075==-- From karel@iptel.org Thu Oct 13 14:17:26 2005 From: Karel Kozlik To: sr-users@lists.kamailio.org Subject: Re: [Serusers] serweb is empty Date: Thu, 13 Oct 2005 09:58:57 +0200 Message-ID: <434E13C1.6000404@iptel.org> In-Reply-To: <434D3128.9030108@elmit.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0104935956==" --===============0104935956== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit > > 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 > > > --===============0104935956==--