• mikekutz

    (@mikekutz)


    Using the WP Automatic update going from 2.1 to 2.5. After updating database step, I now get a 500 Server Error.

    What did I do wrong? Or better yet, what can I do to fix it?

Viewing 10 replies - 1 through 10 (of 10 total)
  • gunderstorm

    (@gunderstorm)

    Same thing happened to me. During the database backup, my screen just went white showing only the header and navigation. No message about progress. And now my blog is down.

    gunderstorm

    (@gunderstorm)

    I saw some other posts where PHP version was discussed. My host is using 5.0 if that’s a factor in this?

    gunderstorm

    (@gunderstorm)

    I wish someone could comment on this. My blog has been down for a couple of days now.

    If my site is giving a 500 Server Error, is that “maintenance mode”? I’ve followed the instructions in the FAQ regarding “My site is in maintenance mode and the plugin did not complete. What do I do now?” and I don’t have a ‘index.php.wpau.bak’ file on my server. Furthermore, my backup folder is empty. What the heck did this plugin do to my blog?!?

    kmessinger

    (@kmessinger)

    Both of you might want to give us a URL. That usually helps in figuring things out.

    thilak123

    (@thilak123)

    Some hosts use suphp. Try to chmod your index.php with 755 (instead of 777 or 666).

    Podz has posted an excellent tutorial on chmoding:
    http://www.tamba2.org.uk/wordpress/ftp/

    Thread Starter mikekutz

    (@mikekutz)

    Well, I’ve narrowed it down a bit, but I still don’t have a solution. I couldn’t even read the readme.html from the root directory until I removed the .htaccess file. Here is what is in mine.

    <IfModule mod_security.c>
    SecFilterInheritance Off
    </IfModule>
    <Files xmlrpc.php>
    SecFilterInheritance Off
    </Files>

    Maybe it is a permissions thing and removing the .htaccess skipped it.

    Any more help would be appreciated, but I’ll keep banging away at it.

    Thread Starter mikekutz

    (@mikekutz)

    Sorry, that was the old .htaccess, here is the new one.

    <IfModule mod_security.c>
    SecFilterRemove 114
    </IfModule># BEGIN WordPress

    # END WordPress

    Thread Starter mikekutz

    (@mikekutz)

    OK, I’m back up and running after putting the old .htaccess back.

    Now, is there a way to continue the upgrade from the “enable tasks” point on?

    baynado

    (@baynado)

    I´ve got a similiar problem. Somtimes my blog is down and sometimes it works.

    I see threads with users in trouble and no response from the plugin developers.

    This is why I won’t use the automatic updaters.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘[Plugin: WordPress Automatic upgrade] 500 Server Error’ is closed to new replies.