• Two problems:

    1. When I go to edit a previous post, after a split second of showing the document in edit mode it automatically switches over to the blog itself so that I can’t edit.

    2. Some posts will not publish. This is what I get:

    Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

    Is this a problem with WordPress or my server, and what can I do?

    When the posts won’t publish, it places them in draft form. When I try to publish the drafts, I get the message above. What can I do?

    Thanks, Charles Peterson

Viewing 4 replies - 1 through 4 (of 4 total)
  • Does anyone have an idea on how to fix this ?
    I get the very same problem on lmae.net

    me 3 on funandjames.com. anyone found anything more out?

    I’ll keep looking and post here. If/when I find a solution.

    (I’ve upgraded to 2.2.2 – same prob)

    got it… eventually… you need to follow these instructions from this thread

    bleh, just turn off mod_security for the wp-admin area:

    IF YOU DO NOT HAVE an .htaccess in your wp-admin/ directory:

    create a text file on your desktop:

    put the following inside it:

    <IfModule mod_security.c>
    SecFilterInheritance Off
    </IfModule>

    save the file.

    Upload the file to your wp-admin directory.

    Rename the uploaded file to .htaccess (with the .)

    IF YOU DO HAVE an .htaccess in your wp-admin/ directory:

    Edit it:

    <IfModule mod_security.c>
    SecFilterInheritance Off
    </IfModule>

    save the new .htaccess

    danatstadiumvolleyball

    (@danatstadiumvolleyball)

    I was excited to try something – anything – but it was not the fix i needed.

    Thanks for suggesting!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Can’t publish post and can’t edit posts’ is closed to new replies.