Approximately
every WordPress user has encountered WordPress Admin, not
working problems on their website. This issue is related to the WP-admin area
when users get the error in accessing their website. They are not able to
perform a
WordPress Admin Login to
access the admin dashboard. The WP login can arrive due to a variety of errors,
such as internal server error and error establishing database connection error.
If
you are aware, then it is mandatory to have a backup of your whole website. Most
of the people make changes on their website without having backup and lost
everything in the end. Never make such a silly mistake. Always consider having
a backup of your website.
Below
are the tips that help you in troubleshooting the WP admin, not working issue.
Activate WordPress error log and Debugging tool to the
site
Implementing the WordPress Error Log and the
Debugging tool won’t help you to fix the error directly. But applying the error
log makes you notify about the list of errors and their possible location on
the site. The error log as the name suggests maintaining a log that contains
different error have come across to your site. However, this code will not be
able to detect previous errors that happened to take place on the website. It
will show results just after it gets enabled on the website. Now learn how to
place an error log in WordPress. Locate the wp-config.php file on the root
directory of the website via FTP login. Edit the file and search the line
“Happy blogging.”
Place
the below-mentioned codes before this line
define
('WP_DEBUG', true );
define(
'WP_DEBUG_LOG', true );
Now
save the wp-config.php file and update the file with the server. From that time
onwards, you will be able to see the error log of the website anytime.
Install the fresh version of WordPress
The
old files of the website bring issues; hence it is a wise decision to upload
the fresh copy of the WordPress files. Go to the server account via FTP login
and install the default WordPress file. This method will troubleshoot the WP
admin and several other files and folders that have damaged. After that, you
can successfully access WP-Admin by visiting the WordPress Login
URL and submitting the right credentials.
Clear site cookies and cache to fix login problem
The
browser often displays a cached version of the website. Moreover, the cookies
saved in the browser can bring error to the login process. Clear cookies and
browser cache and then try login after some time. Not to forget to restart your
browser PC so that you can easily access WP admin. This could fix the issue for
lots of users.
Update your website URL
In
a few contexts, the website URL has the issue that brings error in performing
Admin login. In such a situation, you can try to update your website URL. You
need FTP or CPanel admin login details to perform this task. Search the most
important wp-config.php file in the root directory. Edit the wp-config.php file
and add two code lines written below
[php]
define(
‘WP_HOME’ , ‘http://demosite.com’ );
define(
‘WP_SITEURL’ , ‘http://demosite.com’ );
[/php]
Replace
your website domain in the place “http://demosite.com’ as this is an example
only
Now
save changes, and it will surely fix the WP admin not working issue.
No comments:
Post a Comment