This topic contains 4 replies, has 2 voices. Last updated by Eduan 4 years, 2 months ago.
Topic Author | Topic |
---|---|
Posted: Thursday Oct 11th, 2012 at 6:28 am #28094 | |
I’m using the Paypal Sandbox and I got the error below. The payments have gone into the Paypal test accounts alright, but it’s obviously not redirecting to the site. I doubt it’s an issue with the php ini file (just how do I check that anyway in cPanel?) Is there a diagnostic process to go thru to find out what the issue is? The info below tells me what to do, but not how to do it. Thanks ERROR: Unable to verify $_POST vars. This is most likely related to an invalid configuration of s2Member, or a problem with server compatibility. If you are the site owner, and you’re absolutely SURE that your configuration is valid, you may want to run some tests on your server, just to be sure $_POST variables are populated, and that your server is able to connect/communicate with your Payment Gateway over an HTTPS connection. s2Member uses the WP_Http class for remote connections; which will try to use cURL first, and then fall back on the FOPEN method when cURL is not available. On a Windows® server, you may have to disable your cURL extension; and instead, set allow_url_fopen = yes in your php.ini file. The cURL extension (usually) does NOT support SSL connections on a Windows® server. |