Can anyone help fix this error message?
ERROR MESSAGE:
PHP Fatal error: Call to a member function getParam() on a non-object in /home/*username*/public_html/dolph/inc/db.inc.php on line 83
DB.INC.PHP CONTENTS:
line81:
line82: function getParam( $param_name, $use_cache = true ) {
line83:return $GLOBALS['MySQL']->getParam($param_name, $use_cache);
line84: }