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
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.
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?
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:
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.