User tests: Successful: Unsuccessful:
This removes invalid/outdated information from the error message. It should have been removed when Joomla 4 was released as the conditions that could create the mentioned error (< php 7.4 and Mysql 8) could no longer be matched.
By leaving this part of the message users are directed to an information page on the docs site with complicated instructions that are both no longer valid and very confusing and will NOT be the reason they are having mysql installation issues.
Technically our deprecation rules for language strings would require a completely new string to be added and the code in the installer updated to use the new string and then leave this orphaned string to be removed in joomla 7. I am happy to do that but it seems a pointless exercise to me. I leave that to the maintainers to decide.
Just code review
Invalid outdated information in the error message
Only valid information in the error message
Please select:
Documentation link for docs.joomla.org:
No documentation changes for docs.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed
| Status | New | ⇒ | Pending |
| Category | ⇒ | Installation Language & Strings |
| Status | Pending | ⇒ | Ready to Commit |
| Labels |
Added:
Language Change
PR-5.4-dev
|
||
RTC
| Labels |
Added:
RTC
|
||
| Status | Ready to Commit | ⇒ | Fixed in Code Base |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2026-02-01 12:40:04 |
| Closed_By | ⇒ | richard67 |
Thanks @brianteeman for this PR, and thanks @tecpromotion for review.
thanks
Thanks @brianteeman