Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.
please emptying Table: jos_community_connect_users after that the facebook login will back to normal again. something wrong with old existing records for that table.
Regards,
Albert
Hallo Albert,
Thanks for the support. Clearing the table helps to resolve the issue and once deleted user can connect again.
The bug seems to be that deleting the user in the back end does not clear this user from the jos_community_connect_users table. Because once you clear the table and repeat the process (i.e. register via Facebook and delete the user in the back end) the user reapers and stays in this table after being deleted in the back end. It doesn't matter whether he is deleted via Joomla Users or via JomSocial members.
Maybe it is related to this message I get in phpMyAdmin above this table?:
This table does not contain a unique column. Grid edit, checkbox, Edit, Copy and Delete features are not available.
I can delete the individual rows by running the query and conditioning it by the userid. Maybe the code for this table was forgotten in the JomSocial? Will there be an update?
Yes, this adds the possibility to delete the row without running a querry.
It doesn't effect the fact that the row in jos_community_connect_users is not emptied when you delete a user in the back end. Looking forward for the update.