From ronald@elmit.com Fri Sep 22 01:40:36 2006 From: Ronald Wiplinger To: sr-users@lists.kamailio.org Subject: [Users] serweb: DB.php is missing on my system Date: Fri, 22 Sep 2006 07:43:16 +0800 Message-ID: <45132394.8040309@elmit.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0160841004==" --===============0160841004== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit [Fri Sep 22 06:54:42 2006] [error] [client 192.168.250.108] PHP Warning: require_once(DB.php) [function.require-once]: failed to open stream: No such file or directory in /srv/www/serweb/html/main_prepend.php on line 38 [Fri Sep 22 06:54:42 2006] [error] [client 192.168.250.108] PHP Fatal error: require_once() [function.require]: Failed opening required 'DB.php' (include_path='.:/usr/share/php5:/usr/share/php5/PEAR') in /srv/www/serweb/html/main_prepend.php on line 38 # locate DB.php /usr/share/php5/PEAR/PEAR/DependencyDB.php How can I get it? In the meantime I have tried to turn off loging in config.php: $config->enable_loging = false; $config->log_file = "/var/log/serweb"; but get still the same error. SuSE 10.1 installed pear5 (there is no 'pear') # pear5 list Installed packages, channel pear.php.net: ========================================= Package Version State Archive_Tar 1.3.1 stable Console_Getopt 1.2 stable PEAR 1.4.6 stable # pear5 list-all PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 8208 bytes) in /usr/share/php5/PEAR/PEAR/Registry.php on line 1048 What do I need to do? bye Ronald --===============0160841004==--