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?

    Nope, it's included with PHP-Nuke, so i really don't know what's going on lol is there a place i can get an older version of Nuke?

      I'd suggest posting your question on the PHP Nuke forums in that case. If you don't know the code, it's going to be really hard to troubleshoot it.

        Write a Reply...