Still some problems with following?
i cant seem to find the *_ap_subscribers table in my database. Please help me fix this problem.
Thanks in advance.
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.
Try deactivate and reactivate AnsPress again