Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Can you outline steps you’re taking to reach the issue?
Ok, I go to the login page for my website (http://example.com/wp-admin/) and when I enter my login information correctly the page redirects back to the login page and the user and pass becomes blank again. The URL it redirects me to is example.com/wp-login.php?redirect_to=http%3A%2F%2Fexample.com%2Fwp-admin%2F&reauth=1
[ No bumping please. ]
you are using buddypress?
1. login as normal
2. copy paste in address bar mydomain.com/wp-admin/post-new.php
3. login again
it might work, and if it work, i can help further.
No I am not using buddypress (anymore), I deleted it from my database after I started getting this problem. Ok so I tried what you told me but still nothing happened, It just refreshed and the user and pass became blank again
Sorry for the late reply, my URL is http://watchonepiece.org/
I disabled all plugins and enabled WP_DEBUG and now when I go to my site it shows a bunch of database errors;
WordPress database error: [INSERT command denied to user '1908209_36a4'@'10.0.0.50' for table 'wp_options']
INSERT INTO <code>wp_options</code> (<code>option_name</code>, <code>option_value</code>, <code>autoload</code>) VALUES ('_transient_doing_cron', '1450484998.3801670074462890625000', 'yes') ON DUPLICATE KEY UPDATE <code>option_name</code> = VALUES(<code>option_name</code>), <code>option_value</code> = VALUES(<code>option_value</code>), <code>autoload</code> = VALUES(<code>autoload</code>)
Nevermind solved the problem!
I contacted my host support and they replied within minutes notifying me that it was due to the fact that mySQL databse went over the max size limit.