- Joined
- Jul 8, 2019
- Messages
- 1,267
- Reaction score
- 748
Hello,
When you go to : AdminCP -> Communication -> Notices
We have this error:
To solve the error:
We must add:
like this :
Regards, CRUEL-MODZ
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 :
Regards, CRUEL-MODZ