• Hi All, I recently updated my WordPress from V5.0 to 5.2.1, however during the process the screen crashed and since then I am unable to access the wp-admin.

    Steps I tried:
    1. Tried downloading latest WP and manually uploaded wp-includes & wp-admin file, yet no luck.
    2. Tried enabling wp_debug mode sill no relevant info.

    Inferences:
    When I have my old wp-includes & wp-config setup, only the admin page was inaccessible, however when i tried manually updating it, the entire site was not loaded.

    Error Seen:
    HTTP ERROR 500

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi

    The two most common causes of this error are a corrupted .htaccess file and exceeding your server’s PHP memory limit. The .htaccess file in your WordPress directory can become corrupted after you install a plugin or make another change to your WordPress site.The result is a 500 internal server error.

    Thanks
    Ahir

    Moderator t-p

    (@t-p)

    Internal server errors (error 500) are often caused by plugin or theme function conflicts, so if you have access to your admin panel, try deactivating all plugins. If you don’t have access to your admin panel, try manually resetting your plugins (no Dashboard access required). If that resolves the issue, reactivate each one individually until you find the cause.

    If that does not resolve the issue, try switching to the default theme for your version of WordPress to rule-out a theme-specific issue. If you don’t have access to your admin panel, access your server via SFTP or FTP, or a file manager in your hosting account’s control panel, navigate to /wp-content/themes/ and rename the directory of your currently active theme. This will force the default theme to activate and hopefully rule-out a theme-specific issue.

    If that does not resolve the issue, it’s possible that a .htaccess rule could be the source of the problem. To check for this, access your server via SFTP or FTP, or a file manager in your hosting account’s control panel, and rename the .htaccess file. If you can’t find a .htaccess file, make sure that you have set your SFTP or FTP client to view invisible files.

    If you weren’t able to resolve the issue by either resetting your plugins and theme or renaming your .htaccess file, we may be able to help, but we’ll need a more detailed error message.

    Internal server errors are usually described in more detail in the server error log. If you have access to your server error log, generate the error again, note the date and time, then immediately check your server error log for any errors that occurred during that time period. If you don’t have access to your server error log, ask your hosting provider to look for you.

    Also see https://www.ads-software.com/support/article/common-wordpress-errors/#internal-server-error

    Phil

    (@owendevelopment)

    As mentioned above, error 500 is a server error response and if you’ve edited the .htacces file, it’s usually the cause. It’s a very sensitive file so any characters that are incorrectly made or placed, it will break everything.

    • This reply was modified 5 years, 8 months ago by Phil.
    • This reply was modified 5 years, 8 months ago by Phil.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘wp-admin not working after updating to 5.2.1’ is closed to new replies.