• Hello,
    We have been using your plugin for sometime successfully. The latest version though is not as cooperative with our setup.

    We use Sitelock for security and they mask our ip address. With that, cURL is not working properly as it is connecting to the masked IP. With that, we have whitelisted curl and the source IP address for the host server – still nothing.

    Wondering if you have suggestions?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author r-a-y

    (@r-a-y)

    The new version of the plugin does self-pings to initialize the email sending process asynchronously.

    Read the 3rd point in this wiki article:
    https://github.com/boonebgorges/buddypress-group-email-subscription/wiki/How-to-troubleshoot-missing-emails

    You’ll need to figure out why self-pings are not working on your server. If self-pings are working on your server, perhaps it’s a problem with the way we are setting up the self-ping.

    Thread Starter cdubia

    (@cdubia)

    So – we are receiving emails. That is not the problem.

    The problem is that there is a delay when you press Post Update while in your group.
    When the plugins is disabled or removed – there is no delay.

    We have added this line of code to address it..It is a temporary fix but we need a permanent one

    buddypress-group-email-subscription/classes/class-bpges-async-request.php
    The change is on line 26/27
    $args[‘redirection’] = ‘5’;
    $args[‘timeout’] = ‘.1’;

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘cURL error 28’ is closed to new replies.