Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author wpecommerce

    (@wpecommerce)

    Hi, have you enabled debug in the plugin settings?

    slkmclaren

    (@slkmclaren)

    Hello, I have the same problem. I have the debug log file. What could be in there that can help?

    Thanks.

    tobimenz

    (@tobimenz)

    Paypal changed the SSL version. So you must change the row 108 in file “inc/payments/ipnlistener.php”.

    curl_setopt($ch, CURLOPT_SSLVERSION, 3);

    to

    curl_setopt($ch, CURLOPT_SSLVERSION, 4);
    Thread Starter fiorgodx

    (@fiorgodx)

    That didn’t seem to work for me. Do I have to change the number in the if statement as well? Right now I have this after the change:

    if ($this->force_ssl_v3) {
    curl_setopt($ch, CURLOPT_SSLVERSION, 4);
    }

    tobimenz

    (@tobimenz)

    Yes it works two days and now I have the same problem. No purchases arrived to wordpress.

    Thread Starter fiorgodx

    (@fiorgodx)

    @slkmclaren @tobimenz I think this is an unsupported plugin and we just have to move on.

    tobimenz

    (@tobimenz)

    @fiogodx At the moment I have no problems. I receive the emails and the orders on wordpress. Yes probably we must move to another plugin. Do you know any plugin with the same capacity.

    Thread Starter fiorgodx

    (@fiorgodx)

    If you have no problems why do you need to move to another plugin? It sounds to me like it’s working all right for you. Unfortunately for me it allows me to collect money but it doesn’t send them an email with the software. I don’t know of any alternative plugins but I’ll probably look over the next few days.

    Plugin Author wpecommerce

    (@wpecommerce)

    Hi, we have just released an update to fix the IPN validation issue. Please update the plugin and see how it goes.

    Thread Starter fiorgodx

    (@fiorgodx)

    Thanks for responding. It doesn’t show that the plugin has an update in my WordPress dashboard and here it says the most recent update is from 9/5/14 https://wp-ecommerce.net/wordpress-isell-easily-sell-digital-downloads-from-your-wordpress-site-1916. Do you know another place to download the update? Thanks again.

    Garry K

    (@garry-k)

    I am not using SSL

    Before the update:

    [11/27/2014 6:49 PM] – SUCCESS :Received IPN from PayPal
    [11/27/2014 6:49 PM] – SUCCESS :
    Array
    (

    )
    [11/27/2014 6:49 PM] – SUCCESS :Verifying IPN using CURL
    [11/27/2014 6:49 PM] – FAILURE :cURL error: [302]

    After the update I am getting a curl error 0

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘I receive money from paypal but no order & they don't get an email’ is closed to new replies.