Make WordPress Core

Opened 9 years ago

Closed 9 years ago

#30408 closed defect (bug) (worksforme)

Install Database Errors - Tries to install SQL twice

Reported by: topdown's profile topdown Owned by:
Milestone: Priority: normal
Severity: normal Version: 4.0
Component: Upgrade/Install Keywords: reporter-feedback
Focuses: Cc:

Description

Fresh install on localhost with 4.0

When you are asked to copy and paste the wp-config code to wp-config.php I turned on WP_DEBUG before continuing.

When you continue you endup with
WordPress database error: [Table 'all_tables' already exists]

So I assume the installer is running the queries twice.
You also endup with 2 (New WordPress Site) emails for your new site.

Attachments (1)

Screen Shot 2014-11-19 at 11.47.51 AM.png (53.3 KB) - added by topdown 9 years ago.
Installed duplicate posts and pages

Download all attachments as: .zip

Change History (5)

@topdown
9 years ago

Installed duplicate posts and pages

#1 @topdown
9 years ago

Looks fixed in

wp_version = 4.1-beta1-src
db_version = 30133

#2 @johnbillion
9 years ago

  • Keywords reporter-feedback added

Thanks for the report, topdown.

all_tables isn't a database table that's part of WordPress core. Do you have any plugins present in your wp-content/mu-plugins directory, or a wp-content/install.php file present? It may be that one of these is doing something erroneous during the install process.

#3 @topdown
9 years ago

No plugins or anything, this was a default 4.0 install. I just turned on WP_DEBUG in the install process.

all_tables was suppose to mean repeat that error for every default WP DB table.
WordPress database error: [Table '*' already exists]

As mentioned above, I did this same process with the current WP master branch and these errors did not exist.

Last edited 9 years ago by topdown (previous) (diff)

#4 @dd32
9 years ago

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

I can't duplicate this, and haven't seen any other reports of it.

Given it worked on trunk for the reporter, I'm marking as worksforme.

Note: See TracTickets for help on using tickets.