Hi,
In the Admin module I have Editor access and click on 'Posts' from left hand menu and getting 'HTTP 500 Internal Server Error'.
When I upgrade role to 'Administrator' then there is no problem at all.
Same issue happens when I click on 'Pages' from left hand menu.
Any assistance great appreciated.
Greg
parorrey
Member
Posted 8 months ago #
A bit late but posting in case someone else faces the same issue and you need to disable mod_security on your server.
To disable mod_security, open your blog .htacess file which is stored at the root of the site from public_html folder or inside wordpress/ folder.
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterPost Off
</IfModule>
Resolve wp-Resolve wp-admin/edit.php 500 or 404 Error