Still some problems with following?

Solved6.40K viewsIssues
0

After the update to 2.4.3, following and followers user functions works properly, but I still can`t follow any question or category.

0

i cant seem to find the *_ap_subscribers table in my database. Please help me fix this problem.

Thanks in advance.

Try deactivate and reactivate AnsPress again

following worked. but my old followers are not shown. is there any way to fix it?

A guess: previous followers are stored in _ap_meta as “subscriber”. Current followers are stored in _ap_subscribers as “q_all” (subscriber to whole question), “a_all” (subscriber to comments of answer), “q_post” (subscriber to comments of question).

Best way to recover old followers is to write a custom script / sql, that would retrieve records from _ap_meta and put appropriate records to _ap_subscribers. That shoud be pretty easy: https://github.com/anspress/anspress-email history has current variant of getting all followers, and old variant too. Look at them, mix them – there you go.

You are viewing 1 out of 3 answers, click here to view all answers.