The blank page means there’s a server error, check the error logs, or add the following line to your wp-config.php
file to get them to show on screen.
define( 'WP_DEBUG', true );
That will show you the errors so you can start debugging.
OR
It happens because the theme or plugins that you installed are not supported.
How to check and fix:
-
Rename the plugin folder name and theme folder name. If opening
/wp-admin and entering a valid username and password the dashboard is
shown, then it worked. -
Revert the folder name of plugin and theme, then activate the themes
and plugins one by one, cross-checking with /wp-admin. You will find
out the unsupported plugin or theme
Related Posts:
- Disable Or Redirect WP-login.php
- login_enqueue_scripts does not ovewrite the default styles
- Modify wp-login.php labels: Username to Email
- How to change “Registration complete. Please check your e-mail.” in wp-login.php
- How to use wp-login.php page only for logout?
- change register url on wp-login page
- Can’t access wp-admin
- How do you add a custom link to the wordpress login page?
- wp-login.php register/lost password links to buttons?
- How to trigger a login form notice message?
- A child theme version of wp-login
- reset password label text change
- Add text on wordpress admin login page
- Is it possible to remove the version number from the wp-login.php page?
- wp_login_form() redirect not redirecting users < admin
- Login redirect on wp theme
- Can’t log in. Log in button missing [closed]
- Require WP login for outside access
- Modify WP-Login Page With Javascript?
- Where is the email content for retrieve_password_message stored?
- What is the CODEX intercept for wp-login.php?action=lostpassword
- Call header and footer on login page
- Prevent redirect on custom wordpress login form
- Replace standard Login and Register form for Woocommerce [closed]
- How to destroy sessions after a user logout [closed]
- How to add required attribute to wp_login_form fields?
- WordPress “remember me” – How should it work?
- Changing the title of “
- Log In & Log Out Code In Header
- How to fix Sign In option in WordPress
- How can I redirect on a url after successful registration?
- I lock the site’s contents, click on a post, redirect to login, enter uname+password but fail to redirect to article
- How to access the actual input html of the login form
- Creating a custom login on site.
- Login page wordpress tagline remove [duplicate]
- Adding line break in esc_html__
- Copying My account/Login/Register button outside header
- Issue with cookies in wp-login
- Add content in wp login page
- Is it possible to check if password is correct in wp_authenticate_user?
- Modify login page after clicking “login” button, and before it arrives at redirect
- How to enable “remember me” checkbox in login forms by default?
- custom login query for custom login form?
- WordPress reCAPTCHA Problem
- Customizing WordPress Login URL
- It is possible that to get data in wp_login.php to your own php file in wordpress?
- Using gettext on wp-login.php won’t change “Back to site name” text
- Add video to wordpress login page
- WordPress login form with fancybox
- I wanna create a custom login form template
- Add custom field in wp_login_form()
- Retrieve password only by login. Users with same email
- wp-login.php not returning error messages / or gives 404
- Registration page background color covering 1 screen not covering full page
- Custom error messages for login and lost password forms
- Disable WordPress 3.6 idle logout / login modal window / session expiration
- Avoid to load default WP styles in login screen
- How can I modify the default reset (lost) password email text?
- hook for lostpassword form
- Login with email (WP Modal Login)
- Replace wordpress login logo with custom text
- WordPress custom login page
- How to bypass the username as a required field in registration and just use email address instead?
- Load .txt file for login_message in wp-login.php
- Passing username to login screen
- JavaScript Change focus to password field login page being reset
- Anyway to output the registration form like the login form with wp_login_form()?
- How to Get Logged-in to “Remote WP Site” from my local script (in Same Browser)?
- Properly customizing login/register form
- How to fix ‘WordPress redirection loop problem in wp-login.php page’?
- Add Custom API Call to WP-Login.php
- Auto login from custom registration form
- White screen of death for wp-admin and error for wp-login.php after entering credentials
- How to change wordpress Log In text
- A truely custom login page?
- Disable Admin CP authentication (or auto login)
- Admin login not working
- Cannot Get User id after login success in file wp_login.php
- Temporally disable password to login with empty password?
- Disable Remember Me in Login Form
- No plugin populate user information in to form
- animate.style on wp-login.php
- How to allow access based on the user meta flag
- Determine user destination on wp-login.php
- Unable to login after registration
- Using is_user_logged_in() to lock down whole site
- wp_set_password() does not work!
- True email confirmation for registration (keeping unvalidated users from user table)
- Redirect after login to current URL
- Hide login page and use wp_login_form on ordinary pages
- Custom Field For Login
- Login user after registration programmatically
- Any way to disable /wp-login.php redirecting to the site folder?
- Create Mashable Follow-like Facebook, Twitter login/connect?
- Use wp_login_form function to login with a custom user table?
- Website visible only to Registered users (non wp-admin)
- I can’t login to wordpress dashboard without SSH
- Custom login form logo not displaying
- Remove login link from Reset Password-screen
- WordPress site shows a white page for site/wp_admin. A login returns again to the login screen