Skip to content

Indicate other WP installs in db when install isn't found#4476

Merged
schlessera merged 2 commits intomasterfrom
3825-indicate-found-tables
Nov 7, 2017
Merged

Indicate other WP installs in db when install isn't found#4476
schlessera merged 2 commits intomasterfrom
3825-indicate-found-tables

Conversation

@danielbachhuber
Copy link
Member

@danielbachhuber danielbachhuber commented Nov 1, 2017

Error: The site you have requested is not installed.
Your table prefix is 'cli_'. Found install with table prefix: wp_.
Or, run `wp core install` to create database tables.

Fixes #3825

```
Error: The site you have requested is not installed.
Your table prefix is 'cli_'. Found install(s) with table prefix: wp_.
Or, run `wp core install` to create database tables.
```
@schlessera schlessera merged commit 5569110 into master Nov 7, 2017
@schlessera schlessera deleted the 3825-indicate-found-tables branch November 7, 2017 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Wrong DB prefix in wp-config.php produces misleading error messages

2 participants