Dear support Teams,
I think I found 2 additional errors related to Purity_III/T3 Framework :
Error 1:
On the back end (Administration) when going to menu Extensions>Templates>Templates>Purity_III>Details and Files the following warnings occur :
1) Warning: Undefined variable $list in ...\plugins\system\t3\base-bs3\html\mod_menu\default.php on line 22
2) Warning: foreach() argument must be of type array|object, null given in ...\plugins\system\t3\base-bs3\html\mod_menu\default.php on line 22
Quick and dirty solution : initialize $list=[]; on line 13
Error 2:
On the front end when going to a Contact Menu to display an element of a contact list, the following warning occur :
1) Warning: Undefined variable $canEdit in ...\plugins\system\t3\base-bs3\html\com_contact\contact\default.php on line 51
Quick and dirty solution : initialize $canEdit = ''; or $canEdit = []; (both solutions are working) on line 25
The errors were found on localhost with Joomla 3.10.11, Purity_III 2.0.2, T3 plugin 3.1.0, PHP 8.0.23 but both also occur online and I think they are much older as well (jooma 3.9, PHP7.4 and older versions of Purity_III and T3 framework.
I'm not at all convinced by my the "quick and dirty" solutions as I implemented them not knowing what's really going on...
I hope you can provide better onces.
Many thanks in advance
Kind regards
P. G