• Resolved kirkpete

    (@kirkpete)


    I need to update a blog post, but when I click on the Edit link for that post on my dashboard, I get this error message:

    Error 500 – Internal server error

    An internal server error has occured!
    Please try again later.

    So I “tried again later,” and even updated from 3.0 to 3.0.1, thinking that might help. Same error message. I can edit the post before it and the post after it, but not the one I need.

    Is there some way to uninstall and reinstall a single post? Or what should I do?

    Thanks in advance…

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator James Huff

    (@macmanx)

    Volunteer Moderator

    Internal server errors (error 500) are often caused by plugin or theme function conflicts, so if you have access to your admin panel, try deactivating all plugins. If you don’t have access to your admin panel, try manually resetting your plugins. If that resolves the issue, reactivate each one individually until you find the cause.

    If that does not resolve the issue, try switching to the Default theme (WordPress 1.5 – 2.9.2) or the Twenty Ten theme (WordPress 3.0 and higher) to rule-out a theme-specific issue. If you don’t have access to your admin panel, access your server via FTP or SFTP, navigate to /wp-content/themes/ and rename the directory of your currently active theme. This will force the Default theme (WordPress 1.5 – 2.9.2) or the Twenty Ten theme (WordPress 3.0 and higher) to activate and hopefully rule-out a theme-specific issue.

    If that does not resolve the issue, it’s possible that a .htaccess rule could be the source of the problem. To check for this, access your server via FTP or SFTP and rename the .htaccess file. If you can’t find a .htaccess file, make sure that you have set your FTP or SFTP client to view invisible files.

    If you weren’t able to resolve the issue by either resetting your plugins and theme or renaming your .htaccess file, we may be able to help, but we’ll need a more detailed error message. Internal server errors are usually described in more detail in the server error log. If you have access to your server error log, generate the error again, note the date and time, then immediately check your server error log for any errors that occurred during that time period. If you don’t have access to your server error log, ask your hosting provider to look for you.

    Thread Starter kirkpete

    (@kirkpete)

    Thanks! It was a plug-in. I guess maybe I should keep them up to date.

    Moderator James Huff

    (@macmanx)

    Volunteer Moderator

    You’re welcome!

    powdork

    (@powdork)

    and to show the other side of the equation, i had one post that i couldn’t edit, exact same deal.
    for some reason in my .htaccess i had

    RewriteEngine on
    RewriteCond %{HTTP_HOST} http://www.example\.com
    RewriteRule (.*) http://example.com/$1 [R=301,L]

    where example had nothing remotely to do with the current domain or the post. renaming the .htaccess did the trick.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Server error when I try to update a particular post’ is closed to new replies.