Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Paypal IPN works but still shows INCOMPLETE | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium Paypal IPN works but still shows INCOMPLETE

Paypal IPN works but still shows INCOMPLETE

Posted: May 29, 2013 at 9:34 pm

Viewing 4 reply threads


highfiveamerica

May 29, 2013 at 9:34 pm

I’m at my wits end on this.

I’m using the paypal sandox with debugging enabled.  The test merchant account has IPN enabled and pointing to the /transactions page on my site.  I even check the log file under /uploads/espresso/logs and I can see the IPN hits coming in with no errors.

BUT … the payment status still shows incomplete.

What am I missing?

Thanks


highfiveamerica

May 29, 2013 at 10:16 pm

Checked “Remote Posting/IPN” in System Status and it has this:

“Your server has fsockopen enabled, cURL is disabled.”

Does cURL have to be enabled?  If so, how do I do this?  Tried adding the following to my php.ini (and restarted php-fpm) but it still shows disabled …

“extension=php_curl.so”

 


highfiveamerica

May 29, 2013 at 11:56 pm

Finally got cURL enabled … BUT it still doesn’t work.  After payment is made the status remains “Incomplete”


highfiveamerica

May 30, 2013 at 12:15 am

Enabled paypal.ipn_results.log … and I’m seeing this exception:

“Errors resulting from the execution of curl transfer: SSL certificate problem: unable to get local issuer certificate[05/29/2013 10:54 PM] – FAIL: IPN Validation Failed . /cgi-bin/webscr : http://www.sandbox.paypal.com”

Now I just need to know how to resolve it :)  Any ideas?

 


Josh

May 30, 2013 at 8:18 am

Hi Wayde,

The last error you’re seeing there is likely from a CA cert bundle not being installed on the server, or there’s a permissions issue so it can’t be read. Your host may be able to get that up and running. If not, you can download a cacert.pem file from here:

http://curl.haxx.se/docs/caextract.html

then upload it to your server. Then in the php.ini file you can point to the location of the pem file like this:

curl.cainfo = /path/to/your/cacert.pem
Viewing 4 reply threads

The support post ‘Paypal IPN works but still shows INCOMPLETE’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso - Staging Server