By HMED on Monday, 14 November 2016
Posted in General
Replies 6
Likes 0
Views 129
Votes 0
Hello,

we are getting those errors (notices) on the geommunity module page, i contacted the geommunity editor and told me thats coming perhaps from other module !


Notice: Trying to get property of non-object in /srv/users//apps//public/administrator/components/com_easysocial/includes/modules/modules.php on line 29

Notice: Trying to get property of non-object in /srv/users//apps//public/administrator/components/com_easysocial/includes/modules/modules.php on line 30
Please contact the author of the module as it seems like the module is probably not updated
·
Monday, 14 November 2016 22:44
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Mark i'll invite him to check this discussion, what it changed in ES2 until he can update it ?
·
Monday, 14 November 2016 22:47
·
0 Likes
·
0 Votes
·
0 Comments
·
I am not too sure how was his codes written but it's most likely this is their old code,


ES::modules();


It should be now,


ES::modules('mod_xxxx', $requireCss = true / fase);
·
Monday, 14 November 2016 23:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Mark i'll tell him,

(ps: sorry for the duplicated suggestion, i didnt find the old one in voices)
·
Monday, 14 November 2016 23:35
·
0 Likes
·
0 Votes
·
0 Comments
·
No problem
·
Monday, 14 November 2016 23:36
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post