• Just wanted to post up a problem I ran into on auto upgrade to 3.0.1.

    Just looking to see if anyone else had a similar issue or any ideas whats up? Not looking for advice really on upgrading, I’ll just do a manual.

    But I clicked auto upgrade a couple of times now. I get to downloading, and that’s it. The page says ‘done’ down at the bottom of browser window, nothing else attempts to load at all.

    The footer area that shows WP version changed to 3.0.1, my source code says 3.0.1, but when I go to ismyblogworking.com it says I’m on 3.0.

    No functionality issues or anything, everything is working fine. Just a bizarre issue. Anyone else getting anything like this?

Viewing 2 replies - 16 through 17 (of 17 total)
  • I’ve had the same issue and the problem was that some db fields didn’t have default values. Don’t know where that comes from, but it’s easy to fix. Just enable Debug mode and you will see which queries fail, then just manually update the tables with a default value.

    ALTER TABLE wp_posts CHANGE COLUMN post_mime_type post_mime_type VARCHAR(100) NOT NULL DEFAULT '';

    Hope this will fix it for some people.

    Thread Starter Rev. Voodoo

    (@rvoodoo)

    well, for my original issue. Still have it. Nothing comes up on debug…. everything upgrades just fine still…..I just don’t see it on the screen. My screen never updates past the first step. Plugin and core updates work fine…..just nothing displays. Strange

Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘Strange problem on WP 3.0.1 auto upgrade’ is closed to new replies.