• I tried to restore my website recently. The process from my end is completed. However, I am getting an HTTP ERROR 500 on every page including the login page. I am able to see some content on the homepage but that is broken too.

    Tried renaming the plugins folder. Deleted some plugins. Deleted some themes too. Still not solved. Anyone can help?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator t-p

    (@t-p)

    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.

    You can also 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.

    Thread Starter Kaidensharma

    (@kaidensharma)

    now a different error. So I removed login page and homepage entry from WP-Config file and I am getting a new error now.

    Warning: mysqli_real_connect(): (HY000/2002): No such file or directory in /home/sites/11a/2/21a1831d54/public_html/kaidenworld.com/wp-includes/wp-db.php on line 1626
    No such file or directory

    Error establishing a database connection
    This either means that the username and password information in your wp-config.php file is incorrect or we can’t contact the database server at localhost. This could mean your host’s database server is down.

    Are you sure you have the correct username and password?
    Are you sure you have typed the correct hostname?
    Are you sure the database server is running?
    If you’re unsure what these terms mean you should probably contact your host. If you still need help you can always visit the WordPress Support Forums.

    Moderator t-p

    (@t-p)

    This is not a support advice but speaking from experience…I have spent hours trying to fix internal server error issues after upgrading my PHP version. I contacted my hosting support and they spent about 45 mins and fixed it for me with no extra charge.

    If you are unable to fix this issue yourself, I strongly suggest directly contacting the hosting support. I typically go to the hosting provider’s support for this type of issue. This is part of what you paid them and support comes with most hosting packages.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘HTTP ERROR 500 At Every Page of Website Except Homepage’ is closed to new replies.