Install joomla application (4.2.6/ 3.10.11) with php 8.1
No error message
Error : Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /home/bVOWdNvW/iibcdegf-1674533169466.stackwaysapps.com/public_html/libraries/src/Cache/CacheStorage.php on line 100
Labels |
Added:
No Code Attached Yet
|
reading the issue, the problem should arise on this line and not where you are looking
https://github.com/joomla/joomla-cms/blob/4.2-dev/libraries/src/Cache/CacheStorage.php#L100
did you have been able to replicate the issue ?
btw
$app->get('secret',' ')
sounds better imho
did you have been able to replicate the issue ?
No but by doing some research i found that the newer version of PHP doesn't allow null as parameters implicitly.
btw$app->get('secret',' ')
sounds better imho
Should i make the PR.
yes please
better you should do 2 pr
1 x 4
1 x 3
We don't need a pr for the 3 branch as we didn't fix the 8.x deprecation's there.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-01-30 08:11:03 |
Closed_By | ⇒ | HLeithner |
I am new to here. Could you please elaborate what type of changes should i make. I have setup it locally.