Wordpress login won't work

Hey all when I try to login to my wordpress wp-admin account I get the following message: HTTP ERROR 500

Check out the knowledge Based Support Panel

1 Like

A HTTP ERROR 500 means your website code is crashing. There are many reasons why that could happen, but a good place to start is to figure out what the error message is. This article can help you figure that out: https://infinityfree.net/support/http-error-500/

1 Like

We’ve gone through the process and got this response, any ideas on what’s going on?

Fatal error : Uncaught Error: Call to undefined method WP_Error::has_errors() in /home/vol13_5/epizy.com/epiz_21112655/htdocs/wp-login.php:58 Stack trace: #0 /home/vol13_5/epizy.com/epiz_21112655/htdocs/wp-login.php(1045): login_header(‘Log In’, ‘’, Object(WP_Error)) #1 {main} thrown in /home/vol13_5/epizy.com/epiz_21112655/htdocs/wp-login.php on line 58

As far as what I could tell…
There is a problem with your wp-login.php file.
How about you check the line 58 code and check it, also you can compare the code with the default wordpress wp-login file (<?php echo $login_title; ?>) and see if something is wrong.

Goodluck

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.