Opened 16 years ago
Closed 16 years ago
#7394 closed defect (fixed)
"Fixing Corrupt Database Encoding" link points to the wrong place
Reported by: | Owned by: | Isaac Richards | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | MythTV - General | Version: | 0.22rc1 |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
I checked out this version of myth a few days ago:
mythbackend version: branches/release-0-22-fixes [22552]
And it complained about my database:
2009-10-22 02:16:39.176 DB charset pre-conversion test failed! Your database seems to be partially corrupted. Please move the backup to a safe place. Your database must be fixed before you can upgrade beyond 0.21-fixes. Please see http://www.mythtv.org/wiki/index.php/Fixing_Corrupt_Database_Encoding for information.
Which is fine, but the link to the wiki is wrong. That page doesn't exist. It should point to:
http://www.mythtv.org/wiki/Fixing_Corrupt_Database_Encoding
A subtle difference (remove that "index.php" from the link), but it should be corrected. Thanks.
(In [22564]) Fix the wiki URI for Fixing_Corrupt_Database_Encoding after the server upgrade. Thanks to ajayrockrock for noticing. Refs #7394.