latest stable versions: v150827 (changelog)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

About: Michael Probst

Sorry, I've not written a description yet. I'll get to it soon!


My Latest Replies (From Various Topics)

Viewing 10 replies - 1 through 10 (of 10 total)
Author Replies
Author Replies
Posted: Thursday May 31st, 2012 at 9:31 pm #15110

Quote: “No issues. Your server configuration looks great!”

Posted: Thursday May 31st, 2012 at 8:56 pm #15104

Yep, the only plugins are s2Member + Pro (and the recently added mail log plugin).

Posted: Thursday May 31st, 2012 at 11:03 am #15053

i am being ‘returned’ (proform so they actually never leave) to the to actual page of the pro-form after successful payment (with a message at the top of the pro-form that says the registration is complete and a link to login).

i checked the email logs using the plugin that logs all email send via wp and only the basic email confirmation (with username/pw) and email sent to admin to inform them of registration. i checked paypal and the recurring payment profiles are created… having different return urls just do not work.

Posted: Friday May 25th, 2012 at 9:17 am #14590

Sorry, the above was an old log before enabling IPN and PDT on PayPal’s site.

CURRENT:

array (
0 => ‘IPN received on: Fri May 25, 2012 12:54:16 pm UTC’,
1 => ‘s2Member POST vars verified through a POST back to PayPal®.’,
2 => ‘s2Member originating domain ( `$_SERVER[“HTTP_HOST”]` ) validated.’,
3 => ‘s2Member `txn_type` identified as ( `recurring_payment_profile_created` ).’,
4 => ‘The `txn_type` does not require any action on the part of s2Member.’,
5 => ‘s2Member Pro handles this event on-site, with an IPN proxy.’,
),

There is nothing in the log about paypal_proxy.

Posted: Friday May 25th, 2012 at 9:11 am #14587

The signup page is on https and here is the message i get from s2member_log:

‘s2member_log’ =>
array (
0 => ‘Unable to verify $_POST vars. This is most likely related to an invalid configuration of s2Member, or a problem with server compatibility.’,
1 => ‘If 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.’,
2 => ‘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.’,
3 => ‘Please see this thread: `http://www.s2member.com/forums/topic/ideal-server-configuration-for-s2member/` for details regarding the ideal server configuration for s2Member.’,

Posted: Thursday May 24th, 2012 at 9:37 am #14478

PHP v5.3.10 :: WordPress® v3.3.2 :: s2Member® v120517 :: s2Member® Pro v120517
Memory 26.72 MB :: Real Memory 27.25 MB :: Peak Memory 26.81 MB :: Real Peak Memory 27.25 MB
xxx
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20100101 Firefox/12.0
——– Input vars: ( Wed May 23, 2012 5:49:58 pm UTC ) ——–
array (
‘METHOD’ => ‘CreateRecurringPaymentsProfile’,
‘EMAIL’ => ‘[xxx]’,
‘FIRSTNAME’ => ‘m’,
‘LASTNAME’ => ‘p’,
‘SUBSCRIBERNAME’ => ‘m p’,
‘DESC’ => ‘$4.00 USD / Monthly ( recurring charge, for ongoing access )’,
‘PROFILEREFERENCE’ => ‘1340430598:0 D:1 M~[xxx]~1’,
‘INITAMT’ => ‘4.00’,
‘FAILEDINITAMTACTION’ => ‘CancelOnFailure’,
‘CURRENCYCODE’ => ‘USD’,
‘AMT’ => ‘4.00’,
‘TAXAMT’ => ‘0.00’,
‘MAXFAILEDPAYMENTS’ => ‘2’,
‘AUTOBILLOUTAMT’ => ‘AddToNextBilling’,
‘PROFILESTARTDATE’ => ‘2012-06-23T00:00:00Z’,
‘BILLINGPERIOD’ => ‘Month’,
‘TOTALBILLINGCYCLES’ => ‘0’,
‘BILLINGFREQUENCY’ => ‘1’,
‘CREDITCARDTYPE’ => ‘Visa’,
‘ACCT’ => ‘************2218’,
‘EXPDATE’ => ‘042017’,
‘CVV2’ => ‘456’,
‘STREET’ => ‘123 dd’,
‘CITY’ => ‘dd’,
‘STATE’ => ‘dd’,
‘COUNTRYCODE’ => ‘US’,
‘ZIP’ => ‘dd’,
‘VERSION’ => ‘71.0’,
‘USER’ => ‘[xxx]’,
‘PWD’ => ‘[xxx]’,
‘SIGNATURE’ => ‘[xxx]’,
)
——– Output string/vars: ( Wed May 23, 2012 5:50:13 pm UTC ) ——–
PROFILEID=I%2dRELBRSEKP7PF&PROFILESTATUS=PendingProfile&TRANSACTIONID=3EE3749652959430U&TIMESTAMP=2012%2d05%2d23T17%3a50%3a13Z&CORRELATIONID=2e4560241e4db&ACK=Success&VERSION=71%2e0&BUILD=2945183
array (
‘PROFILEID’ => ‘I-RELBRSEKP7PF’,
‘PROFILESTATUS’ => ‘PendingProfile’,
‘TRANSACTIONID’ => ‘3EE3749652959430U’,
‘TIMESTAMP’ => ‘2012-05-23T17:50:13Z’,
‘CORRELATIONID’ => ‘2e4560241e4db’,
‘ACK’ => ‘Success’,
‘VERSION’ => ‘71.0’,
‘BUILD’ => ‘2945183’,
)

Posted: Wednesday May 23rd, 2012 at 2:47 pm #14352

thanks, i was able to dynamically create the shortcodes based on the value of the coupon to allow for this functionality… by added the trial period if a valid coupon was entered and setting them to zero when not.

Posted: Thursday Mar 1st, 2012 at 9:11 pm #6943

Is your goal to achieve recurring payments without using PayPal’s recurring payments (ie. store a customer cc info on your website and process a regular payment periodically)? Not sure if s2Member allows this but I would assume not.

Standard PayPal has the functionality to allow for recurring payments through the use of the PayPal buttons (as does PP Pro). You do not need PayPal Pro to set up these recurring payments (standard can buttons can do this) but the customer leaves your site to make the payment (to paypal.com).

Posted: Thursday Mar 1st, 2012 at 7:40 pm #6938

Well I plan to process payments on site (and not at paypal.com through standard buttons) so i need s2Member Pro version for PayPal Pro integration. Recurring payments is a PayPal setting and I am pretty sure s2Member does not store payment information locally as a security measure (PayPal stores it), correct?

Posted: Tuesday Feb 28th, 2012 at 9:30 pm #6705

you just found yourself a new customer. thanks!

Viewing 10 replies - 1 through 10 (of 10 total)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Contacting s2Member: Please use our Support Center for bug reports, pre-sale questions & technical assistance.