By sunilwriteup
Hello,
I just set up a website two days back , everything was fine, plugins set up, theme set up. everything was ok. Yesterday afternoon. I was locked out of admin dashboard, and there after I am unable to log in to my wordpress dashboard.
in other hosting providers atleast we can access wp dashboard through backend hosting account , however here i don’t know how to access dashboard.
i cleard cache … used different computer , different ip but its not letting me log in .
No error message , after entering userid and password , noting happens … same login screen remains as is…
i have raised a ticket to digital ocean but no response till yet , almost 24 hours now…
please help , its very disappointing.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Accepted Answer
Hi, @sunilwriteup
I will recommend you to check the PHP error_log and see if there are any logged errors when you try to enter the backend. You can create a phpinfo file and see if the error logging is enabled and the exact location of the error_log and then you can simply tail the log and then try to access the admin area.
The phpinfo.php file should have the following content:
<?php
phpinfo();
?>
You can also check this via the command line using this command:
php -i | grep error_log
The file can be placed in the public_html folder of the site and then you can access the file in your browser: mydomain.com/phpinfo.php
Then you can check for the following values:
log_errors --> Make sure this is set to On
error_log
If you need to install or update a plugin you can also use wp-cli to do this via the command line:
Hope that helps!
Regards, Alex
: Use press button “Lost your password?” option or reset it via the database (wp_users table in phpMyAdmin).
2. Disable Plugins: Rename the plugins folder in wp-content via FTP to rule out plugin conflis.
https://13thpress.com/
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.
