Opened 7 years ago

Closed 7 years ago

Last modified 6 years ago

#2110 closed defect (bug) (fixed)

Error wp_usermeta does not exist

Reported by: scottmcdaniel Owned by: ryan
Priority: normal Milestone:
Component: General Version: 2.0
Severity: blocker Keywords:
Cc:

Description

This more of suggestion for the upgrade text.

On the page /wp-admin/upgrade.php prior to running the upgrade (FF 1.5 Mac) I got an error about wp_usermeta does not exist as well as a warning that headers had already been sent.

Dumping my cookies got rid of the error and allowed the upgrade to proceed.

Change History (4)

comment:1   ryan7 years ago

  • Owner changed from anonymous to ryan

We're calling get_userdata() when a user is logged in and not taking into account the fact that the usermeta might not be available yet. We can probably just silence the DB error and move on.

  • Milestone set to 2.0

comment:3   ryan7 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [3343]) Hide errors when getting usermeta in case we're upgrading and usermeta doesn't exist yet. fixes #2110

  • Milestone 2.0 deleted

Milestone 2.0 deleted

Note: See TracTickets for help on using tickets.