By romagromov on Wednesday, 15 October 2014
Posted in Technical Issues
Replies 1
Likes 0
Views 766
Votes 0
Upcoming Birthday widget displays deleted users

http://monosnap.com/image/9Bmanha581RDZoL4z7HB55mMK7HHHQ.png
Hi,

Ah it seems like deleting user didn't delete friends. Will fix this in the next version.

In the mean time, if you would like to clean your friend list, please execute the this SQL (replacing 'prefix' with your database prefix).

delete from prefix_social_friends
where actor_id not in (select id from prefix_users)
or target_id not in (select id from prefix_users);

If you are not comfortable in performing this action, then please provide us your site's access and I will perform the clean up for you.
·
Wednesday, 15 October 2014 11:45
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post