It sounds like something is wrong with settings.php. Make sure you have invalidlogin.php in the correct location:
Code:
// Page to show if the user enters an invalid login name or password
$invalidlogin_page = "invalidlogin.php";
And also make sure the name of the file is not misspelled somehow.