Check DB_NAME, DB_PASS, and DB_USER in constants.php."); // select database if (@mysql_select_db(DB_NAME, $connection) === FALSE) apologize("Could not select database (" . DB_NAME . ")."); ?>