User tests: Successful: Unsuccessful:
Pull Request for Issue #43293 .
Fixes
Make sure you are using php 8.1 or higher
Create a bilingual site
Create an instance of mod_languages in a position that exists also on an error page
In global configuration, set error reporting to maximum
Navigate to a url that will produce an error
two deprecated messages displayed
No errors displayed
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 | ⇒ | Libraries Modules Front End |
I have tested this item ✅ successfully on a51f43c
I have tested this successfully. Thanks @brianteeman.
Status | Pending | ⇒ | Ready to Commit |
RTC
The right fix for the issue is #45262 . The change in this PR does not really fix the issue, it is just hiding the issue with our code elsewhere (for example, we should check and only call bootComponent
if $component
is not null instead, later, we can use string type for the parameter and let PHP throws the error if the passed argument is invalid). I suggest to close this PR.
Status | Ready to Commit | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2025-04-10 13:19:45 |
Closed_By | ⇒ | HLeithner | |
Labels |
Added:
RTC
RMDQ
PR-5.3-dev
|
ok
I have tested this item ✅ successfully on a51f43c
Before PR
After PR
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/45261.