Opened 11 years ago
Closed 10 years ago
#30408 closed defect (bug) (worksforme)
Install Database Errors - Tries to install SQL twice
| Reported by: |
|
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)
Change History (5)
#2
@
11 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
@
11 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.
Installed duplicate posts and pages