No Code Attached Yet
avatar carlitorweb
carlitorweb
14 Dec 2021

Steps to reproduce the issue

Update from version 4.0.3 to version 4.0.5

Expected result

Removed the Deprecated warning when you put to maximum the error_reporting flag

Actual result

Among others, show mainly these warnings in all page including the administration pages:

Deprecated
: Return type of FOF40\Pimple\Container::offsetExists($id) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in
libraries/fof40/Pimple/Container.php
on line
131

Deprecated
: Return type of FOF40\Pimple\Container::offsetGet($id) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in
libraries/fof40/Pimple/Container.php
on line
95

Deprecated
: Return type of FOF40\Pimple\Container::offsetSet($id, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in
libraries/fof40/Pimple/Container.php
on line
75

Deprecated
: Return type of FOF40\Pimple\Container::offsetUnset($id) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in
libraries/fof40/Pimple/Container.php
on line
142

System information (as much as possible)

PHP 8.1.0
Joomla 4.0.5

avatar carlitorweb carlitorweb - open - 14 Dec 2021
avatar joomla-cms-bot joomla-cms-bot - change - 14 Dec 2021
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 14 Dec 2021
avatar zero-24
zero-24 - comment - 14 Dec 2021

Starting with J4 FOF is no longer part of the core distribution. So it can not be patched by the core but only Akeeba. ;)

avatar carlitorweb
carlitorweb - comment - 14 Dec 2021

Starting with J4 FOF is no longer part of the core distribution. So it can not be patched by the core but only Akeeba. ;)

Oh, go it. Thank you! This entry can be closed then

avatar zero-24 zero-24 - change - 14 Dec 2021
Status New Closed
Closed_Date 0000-00-00 00:00:00 2021-12-14 22:45:17
Closed_By zero-24
avatar zero-24 zero-24 - close - 14 Dec 2021

Add a Comment

Login with GitHub to post a comment