Statistics: Posted by Jason Caldwell — August 17th, 2010, 3:49 am
extension=php_curl.dll
;extension=php_curl.dll
Statistics: Posted by dmasciangelo — August 9th, 2010, 3:49 pm
Create a new PHP file, and name it:
s2member-hacks.php
Place these lines inside it:
<?php
add_filter("use_curl_transport", "disable_curl");
function disable_curl($use_curl_transport){ return false; }
?>
Save that file in this location:
/plugins/s2member/includes/functions/s2member-hacks.php
Statistics: Posted by Jason Caldwell — August 5th, 2010, 12:34 pm
Statistics: Posted by lunaKM — July 30th, 2010, 4:30 pm
Statistics: Posted by lunaKM — July 30th, 2010, 12:52 pm
Statistics: Posted by lunaKM — July 30th, 2010, 7:13 am
<?php print_r($_GET); ?>
array('test' => 1)
array('test' => 1)
Statistics: Posted by Jason Caldwell — July 30th, 2010, 4:25 am
Statistics: Posted by Jason Caldwell — July 30th, 2010, 3:44 am
lunaKM wrote:I have the same problem I have run the IPN test through the sandbox and while the log places it in the array, I still get the POST vars error.
When I was testing with sandbox it worked flawlessly, but now that it's live and people are upgrading (current level 0 users) I get this issue.
Statistics: Posted by Jason Caldwell — July 28th, 2010, 12:15 am
Statistics: Posted by Jason Caldwell — July 27th, 2010, 11:36 pm
Statistics: Posted by Jason Caldwell — July 27th, 2010, 11:35 pm
extension=php_curl.dll
;extension=php_curl.dll
Statistics: Posted by Jason Caldwell — July 27th, 2010, 6:53 am
Statistics: Posted by Guest — July 23rd, 2010, 9:32 am
Statistics: Posted by Jason Caldwell — July 22nd, 2010, 10:56 pm
Statistics: Posted by Jason Caldwell — July 22nd, 2010, 8:24 am
lunaKM wrote:
I have the same problem I have run the IPN test through the sandbox and while the log places it in the array, I still get the POST vars error.
When I was testing with sandbox it worked flawlessly, but now that it's live and people are upgrading (current level 0 users) I get this issue.
Statistics: Posted by Jason Caldwell — July 22nd, 2010, 8:23 am