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
| Status | New | ⇒ | Closed |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2024-12-04 20:53:38 |
| Closed_By | ⇒ | richard67 |
please check joomla-framework/application#124