C chanderkala New Member Apr 19, 2021 #1 I'm using Ansh Option form on my website and when someone subscribe to my list many time that subscriber add as double. 2 subscribers added with same data. How can I remove these duplicate subscribers from my single list ?
I'm using Ansh Option form on my website and when someone subscribe to my list many time that subscriber add as double. 2 subscribers added with same data. How can I remove these duplicate subscribers from my single list ?
twisted1919 Administrator Staff member Apr 19, 2021 #2 @chanderkala - what version of the app are you using? chanderkala said: I'm using Ansh Option form on my website Click to expand... What is this exactly?
@chanderkala - what version of the app are you using? chanderkala said: I'm using Ansh Option form on my website Click to expand... What is this exactly?
twisted1919 Administrator Staff member Apr 19, 2021 #3 Can you do this for us please, open the file /apps/api/controllers/List_subscribersController.php and you will see, at line 345: Code: if (!$mutex->acquire($mutexKey, 20)) { Transform that line into: Code: if (!$mutex->acquire($mutexKey)) { And save the file. And try again, do you still receive duplicates?
Can you do this for us please, open the file /apps/api/controllers/List_subscribersController.php and you will see, at line 345: Code: if (!$mutex->acquire($mutexKey, 20)) { Transform that line into: Code: if (!$mutex->acquire($mutexKey)) { And save the file. And try again, do you still receive duplicates?
twisted1919 Administrator Staff member Apr 19, 2021 #4 @chanderkala - I can confirm the above change fixes the issue. We included the fix in our next release, meanwhile you can safely use that fix.
@chanderkala - I can confirm the above change fixes the issue. We included the fix in our next release, meanwhile you can safely use that fix.
C chanderkala New Member Apr 19, 2021 #5 twisted1919 said: @chanderkala - what version of the app are you using? What is this exactly? Click to expand... This is an optin form plugin for wordpress
twisted1919 said: @chanderkala - what version of the app are you using? What is this exactly? Click to expand... This is an optin form plugin for wordpress
twisted1919 Administrator Staff member Apr 19, 2021 #6 chanderkala said: This is an optin form plugin for wordpress Click to expand... Thanks for the info