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

    12 days later

    Same issue here on a Joomla 3.10.11 site T3 framework 3.1.0, t3_bs3_blank 3.0.2.

    Hi guys

    Could you share the URL + super admin account + FTP account so I can check directly?

    P/s: you can add info in your reply and set it as Private reply.

    Write a Reply...
    You need to Login to view replies.