Comments on: Cannot Login to WordPress Admin Dashboard? How to fix this issue https://www.fixrunner.com/cannot-login-wordpress-admin-area/ All in one WordPress Service Fri, 29 Nov 2024 06:41:46 +0000 hourly 1 https://wordpress.org/?v=6.7.2 By: anne marie h https://www.fixrunner.com/cannot-login-wordpress-admin-area/#comment-115282 Fri, 30 Jul 2021 14:26:44 +0000 https://fixrunnersuppo.wpengine.com/?p=6283#comment-115282 i’ve tried logging in on 2 phones and 3 laptops. Got full access on only one laptop which has an older windows version. I performed all the above steps on the other two laptops and I get only partial access. Can’t customise website or post. Any advice would be helpful

]]>
By: Arion Gnotta https://www.fixrunner.com/cannot-login-wordpress-admin-area/#comment-80705 Thu, 09 Jul 2020 05:02:53 +0000 https://fixrunnersuppo.wpengine.com/?p=6283#comment-80705 For those looking for a hail mary, this worked for me… I was migrating WordPress 4.0.X from one server to another, and that site used a plugin called rename-wp-login. When going to the login page, I was given only the message “You must log in to access the admin area.” with no login form or links. To solve the problem, I renamed wp-content/plugins/rename-wp-login to “rename-wp-login_old”, then I opened up wp-includes/user.php and went to this line:

do_action_ref_array( ‘wp_authenticate’, array( &$credentials[‘user_login’], &$credentials[‘user_password’] ) );

and commented tha line out and replaced it with the same line without the “&” references:
do_action_ref_array( ‘wp_authenticate’, array( $credentials[‘user_login’], $credentials[‘user_password’] ) );

I was then able to finally see the login form after refresh.

I suspect– since my old server had PHP 5.6 and the new server had PHP 7.0– that the pass by reference using “&” has been depreciated but I have not confirmed that. I just know it works now.

]]>
By: Abhishek Singh https://www.fixrunner.com/cannot-login-wordpress-admin-area/#comment-61713 Thu, 19 Dec 2019 17:51:36 +0000 https://fixrunnersuppo.wpengine.com/?p=6283#comment-61713 Hey! I have just reset my wordpress website and after it, i wss unabls to log back in. It is showing error all the time though i have tried to clear cookies 7 to 8 times but not getting any access to dashboard. Plz help me out.

]]>
By: chummypixels https://www.fixrunner.com/cannot-login-wordpress-admin-area/#comment-45987 Thu, 07 Nov 2019 15:32:24 +0000 https://fixrunnersuppo.wpengine.com/?p=6283#comment-45987 Thank you. A lot

]]>
By: David Everlan https://www.fixrunner.com/cannot-login-wordpress-admin-area/#comment-40912 Tue, 08 Oct 2019 12:59:57 +0000 https://fixrunnersuppo.wpengine.com/?p=6283#comment-40912 One overlooked but common issue (depending on your hosting plan) is if the MySQL database quota has been exceeded. This is sure to happen at some point) on shared hosting plans with limits of 300MB or less per MySQL database. FTP into WP and delete large images, plugins etc. then optimize your database within your hosting package to clean up.

]]>
By: Rina Chan https://www.fixrunner.com/cannot-login-wordpress-admin-area/#comment-34341 Sat, 31 Aug 2019 08:25:59 +0000 https://fixrunnersuppo.wpengine.com/?p=6283#comment-34341 thank, this is so helpful

]]>
By: adiytaiqbal triputra https://www.fixrunner.com/cannot-login-wordpress-admin-area/#comment-29442 Tue, 30 Jul 2019 08:58:52 +0000 https://fixrunnersuppo.wpengine.com/?p=6283#comment-29442 hy thank u very much, I just realize that my problem because one of my plugin make my web admin login page not showing up. after I rename folder plugin, the login page just show up again.

thanks you very much

]]>
By: Olga https://www.fixrunner.com/cannot-login-wordpress-admin-area/#comment-25616 Sat, 06 Jul 2019 00:44:26 +0000 https://fixrunnersuppo.wpengine.com/?p=6283#comment-25616 Hi! Thanks for your help! There was a problem in url.

]]>
By: Scearce Kathi https://www.fixrunner.com/cannot-login-wordpress-admin-area/#comment-22488 Thu, 13 Jun 2019 12:59:55 +0000 https://fixrunnersuppo.wpengine.com/?p=6283#comment-22488 THANK YOU!!! You saved me from having to rebuild a small subdomain test site I’d created for a client, and after my host help changed my htaccess file End result was I couldn’t access my main site!!! This article saved me hours of frustration!!

]]>
By: sam milo https://www.fixrunner.com/cannot-login-wordpress-admin-area/#comment-17867 Fri, 10 May 2019 07:10:16 +0000 https://fixrunnersuppo.wpengine.com/?p=6283#comment-17867 In reply to luckyofthedraw.

Hello,

It need to be change back from the Database on the wp_option table
our team can help you of you will open a ticket here https://www.fixrunner.com/services/wordpress-support/

]]>