Warning: Problem with method call - please report this bug in /usr/local/lib/php/DB.php on line 520
Warning: Problem with method call - please report this bug in /usr/local/lib/php/DB.php on line 551
Warning: Problem with method call - please report this bug in /usr/local/lib/php/DB.php on line 557
I have no idea why this suddenly started happening, but managed to suppress the error by adding '@' before the method calls in my php scripts, such as:
$db=@DB::connect($dsn,TRUE); and
if (@DB::isError($db)) {
...
}
If anybody can shed some light on what actually triggets this 'problem with method call', please let me know. As it happens, there doesn't appear to be any problem and everything works just fine.
christo