Hello,
I get this error in my cron daemon
Fatal error: Call to a member function getParam() on a non-object in /var/www/my/dolphin/inc/db.inc.php on line 83
Indeed $GLOBALS['MySQL']->getParam is not an object.
P.S. I work with PHP 5.3.8, this error is perhaps the version which no longer accepts this kind of behavior.