#132 closed defect (bug) (fixed)
db.php and db-mysqli.php have "wp-config" instead of "bb-config" in error message
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | Priority: | lowest | |
| Severity: | trivial | Version: | 0.1 |
| Component: | API - Installation/Upgrade | Keywords: | wordpressisms |
| Cc: |
Description
The error message below needs to have "wp-config" changed to "bb-config".
<h1>Error establishing a database connection</h1>
<p>This either means that the username and password information in your <code>wp-config.php</code> file is incorrect or we can't contact the database server at <code>$dbhost</code>.</p>
Change History (3)
#3
@
4 years ago
I got the same issue on my site
Error establishing a database connection
This either means that the username and password information in your wp-config.php file is incorrect or we can’t contact the database server at sql103.byetcluster.com. This could mean your host’s database server is down.
Note: See
TracTickets for help on using
tickets.
(In [264]) Initial user should be a keymaster. Typos in db connection files: Fixes #132.