Solved Error with PHP8

CRUEL-MODZ

Administrator
Staff member
Administrator
Moderator
Licensed
Joined
Jul 8, 2019
Messages
1,146
Reaction score
652
Hello,

When you go to : AdminCP -> Communication -> Notices

We have this error:
Code:
Template admin:notice_list: [E_WARNING] Attempt to read property "group_id" on null (src\addons\XenSoluce\SEOOptimization\Listener.php:58)

To solve the error:

We must add: !empty($arguments['group']) in condition
like this : Screenshot_32.png

Regards, CRUEL-MODZ
 
Hello,

Fixed in the 2.6.0 version ! ;)

Regards, SyTry
 
Top Bottom