• 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

Viewing 1 replies (of 1 total)
  • 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

Viewing 1 replies (of 1 total)
  • The topic ‘/wp-admin/edit.php – HTTP 500 Internal Server Error when clicking on POSTS?’ is closed to new replies.