500 Internal Server Error
-
Everything worked fine on Oct-12 when I last updated the content. There seems to have been an Oct-20 update. Now I cannot access the page or the admin dashboard. I have FTP access and changed the names of the Themes and Plugin folders to see if that would allow access — but no. There is talk of a server log that might have information, but I could not find that via FTP.
Was there an update that could have screwed things up? What can I do by FTP to get things going again?
Bruce
The page I need help with: [log in to see the link]
-
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
.htaccessrule 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.htaccessfile. If you can’t find a.htaccessfile, 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.
Can’t find the server error log. I looked in the Windows Event Viewer and the cPanel of WordPress. Is there anything I can do it the cPanel that would help — like restoring an older version of WordPress?
Have you asked your hosting provider to look error log for you?
I am “chatting” with Xfinity, but they don’t know. They have not responded to my request for a server error log.
Now the error message I get is “Error establishing a database connection” This sounds like a WordPress problem.
I checked on https//downforeveryoneorjustme.com/ and no one can access the site.
– “Error establishing a database connection” means that there is a problem with the connection to your database
– a problem with the credentials stored in the wp-config.php file not matching what mysql expects.Try reviewing the following codex for some guidance: http://codex.wordpress.org/Common_WordPress_Errors#Error_Establishing_Database_Connection
Also review this tutorial: http://www.wpbeginner.com/wp-tutorials/how-to-fix-the-error-establishing-a-database-connection-in-wordpress/
Am I making progress? NO! I’ve spent over five hours on this problem that I shouldn’t have. I do appreciate your help however.
I checked the wp-config.php and found this.
// ** MySQL settings ** //
define(‘WP_CACHE’, true); //Added by WP-Cache Managerdefine(‘DB_NAME’, ‘seniorst_wrdp1’); // The name of the database
define(‘DB_USER’, ‘seniorst_wrdp1’); // Your MySQL usernameI changed it to this (I also changed the order of the first two statements without noticeable effect):
// ** MySQL settings ** //
define(‘WP_CACHE’, true); //Added by WP-Cache Manager
define(‘DB_NAME’, ‘seniorst_wrdp1’); // The name of the database
define(‘DB_USER’, ‘seniorst_wrdp1’); // Your MySQL usernameand still get the error message: Error establishing a database connection
I don’t know who MySQL host is as it is identified as ‘localhost’. So I can’t contact them. I notice that the MySQL password is different than for the Control Panel or FTP or WordPress Login. Is that correct?
Any other thoughts? Shouldn’t WordPress help fix this problem?
Bruce
On Oct 25 I put in a ticket with WordPress indicating the error, with this request.
“Please reset my site http://www.seniorstatesmen.org/ and the SQL Server.”
Their immediate response was “We have an engineer taking a look at the issue now.”
Since then NOTHING and it is four days later. It has been six days since anyone on this forum has offered any support. I think the site has been down for over a month. Will I have to take down the site and move it to a more responsive location?
On Oct 25 I put in a ticket with WordPress indicating the error, with this request.
Where exactly did put in a ticket?
The reason I ask WordPress.ORG does not provide hosting for sites, it provides the software for other people to use their own sites on their own hosts.
Is your site hosted by WordPress.COM?
That is good information for the novice. Only recently did I find out who my host server was. I thought it was WordPress. I put in a ticket with my host server and they told me they were having trouble with my server. In two days they responded with a fix, and as of today the site is working.
Glad to know 🙂
The topic ‘500 Internal Server Error’ is closed to new replies.