Home › Forums › Robert Amey
About: Robert Amey
Sorry, I've not written a description yet. I'll get to it soon!
Topics I'm Subscribed To
Topic | Count | Last Reply |
---|---|---|
ERROR: Unable to verify $_POST vars.
By: |
voices: 5 replies: 20 |
Topics I've Started
Topic | Count | Last Reply |
---|---|---|
ERROR: Unable to verify $_POST vars.
By: |
voices: 5 replies: 20 |
My Latest Replies (From Various Topics)
Author | Replies |
---|---|
Author | Replies |
Posted: Tuesday Sep 18th, 2012 at 4:43 pm #25728 | |
|
|
Hello Cristian, I don’t actually have a host, I’m hosting this myself at the moment. Please help. |
|
Posted: Monday Sep 17th, 2012 at 3:57 pm #25610 | |
|
|
Thank you for your reply Cristian, When running the PHP file I receive the following warning: [WARNING] Missing $_SERVER[‘SERVER_ADDR’] Do how and where I configure $_SERVER[‘SERVER_ADDR’] ? Kind Regards Rob |
|
Posted: Sunday Sep 16th, 2012 at 6:08 am #25464 | |
|
|
Hello Eduan, Thank you for your assistance today. The URL for my site is http://www.makeandcraft.com, it’s running on IIS 7.5. I have also tried and failed to modify the htaccess file to include RewriteCond %{HTTP_HOST} !^www.makeandcraft.com$ and RewriteRule ^(.*)$ http://www.makeandcraft.com/$1 [R=301] My htaccess file is currently # BEGIN s2Member GZIP exclusions RewriteEngine On # END s2Member GZIP exclusions Thanks in advance, |
|
Posted: Saturday Sep 15th, 2012 at 8:02 pm #25449 | |
|
|
Below is an entry from my paypal-ipn.log after an error occurs. “PHP v5.3.10 :: WordPress® v3.4.1 :: s2Member® v120703 :: s2Member® Pro v120703 Below is an entry from the paypal-rtn.log after an error occurs: PHP v5.3.10 :: WordPress® v3.4.1 :: s2Member® v120703 :: s2Member® Pro v120703 On another post with a similar issue you advised some to try the following test: $w = stream_get_wrappers(); My result for this is: openssl: yes http wrapper: yes https wrapper: yes wrappers: array(12) { [0]=> string(3) “php” [1]=> string(4) “file” [2]=> string(4) “glob” [3]=> string(4) “data” [4]=> string(4) “http” [5]=> string(3) “ftp” [6]=> string(3) “zip” [7]=> string(13) “compress.zlib” [8]=> string(5) “https” [9]=> string(4) “ftps” [10]=> string(4) “phar” [11]=> string(6) “sqlsrv” }
|
|
Posted: Saturday Sep 15th, 2012 at 7:46 pm #25448 | |
|
|
Hello Raam I have now resolved the Temporary Files Directory error, but I still receive the following error after a user pays via paypal. “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.” What can I check/try next? Thanks in advance. |