#2110 closed defect (bug) (fixed)
Error wp_usermeta does not exist
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| 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:2
masquerade — 7 years ago
- Milestone set to 2.0
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

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.