View PHP Error log for Joomla site with PHP 8.2.X.
Look for warnings "stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated ..."
No warnings regarding "stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated ..." anymore.
#42830 has fixed this warning only in the function detectBrowser()
, but the same warning (with the same reason) is produced by the functions detectEngine()
and detectPlatform()
.
Additionally, the function detectRobot()
does as well not test if the user agent is null
.
Labels |
Added:
No Code Attached Yet
|
Labels |
Added:
bug
|
Please test joomla-framework/application#131
please check joomla-framework/application#124