Hi All.
I just implemented S2 Member and created a paypal button to accept subscriptions.
The payment went through paypal successfully. Money was deducted. However, when it comes to return page, the above error shows. Person who signed up was not returned to the pages, and also was not added to the members list.
Tried looking at related posts but could not seem to find the soluton.
Here’s my IPN logfile (replaced sensitive information with ***):-
LOG ENTRY: Thu Oct 3rd, 2013 @ precisely 2:48 pm UTC
PHP v5.3.24 :: WordPress® v3.6.1 :: s2Member® v130816
Memory 27.18 MB :: Real Memory 28.50 MB :: Peak Memory 27.68 MB :: Real Peak Memory 28.50 MB
pkwong.byethost32.com/?s2member_paypal_notify=1
User-Agent: PayPal IPN ( https://www.paypal.com/ipn )
array (
‘mc_gross’ => ‘0.01’,
‘invoice’ => ‘” />
‘Ineligible’,
‘address_status’ => ‘unconfirmed’,
‘payer_id’ => ‘GMPRSYHH9S34L’,
‘address_street’ => ‘***’,
‘payment_date’ => ’07:48:06 Oct 03, 2013 PDT’,
‘payment_status’ => ‘Completed’,
‘charset’ => ‘windows-1252’,
‘address_zip’ => ‘***’,
‘first_name’ => ‘***’,
‘mc_fee’ => ‘0.01’,
‘address_country_code’ => ‘SG’,
‘address_name’ => ‘***’,
‘notify_version’ => ‘3.7’,
‘subscr_id’ => ‘I-1L06S9JGL8K5’,
‘custom’ => ‘pkwong.byethost32.com’,
‘payer_status’ => ‘unverified’,
‘business’ => ‘***’,
‘address_country’ => ‘Singapore’,
‘address_city’ => ”,
‘verify_sign’ => ‘AJolIMuP9Ruo0.G0Q8eT8WQ3zCFXApT64E5OCzD90.mLGYAaL2.3r28X’,
‘payer_email’ => ‘***’,
‘txn_id’ => ‘6BB572027B3501227’,
‘payment_type’ => ‘instant’,
‘btn_id’ => ‘71350508’,
‘last_name’ => ‘***’,
‘address_state’ => ”,
‘receiver_email’ => ‘***’,
‘payment_fee’ => ”,
‘receiver_id’ => ‘NJMRATDSVR3YE’,
‘txn_type’ => ‘subscr_payment’,
‘item_name’ => ‘Bronze Member / description and pricing details here.’,
‘mc_currency’ => ‘SGD’,
‘item_number’ => ‘Test Pay’,
‘residence_country’ => ‘SG’,
‘transaction_subject’ => ‘Bronze Member / description and pricing details here.’,
‘payment_gross’ => ”,
‘ipn_track_id’ => ‘f8fbc8238112f’,
‘s2member_log’ =>
array (
0 => ‘IPN received on: Thu Oct 3, 2013 2:48:16 pm UTC’,
1 => ‘s2Member POST vars verified through a POST back to PayPal®.’,
2 => ‘s2Member originating domain (
$_SERVER["HTTP_HOST"]
) validated.’,
3 => ‘Ignoring this IPN request. The
txn_type/status
does NOT require any action on the part of s2Member.’,
),
‘subscr_gateway’ => ‘paypal’,
)
Appreciated all your help in this.