Last night, for reasons unbeknownst to me, my website took a fatal nosedive. I receive the following error message when I navigate to the website:
Fatal error: Call to undefined function: message_die() in /home/gonepost/public_html/db/db.php on line 88
db.php consists of the following code:
db_connect_id) {
message_die(CRITICAL_ERROR, "Could not connect to the database"
;
}
?>
It also seems to me that an index.php file should reside in the root, but I find none. If anyone has run across this or has any idea on how to get me back uo and running, I'd really appreciate your help. Thanks...
Fatal error: Call to undefined function: message_die() in /home/gonepost/public_html/db/db.php on line 88
db.php consists of the following code:
db_connect_id) {
message_die(CRITICAL_ERROR, "Could not connect to the database"

}
?>
It also seems to me that an index.php file should reside in the root, but I find none. If anyone has run across this or has any idea on how to get me back uo and running, I'd really appreciate your help. Thanks...