• I have a huge problem, so hopefully someone can help!

    When I log into my WordPress admin panel I can not use the “Edit” page under the “Pages” tab. All I get is a white page!

    HTTP 500 Internal Server Error

    While trying to find a resolve to this issue I’ve tried everything that I’ve come across, deactivating all plugins etc. From what I’ve worked out so far its a database issue, this is where I begin to fail miserably!

    When logging into the database via phpMyAdmin I actually tried removing all content in wp_contentposts and edit.php would load, so I’ve narroed the issue down to that table, and Im thinking it is only an issue with the pages, not the posts.

    Without going into to much detail, I would like to be able to fix this without have to recreate pages as I have over 400 of them which call posts using “Inline Posts” plugin……

    PS I also tried re uploading all WordPress system files

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

    – switching to the default theme?

    – resetting your permalinks to default?

    resetting the plugins folder by FTP or phpMyAdmin? Sometimes, an apparently inactive plugin can still cause problems.

    Thread Starter sheyes

    (@sheyes)

    I should possibly also add that the Add New tab works….works as in the page will be added but I will get the white page error after the page has submitted…

    Thread Starter sheyes

    (@sheyes)

    Thanks for your reply esmi, but im afraid to say those suggestions didnt fix the error 🙁

    Thread Starter sheyes

    (@sheyes)

    Getting more interesting, now when I reactivate your suggestions and I go to the the “Permalinks” section under the settings tab that page will load but no content loads on the right side…so now I can’t make changes to the permalink settings….

    When did that happen. After reactivating a bank of plugins? Or following a permalink change?

    Thread Starter sheyes

    (@sheyes)

    I think it happened when I de actived the plugins…

    Ok – try resetting the plugins folder again. But this time, re-activate the plugins one-by-one and check the Admin area thoroughly before proceeding to the next plugin. It does sound like you have a bad plugin, so it’s now down to isolating exactly which plugin it is.

    Thread Starter sheyes

    (@sheyes)

    Ok…

    Now Im at the stage where I have no plugins activated…I can now access the permalinks section

    but edit-pages.php still wont load…

    Thread Starter sheyes

    (@sheyes)

    ermmm, reactived them all one at a time and now permalinks section works…but still no edit-pages.php

    Thread Starter sheyes

    (@sheyes)

    grrr…now I’ve just tried to change the permalinks back to my custom setting and now it wont load permalinks and now pages wont load…

    Have you tried switching to the default theme? It could be that you have a number of problems here.

    Thread Starter sheyes

    (@sheyes)

    yea I did everything you said in your 1st post…

    I found this post…

    http://wordpress.org/support/topic/254688?replies=7

    which sounds like my problem, but I’ve tried to find a page that wont load and I don’t seem to have one…

    I am actually able to create pages…. but it does create two copies of it, which is annoying, so all I can do is delete the duplicate… the only way I am able to get to pages to edit them is to use the plugin “Page Tree”

    Thread Starter sheyes

    (@sheyes)

    HOLLY *&@!^@# I’VE FIXED IT…..

    Well I didn’t my hosting company worked it out…

    If anyone ever has this problem check you php error logs..

    Mine was coming up with

    [28-Aug-2009 14:53:52] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 1241255 bytes) in /mnt/target04/367778/www.eoslightingllc.com/web/content/cm/wp-includes/wp-db.php on line 450

    So the fix for this issue is to up the size allocated to your .htaccess file with the following line

    php_value memory_limit 200M

    I put 200M(overkill)due to the size of my blog/website but this can be any size I was just playing safe…

    PS esmi thanks for all your help…

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘edit-pages.php wont load’ is closed to new replies.