ติดตั้ง PHP-Nuke-6.9 set ค่า $dbhost, $dbuname, $dbpass, $dbname,$prefix,$user_prefix และ $dbtype แล้วทดลองเรียก http://localhost ปรากฎว่าได้ข้อความ
Fatal error: Call to undefined function: message_die() in C:\myweb\html\db\db.php on line 88
ไปดูแล้วคือแถวที่แสดง massage
if(!$db->db_connect_id) {
message_die(CRITICAL_ERROR, "Could not connect to the database");
}