Paypal IPN not working

Discussion in 'Payments processing' started by webdzier, Mar 5, 2017.

  1. webdzier

    webdzier New Member

    Joined:
    Jan 29, 2016
    Messages:
    4
    Hello,

    when user completed the payment using Paypal then amember not activate the user, user is showing in pending mode, this error occur before some time. in logs error showing is "Curl error: Connection timed out after 10001 milliseconds" .

    please help me out!
  2. caesar

    caesar aMember Pro Developer Staff Member

    Joined:
    Oct 16, 2009
    Messages:
    2,295
    Hello,

    I see you other thread (about email) and this one and I guess PHP on your server can not do http request on your server for some reason. I guess firewall on your server block outgoing tcp connections. Did you do any adjustment to firewall configuration recently?

    I suggest to contact either your hosting support support or system administrator and check whether outgoing tcp connection is allowed on your server or not.

    Best Regards.
  3. webdzier

    webdzier New Member

    Joined:
    Jan 29, 2016
    Messages:
    4
    Hello Caesar,

    I have contact to my hosting support and he has solved my email related problem, but PayPal IPN problem not solved.
    Full Error is
    Exception HTTP_Request2_MessageException
    HTTP_Request2_Adapter_Curl::wrapCurlError [ library/pear/HTTP/Request2/Adapter/Curl.php : 196 ]
    HTTP_Request2_Adapter_Curl->sendRequest [ library/pear/HTTP/Request2.php : 923 ]
    HTTP_Request2->send [ library/Am/Paysystem/Transaction/Paypal.php : 90 ]
    Am_Paysystem_Transaction_Paypal->validateSource [ library/Am/Paysystem/Transaction/Incoming.php : 304 ]
    Am_Paysystem_Transaction_Incoming->validate [ library/Am/Paysystem/Transaction/Abstract.php : 48 ]
    Am_Paysystem_Transaction_Abstract->process [ library/Am/Paysystem/Transaction/Incoming.php : 250 ]
    Am_Paysystem_Transaction_Incoming->process [ library/Am/Paysystem/Abstract.php : 471 ]
    Am_Paysystem_Abstract->directAction [ application/default/controllers/DirectController.php : 22 ]
    DirectController->__call [ library/Am/Controller.php : 118 ]
    Am_Controller->dispatch [ library/Zend/Controller/Dispatcher/Standard.php : 308 ]
    Zend_Controller_Dispatcher_Standard->dispatch [ library/Zend/Controller/Front.php : 954 ]
    Zend_Controller_Front->dispatch [ library/Am/App.php : 2019 ]
    Am_App->run [ index.php : 92 ]
  4. caesar

    caesar aMember Pro Developer Staff Member

    Joined:
    Oct 16, 2009
    Messages:
    2,295

Share This Page