i have used the class to develope a very simple php application. on my lokal system everything works fine (PHP 5.0.4), on my internet-server (PHP 4.3.10) i get the following error:
Fatal error: Call to a member function on a non-object in /htdocs/wiri/abstractdb.class.php on line 599
any ideas?!
If i activate PHP 5 i don't get the error but nothing happens... no error-message, nothing...
Adrian Lehmann - 2005-12-03 03:26:18 - In reply to message 1 from Michael Stoecker
Hi there. There appears to be a bug in the passing of error information to custom error handlers. To work around this try commenting out lines 1068 thru 1072 then immediately after the query check the value returned from GetLastError().