• Resolved geetarista

    (@geetarista)


    I get this error when trying to upgrade:

    WordPress database error: [Table ‘robbycol_wrdp1.wp_usermeta’ doesn’t exist]
    SELECT meta_key, meta_value FROM wp_usermeta WHERE user_id = ‘1’

    Warning: Cannot modify header information – headers already sent by (output started at /home/robbycol/public_html/wp-includes/wp-db.php:102) in /home/robbycol/public_html/wp-admin/upgrade.php on line 10

    What should I do?

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter geetarista

    (@geetarista)

    Nevermind!

    I did a refresh and the error went away. Cool!

    vkaryl

    (@vkaryl)

    Thanks for posting what worked for you!

    sphagnum

    (@sphagnum)

    I get the same error on my blog, refreshing doesn’t make it go away. I edited the new wp-config file and same thing:

    <p class=’wpdberror’>WordPress database error: [Table ‘aarvan01_wrdp1.wp_usermeta’ doesn’t exist]
    SELECT meta_key, meta_value FROM wp_usermeta WHERE user_id = '1'

    Beel

    (@beel)

    And you ran upgrade.php ? It should work after running it.

    Thread Starter geetarista

    (@geetarista)

    That’s where the error shows up. Right above the box in upgrade.php.

    Beel

    (@beel)

    Can’t check it out – you should wrap your calls to plugins with “if (function_exists(‘blah’))” conditionals to avoid such errors when not activated.

    Good point Beel …. I’ll post that.

    sphagnum

    (@sphagnum)

    Thanks for pointing out the obvious, Beel… It works fine now

    sphagnum

    (@sphagnum)

    Hm, that reads kinda sarcastic… Not meant to be, I just mean I was stupid for not doing that already. Thanks Beel

    in my blog https://tao.kaoart.info (in chinese)has also yet with this upgrade WordPress database error,but I used the newest version,

    why?

    https://tao.kaoart.info/

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘2.0 beta upgrade error’ is closed to new replies.