Can’t Activate New Plugins – 500 Internal Error
-
Hello all,
really strange problem just started happening with a site I am building. When I upload a new plugin and try and activate it, I get a 500 Internal Server Error and I can’t do anything on the site backend. When I delete that plugin, things work normally. I thought it was limited to new plugs, but I just did a test and activated Akimset which was already uploaded, and while it activated, it broken the backend. For example, the plug-in manager listed nothing, Dashboard just showed a few things, and then it stopped working entirely and started giving me 500 Internal Server Errors. I deleted Akismet and now it’s working fine.
So something very strange is going on. Permissions are fine, what could be causing this? There is no .maintainence file. .htaccess looks like this:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
- The topic ‘Can’t Activate New Plugins – 500 Internal Error’ is closed to new replies.