error unable to verify $_post vars
-
Hi,
I have optimize press and i am having an issues when payment is complete and customer is redirected to my website from paypal, they get the following error message:
ERROR: Unable to verify $_POST vars.
Please contact Support for assistance.This is most likely related to an invalid configuration of optimizepress,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.
optimizepress 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 cURLextension; 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.
I also ran the server tests, and everything is fine. I have also ran the curl test and that was ok too. I double check all the paypal settings that was ok too. I disabled all plugins and still get this problem.
Really need help on this.
Chris
- The topic ‘error unable to verify $_post vars’ is closed to new replies.