• cyberanto

    (@cyberanto)


    I am unable to update a post in my blog that I consider pretty important. Everytime I click on “Edit Post”, I get the famous error message:

    Error 500 – Internal server error

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

    Here’s the blog, and here’s the post that I cannot update.

    Some info about this post:

    • There are about 1,050 comments written.
    • I just updated my wordpress version to 2.9.2

    Any help would be very much appreciated! Thanks!

Viewing 11 replies - 1 through 11 (of 11 total)
  • jonimueller

    (@jonimueller)

    From what version did you upgrade?

    To be on the safe side, go into your web hosting account’s dashboard/cpanel and backup (export) your WordPress SQL file (this contains the heart and soul of your WP site, all pages, posts, comments, settings, etc.

    Did you attempt to update the permalink structure at any time recently?

    Thread Starter cyberanto

    (@cyberanto)

    Jonimueller,

    I use to have the 2.8.x version. I did go to my webhosting account and updated to mysql 5 and did a backup as well like you recommended.

    I did not update the permalink structure at all.

    Please help! πŸ™‚

    jonimueller

    (@jonimueller)

    You must have fixed it somehow. I can see it just fine from here (Houston, Texas, T-1 line, behind a corporate firewall).

    πŸ™‚

    Thread Starter cyberanto

    (@cyberanto)

    Jonimueller,

    Can you see the side bar on the right (it has the sections About Me, Advertisement, Facebook, Recent Posts, etc.)?

    jonimueller

    (@jonimueller)

    Sure can. Do you want a screendump?

    Thread Starter cyberanto

    (@cyberanto)

    Sure Jonimueller, I would love that. But still I’m unable to update, I will try again.

    jonimueller

    (@jonimueller)

    Are you using WP-Cache or Super Cache plugins? You may need to flush those caches to see changes to your blog. Clearing out your browser cache (Firehog is NOTORIOUS for this), and also don’t forget this trick on a Windows PC:

    Start > Run >
    ipconfig /flushdns

    HTH.

    jonimueller

    (@jonimueller)

    Screen shots here:

    Front page:
    http://pixelita.com/temp/anto-home.png

    The post at issue:
    http://pixelita.com/temp/anto-post.png

    Firefox 3 on a Windows PC.

    HTH

    Thread Starter cyberanto

    (@cyberanto)

    No, but I am using these plugins:

    Akismet
    Exec-PHP
    Limit Posts
    Sociable
    Subscribe To Comments
    WP-PageNavi

    I had that problem (editing that particular post) for a few weeks now. I use to disactivate some plugins, and it would work. But lately even if I disactivate all plugins (all but Exec-Php) I cannot update my important post anymore πŸ™‚

    Thread Starter cyberanto

    (@cyberanto)

    I think it’s a php problem with 1and1.com.

    I wrote the following in my .htaccess file:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    Options All -Indexes
    AddType x-mapp-php5 .php
    AddHandler x-mapp-php5 .php
    # END WordPress

    And now it works, no more Error 500.

    But I have another problem now… My Exec-PHP plugin is not working πŸ™

    Great advice.

    This got me on the right track. I was having the same problem. It was all the .htaccess. But, I also found very valuable information in the Plugins setting’s page. Read it. It tells you exactly how to use the WP-Cache or Super Cache plugin. It also tells you the .htaccess bit and where to place it.

    Thanks
    Michael

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘Error 500 – Internal server error’ is closed to new replies.