Make WordPress Core

Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#34847 closed defect (bug) (invalid)

Fresh install of 4.4 RC fails to create tables

Reported by: kevinb's profile kevinB Owned by:
Milestone: Priority: normal
Severity: normal Version: 4.4
Component: Upgrade/Install Keywords:
Focuses: Cc:

Description

A fresh install of the 4.4 RC release (or the current trunk code) to a localhost subfolder fails with dozens of "Table doesn't exist" errors on wp-admin/install.php?step=2

The only table created successfully is wp_termmeta. A subsequent repair attempt (following WP_ALLOW_REPAIR constant definition) also fails.

An equivalent installation of 4.3.1 on the same machine works fine.

I apologize if this is already a known/resolved issue. If not, let me know if there is a need to detail my server configuration.

Attachments (1)

4-4RC_install-errors.txt (273.8 KB) - added by kevinB 8 years ago.
"Select All" text copy of wp-admin/install.php?step=2

Download all attachments as: .zip

Change History (3)

@kevinB
8 years ago

"Select All" text copy of wp-admin/install.php?step=2

#1 @kevinB
8 years ago

  • Keywords close added
  • Resolution set to invalid
  • Status changed from new to closed

Disregard this. It was actually due to a prior failed table import attempt into the database. MySQL was returning this error:

InnoDB: Cannot open table wp44/wp_options from the internal data dictionary of InnoDB though the .frm file for the table exists.

#2 @ocean90
8 years ago

  • Keywords close removed
  • Milestone Awaiting Review deleted
Note: See TracTickets for help on using tickets.