belindalouwho
Member
Posted 5 years ago #
I don't exactly know what happened, but when I type bring up my blog, there is no place for me to log-in to. It was there before I made some sidebar changes under Meta (I think), now not there. How do I log-in if there is no place for me to go? Thanks!
lucduck
Member
Posted 5 years ago #
I'm having the same problem. I found a fix on the WordPress site posted below, but don't know how to do this. Can anyone explain it step by step. I went to my cpanel, but could find nothing. Thanks
Sometimes the wp-login.php file may have been corrupted or uploaded incorrectly.
Delete wp-login.php off of your server and upload a new copy from a fresh WordPress download. Remember, overwriting file via FTP can lead to incomplete transfers.
Edit wp-login.php as follows:
Go to the case retrievepassword section, found under this comment:
// redefining user_login ensures we return the right case in the email
Replace:
$user_login = $user_data["user_login"];
With:
$user_login = $user_data->user_login;