Can't Login to Admin – No Error Message
-
I recently upgraded to PHP 5.6 (from 5.2) and had to trouble shoot the white screen after upgrading. I resolved that issue however in the process I broke something that made it so I can no longer log in.
When I put the admin username and password in the page refreshes with out logging me in and does not give me an error. I have done everything on this support page https://codex.wordpress.org/Login_Trouble
I have also turned on debugging and here are the errors I get:
___________________
Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use
__construct()
instead. in /homepages/43/d280216769/htdocs/stevesrealfood/wp-includes/functions.php on line 3624
WordPress database error: [INSERT command denied to user ‘dbo317326811’@’74.208.122.67’ for table ‘wp_options’]
INSERT INTOwp_options(option_name,option_value,autoload) VALUES (‘_transient_doing_cron’, ‘1455056450.4869530200958251953125’, ‘yes’) ON DUPLICATE KEY UPDATEoption_name= VALUES(option_name),option_value= VALUES(option_value),autoload= VALUES(autoload)Warning: Cannot modify header information – headers already sent by (output started at /homepages/43/d280216769/htdocs/stevesrealfood/wp-includes/functions.php:3624) in /homepages/43/d280216769/htdocs/stevesrealfood/wp-login.php on line 387
Warning: Cannot modify header information – headers already sent by (output started at /homepages/43/d280216769/htdocs/stevesrealfood/wp-includes/functions.php:3624) in /homepages/43/d280216769/htdocs/stevesrealfood/wp-login.php on line 400
__________________________________
I have also gone through this trouble shooting page to try to fix the “headers already sent” error: https://codex.wordpress.org/FAQ_Troubleshooting
The topic ‘Can't Login to Admin – No Error Message’ is closed to new replies.