#47934 closed defect (bug) (worksforme)
Undefined property: wpdb::$blogmeta
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 5.2.2 |
| Component: | Database | Keywords: | |
| Focuses: | Cc: |
Description (last modified by )
Happened when updating from 4.9.7 to 5.2.2:
Error: Undefined property: wpdb::$blogmeta Error in: /wp-includes/wp-db.php on line 618 Url: /wp-admin/upgrade.php?step=upgrade_db Stack trace: #0 /wp-admin/includes/schema.php (270): wpdb->__get( $name = blogmeta ) #1 /wp-admin/includes/schema.php (353): wp_get_db_schema( $scope = all ) #2 /wp-admin/includes/upgrade.php (20): require_once( /wp-admin/includes/schema.php ) #3 /wp-admin/upgrade.php (23): require_once( /wp-admin/includes/upgrade.php )
Change History (8)
#3
@
6 years ago
- Keywords reporter-feedback added
Hi @malthert, welcome to WordPress Trac! Thanks for the report.
I could not reproduce the issue so far.
- Are you using a database drop-in (a
wp-content/db.phpfile) or any caching plugins? - Does the notice still persist after the upgrade, or only appears during the upgrade?
- Has the
blogmetatable been created in the database?
#4
@
6 years ago
1) no
2) no, only happened once during the update
3) no it's not there (I am on a simple WP install, no multi-site)
#6
@
4 years ago
- Milestone Awaiting Review deleted
@malthert Just wanted to confirm that closing this ticket was intentional. If possible, sharing the source of the problem could help others that run into a similar issue.
Note: See
TracTickets for help on using
tickets.
Related: #37923