I get this error when trying to access any of the pages i have up on my website:
Fatal error: Call to undefined function: message_die() in /var/www/html/db/db.php on line 88
And that line reads as this...
$db = new sql_db($dbhost, $dbuname, $dbpass, $dbname, false);
if(!$db->db_connect_id) {
88:=>> message_die(CRITICAL_ERROR, "Could not connect to the database");
}
Any ideas?