Still some problems with following?

Solved6.36K 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.

1

Try following:

  1. open wp_ap_subscribers table
  2. find subs_id 0 and change it to biggest number there is +1
  3. change subs_id: default: none, auto_increment set
    http://4.stefantsov.com/s/?2015.12.14_17.43.20_g3itldk2.png
  4. now following works fine, right?

commented on answer

Thank you, now it`s ok.

Dear sir, I also have problem with following functions (category, user,…). I tried as instruction but i can’t find subs_id 0 and subs_id status is same as picture above. Why following still not work? I think it’s one of very important functions of this plugin.

I’m using AP ver 2.4.8 (newest) and I think it was fixed. But why? If can’t fix this bug, maybe I will cancel the plan. Who can help me, please?

1

Fix is pushed to Github master branch.

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.