By Peter McLeland on Friday, 21 July 2017
Posted in Technical Issues
Replies 5
Likes 0
Views 430
Votes 0
Hi, since updating EasySocial to 2.0.20 I no longer receive emails when new users register.
Hello Peter,

I have discussed with Arlex and it seems like this issue is pretty much related to https://stackideas.com/forums/no-public-access-to-my-forums#reply-330556 . There is an issue with the detection of super administrator's on the site because the ACL on your Joomla groups is corrupted. I have applied a similar patch in /administrator/components/com_easysocial/models/users.php at line 951 by adding the codes below,

[gist]
if (!$superAdminGroups) {
$obj = new stdClass();
$obj->id = 8;

$superAdminGroups[] = $obj;
}
[/gist]
·
Friday, 21 July 2017 18:23
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you Mark, that's fixed it.

With regard to that ACL issue you kindly offered for someone to assist me with fixing it some time ago. I know you guys are always extremely busy but could you keep that on your to-do list for sometime in the future please?

I appreciate your support as always
·
Friday, 21 July 2017 19:06
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Peter,

Ah yes but it would require quite a bit of data integration checks and it'll take a while I will try to see if I could spare some time this weekend.

Do you have Skype? If you could reach out to me at marklee_777, I will try to take a look at the issue on your site.
·
Friday, 21 July 2017 21:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you Mark, I have sent a contact via Skype
·
Friday, 21 July 2017 22:16
·
0 Likes
·
0 Votes
·
0 Comments
·
No problem Peter, will ping you when I have some spare time :x
·
Friday, 21 July 2017 22:38
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post