500 Internal Server Error
-
After upgrading to 6.3.4 site stopped working and gives “500 Internal Server Error”.
Restore job fails π
-
That’s not good. Assuming it is that plugin doing it then try this
- Using FTP or whatever filemanagement tools your host has provided you with navigate to the
wp-content/pluginsdirectory. - Once there locate and delete the
theme-my-logindirectory. Just that one directory and nothing else. - Try and re-login to your WordPress dashboard.
If it’s that plugin that’s causing the 500 error then that should resolve it for you.
Thanks for the quick response!
Did it – does not help.Last update cache – at 6:03 am
Update plugin – at 6:04 am
No other action is taken – just updated the plugin …Restart the system – does not help.
A manager is far away and can not: (Did it – does not help.
That’s also not good. 500 Errors (usually) means that your servers PHP is having bad day and not able to process the code it’s given. It’s technical for “Web server go BOOM”.
Do you have access to your web server’s error log file? Your host provider may be able to assist you with that to find where the problem is exactly.
Looking at a cached copy of your web server (from your profile here) I don’t think it’s a WordPress problem.
These do not work.
http://your-URL-here/wp-content/themes/arthemia/style.css http://your-URL-here/readme.htmlThose are static files and aren’t supposed to get processed by WordPress. Either it’s your web server or your
.htaccessfile so try this:- Using FTP or whatever filemanagement tools your host has provided you with navigate to your WordPress directory.
- Once there locate and rename the
.htaccessfile. Don’t delete it this time just rename it to.htaccess-oldor something. - Try and re-login to your WordPress dashboard.
If that does work then visit your
http://your-URL-here/wp-admin/options-permalink.phpand re-save your permalinks. That should produce a new.htaccessfile for you.Thank you!
It works!The problem was .htaccess. After the upgrade, it was this:
==# BEGIN WordPress <IfModule mod_rewrite.c> ... </IfModule> # END WordPress leshooting purposes only # BEGIN WordPress <IfModule mod_rewrite.c> ... </IfModule> # END WordPressThe problem is double?
Tell me, can I return the plug in place?
Since it wasn’t the plugin that caused your problem then I think you can…
The fact that the file .htaccess was changed exactly at 6:04, as the plugin.
Is not this plugin to change it?It may be but I’m not familiar with that plugin. If the plugin modifies the
.htaccessfile then it may have gotten confused with what was already in the file.Try re-installing the plugin with what you have and see if the same problem comes up again. If it does then fix it as above and perhaps the plugin author will chime in on this issue.
The plugin calls the WordPress function flush_rewrite_rules on activation.
Hello, Jeff Farthing!
Do I understand correctly that the plugin changes the file .htaccess?No, it doesn’t. It refreshes permalink rules and WP rewrites the .htaccess file.
Clear.
Just suddenly coincided update the plugin and change the .htaccess file.Thank you!
- Using FTP or whatever filemanagement tools your host has provided you with navigate to the
The topic ‘500 Internal Server Error’ is closed to new replies.