• I’m having this terribly annoying error when updating from 1.0.2 to 1.3-alpha3.
    Database error: [Unknown column 'autoload' in 'field list']
    UPDATE wp_options SET
    autoload = 'no' WHERE option_name = 'moderation_keys'
    Database error: [Unknown column 'autoload' in 'field list']
    UPDATE wp_options SET
    autoload = 'no' WHERE option_name = 'recently_edited'
    Database error: [Unknown column 'guid' in 'field list']
    SELECT ID, post_title, post_content, post_excerpt, guid, post_date, post_name, post_status, post_author FROM wp_posts
    Database error: [Unknown column 'autoload' in 'where clause']
    SELECT option_name, option_value FROM wp_options WHERE autoload = 'yes'

    Any idea what I should do?
    [edit] Oh, and it won’t go back either.

Viewing 3 replies - 1 through 3 (of 3 total)
  • To my knowledge (and yes, I tried upgrading even from a CVS of 1.3 to the newest CVS) there’s a problem with upgrading to the current CVS.

    You might want to try updating your install of 1.0.2 to 1.2 before updating to 1.3

    Thread Starter zbrob

    (@zbrob)

    It’s fixed now, but I’ve had some great help over at #wordpress, so resort there if you run into the same problems.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Strange row-error in MySQL’ is closed to new replies.