By Techjoomla on Wednesday, 20 July 2016
Posted in Groups
Replies 7
Likes 0
Views 1K
Votes 0
Hello Guys ,
We are facing issues in Notification module.
When user is sending the request to join the group , group members are able to see the Notification it but it showing the language constant that is wrong.

We have checked this constant and it seems it coming from table notification and it gives us constant that is showing into the Notification module.
Is it problem of wrong notification generation ? if yes how could we solved it?
Hi there,

I am sorry for the delay of this reply. I've inspected that there have missing language string. You can override the language string by :
1. Click Extension>Languages>Overrides>New
Language Constant * :
COM_EASYSOCIAL_GROUPS_REQUESTED_SYSTEM_TITLE
Text :
{b}%1$s{/b} asked to join the group {b}%2$s{/b}

and see how it goes?
·
Thursday, 21 July 2016 11:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Thanks for reply.

I tried above stuff and seems no change.

It also gives same issue while the following scenarios
1. User leaves Group : (COM_EASYSOCIAL_GROUPS_LEAVE_SYSTEM_TITLE)
2. Owner removes any User :

COM_EASYSOCIAL_GROUPS_PROMOTED_SYSTEM_TITLE this also gives but not found it when this type of constant is showing.


I have suspected while this issue the notification table stores string when the any user joined group as well as some other cases like any user commented ,likes picture. It stores correct String but in above cases it store the Language constants.

Please advise.
·
Thursday, 21 July 2016 22:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,
After checking our EasySocial latest codes, it seems that these language constants are not generated at all. Because of this, can you provide us your backend and ftp access so we can give this issue a better check? Thanks.
·
Friday, 22 July 2016 13:57
·
0 Likes
·
0 Votes
·
0 Comments
·
We are using 1.4.7 its working for dev site but it is not working for production and local site (We are using same package for all sites)
·
Friday, 22 July 2016 15:18
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,
I have tried to replicate this issue in ES 1.4.7 but there are no such language constants there either. It would be best that you could provide us your backend and ftp access otherwise I`m afraid there is no other way determine the cause of this issue. Thanks for understanding.
·
Friday, 22 July 2016 16:50
·
0 Likes
·
0 Votes
·
0 Comments
·
super admin Credentials -
Here are credentials -https://climathon-test.lteservers.com/administrator/index.php?kic
Username - stackidea
Password - stack@1234

Frontend Member User Credentials -
user- participant16
password - abcd1234

Group owner-
user-city15
password- abcd1234

Group is Pune. Please note city is group here. So wherever you notice city , it is actually a group.

Notification module is in header right side.
·
Monday, 25 July 2016 18:54
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,
Can you check this file and see what constant the "JText::sprintf" outputs? I attached the related file so you can compare them.
JoomlaFolder\media\com_easysocial\apps\group\groups\hooks\notification.group.php

We actually need your ftp access too so we can check this issue in a quicker and more efficient manner. Hope you understand.
·
Monday, 25 July 2016 19:30
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post