ID: 14125 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: MySQL related Operating System: Suse Linux 6.2/MySQL 3.22.25 PHP Version: 4.0.6 New Comment:
For a start, can you try if this still happens with the latest RC ? http://www.php.net/~zeev/php-4.1.0RC3.tar.gz Feedback. Previous Comments: ------------------------------------------------------------------------ [2001-11-19 17:49:12] [EMAIL PROTECTED] "Fatal: Cannot instantiate non-existent class DB_Sql in ... common.php line 23" and the program aborts. ----common.php: include("./db_mysql.inc"); $db = new DB_Sql(); <--line 23 $db->Database = DATABASE_NAME; etc. ---- ----db_mysql.inc: class DB_Sql { /* public: connection parameters */ var $Host = ""; var $Database = ""; var $User = ""; var $Password = ""; etc. ---- ./configure --with-mysql --with-apache=../apache_1.3.19 --enable-track-vars ---- The error happens unpredictably, i.e. the application works fine for say 30 mins and then this message appears on one or more clients. Hitting Refresh allows recovery so it is a temporary failure. I am putting this here in case it relates to MySQL - could this be a result of connection problems? Or, if not, what would trigger this sort of message given that the code must be OK as it works most of the time - common.php is included in all pages. Thanks, Neil Munro. ------------------------------------------------------------------------ Edit this bug report at http://bugs.php.net/?id=14125&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]