After logging in when trying to post either text or photo or anything in the wall, it proceed the post successfully but it popup the log in window for entering the username and password again, if the user put the username and password then it asks again and again if he posts again. however if the user didn't fill the username it considered his as guest, and when trying to enter jomsocial again it gives the following error:
1064 Error
You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'GROUP BY groupid' at line 1 SQL=SELECT groupid FROM xx756_community_groups_members WHERE approved = 1 AND memberid = GROUP BY groupid
and if login again via forum kunena the error disappear and again it asks for login when posting anything.
Kindly Please someone help me
Execute this query
SELECT
member.groupid,group.id FROMwottide_community_groups_membersASmemberLEFT JOINxxxx_community_groupsASgroupON (member.groupid =group.id ) WHEREgroup.id IS NULLIf the result not empty. Delete it.