Make WordPress Core

Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#32624 closed defect (bug) (duplicate)

Table Doesn't Exists when adding new site with a WordPress Network Install

Reported by: bonnerl's profile bonnerl Owned by:
Milestone: Priority: normal
Severity: normal Version: 4.2.2
Component: Administration Keywords:
Focuses: Cc:

Description

I'm getting the below error message when I add a new site with a WordPress Network install.

Error message: MysqlError: Table 'wp_test.hpu_233_posts' doesn't exist
Stack trace
    in mysql_query called at /var/www/wp-includes/wp-db.php (1742)
    in wpdb::_do_query called at /var/www/wp-includes/wp-db.php (1646)
    in wpdb::query called at /var/www/wp-includes/wp-db.php (2196)
    in wpdb::get_results called at /var/www/wp-admin/includes/upgrade.php (1931)
    in dbDelta called at /var/www/wp-admin/includes/upgrade.php (2141)
    in make_db_current_silent called at /var/www/wp-includes/ms-functions.php (1349)
    in install_blog called at /var/www/wp-includes/ms-functions.php (1136)
    in wpmu_create_blog called at /var/www/wp-admin/network/site-new.php (86)

Change History (2)

#1 @johnbillion
9 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to duplicate
  • Status changed from new to closed

Thanks for the report bonnerl. we're tracking this issue in #32308.

#2 @bonnerl
9 years ago

No problem. Note that for me it didn't fail to add the site. The only reason I realized that error was there was New Relic told me after the fact.

Note: See TracTickets for help on using tickets.