#55701 closed defect (bug) (fixed)
ms-load mentions MySQL
Reported by: | tobifjellner | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 6.1 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Database | Keywords: | good-first-bug has-patch |
Focuses: | multisite | Cc: |
Description
At lest one error message in ms-load.php mentions MySQL.
<strong>Database tables are missing.</strong> This means that MySQL is not running, WordPress was not installed properly, or someone deleted %s. You really should look at your database now.
This should, when possible, be changed to a generic reference about the database server.
Ref: https://build.trac.wordpress.org/browser/trunk/wp-includes/ms-load.php?marks=480#L480
Change History (10)
#1
@
3 years ago
- Focuses multisite added
- Keywords needs-patch good-first-bug added
- Milestone changed from Awaiting Review to 6.1
This ticket was mentioned in PR #2712 on WordPress/wordpress-develop by tj692.
3 years ago
#5
- Keywords has-patch added; needs-patch removed
Trac ticket: https://core.trac.wordpress.org/ticket/55701
This commit replaces mentions to MySQL with generic mentions to "your database".
#6
follow-up:
↓ 7
@
3 years ago
A first time contributor that I mentored today made the patch: https://github.com/tj692 🎉.
#7
in reply to:
↑ 6
@
3 years ago
Replying to hansjovisyoast:
A first time contributor that I mentored today made the patch: https://github.com/tj692 🎉.
Hi @hansjovisyoast, that's great, thank you! Could they create a WordPress.org account so that the "props" could be given correctly in the commit message?
#9
@
3 years ago
- Owner set to SergeyBiryukov
- Resolution set to fixed
- Status changed from new to closed
In 53394:
SergeyBiryukov commented on PR #2712:
3 years ago
#10
Thanks for the PR! Merged in https://core.trac.wordpress.org/changeset/53394.
Previously: #54610