Still some problems with following?
Try following:
- open wp_ap_subscribers table
- find subs_id 0 and change it to biggest number there is +1
- change subs_id: default: none, auto_increment set
http://4.stefantsov.com/s/?2015.12.14_17.43.20_g3itldk2.png - now following works fine, right?
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?
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.
Thank you, now it`s ok.