#132 closed defect (bug) (fixed)
db.php and db-mysqli.php have "wp-config" instead of "bb-config" in error message
| Reported by: | anonymous | Owned by: | matt |
|---|---|---|---|
| Priority: | lowest | Milestone: | |
| Component: | API - Installation/Upgrade | Version: | 0.1 |
| Severity: | trivial | 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
@
5 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [264]) Initial user should be a keymaster. Typos in db connection files: Fixes #132.