• When I login into my admin and try to edit pages it presents a erorr:

    Error 500 – Internal server error
    An internal server error has occured!
    Please try again later.

    I dont get whats going wrong I can do everything but edit pages. Please help!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Have you tried:

    – deactivating all plugins to see if this resolves the problem? If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    – switching to the default theme to rule out any theme-related problems?

    – resetting your custom permalinks to the default setting?

    Thread Starter tunermag

    (@tunermag)

    Why do plug in’s cause this problem?

    Thread Starter tunermag

    (@tunermag)

    please help me !

    Have you tried what esmi suggested?

    Thread Starter tunermag

    (@tunermag)

    yes it doesnt cause it but I still need a plug in to do the job ??

    I need a plug in for SMS Alerts , a form plug in for user’s to fill out and also a email list plug in. Can you help?

    Try searching for plugins: WordPress ? WordPress Plugins

    Hi there. I had this exact same error. When I deactivated the Headspace2 plugin I could edit the page. When I re-activated this plugin the error returned. I then did a clean-up of all the old revisions of my pages with the following SQL query:

    DELETE a, b, c
    FROM
    wp_posts a
    LEFT JOIN
    wp_term_relationships b
    ON (a.ID = b.object_id)
    LEFT JOIN
    wp_postmeta c
    ON (a.ID = c.post_id)
    WHERE
    a.post_type = ‘revision’;

    This fixed the problem! I hopes this helps …

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Error 500, Page editing problem’ is closed to new replies.