wp-login not working
-
I’m having issues with my website’s admin login. I tried to log in when my website email signup stopped working. They might be related.
When I try to log in the username and password just resets. When I request a password reset it confirms that it was sent but the email never arrives.I was getting this error on the pw reset page “Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home1/myinvis1/public_html/mycupidai/wp-includes/user.php on line 3070“
I added this line to the user.php file and it went away “$value = is_null($value) ? ” : trim($value);”
I’m not sure if this is still a PHP 8 related issue. I currently have PHP 8.2.18I can access my admin dashboard through cpanel but certain actions aren’t working:
– Can’t search for new plugins
– Wordfence wasn’t appearing in my plugins list so I downloaded a fresh install but the scan doesn’t work and some of the settings won’t save.
– Can’t update my Divi theme which should automatically download new versions through the API?
– There’s an admin user I didn’t add. When I go to confirm delete, I’m taken to http 500 error. I was able to delete them through the phpAdmin database
– Can’t delete inactive themes – error is Deletion failed: undefined. I was able to delete them through file managerI’ve tried:
Clearing cache and cookies
Disabling themes
Disabling plugins
Deleted htaccess and regenerated it through wordpress settingsI should mention that I’ve been troubleshooting malware on my server but this site was working perfectly until a couple of weeks ago. The error log shows the last logged error from the email form was April 10, so I assume this is when the issue began.
Any further suggestions would be greatly appreciated. Thank you in advance!
- This topic was modified 10 months, 4 weeks ago by . Reason: formatting
- This topic was modified 10 months, 4 weeks ago by .
The page I need help with: [log in to see the link]
- The topic ‘wp-login not working’ is closed to new replies.