update: problem seems fixed, but other issue in 2nd forum post below…
This month we had to upgrade our server, and now all of a sudden we are no longer able to have the 2nd step registration e-mails sent. I’ve made sure that SMTP is configured properly, and I can see that WordPress is able to send out e-mails properly, through our google account branded email. I haven’t changed any of the settings within s2Member or CCbill, but we have upgraded the version of WordPress and s2Member recently.
The server scan seems fine: http://beautifulobscene.com/s2Member-check-my-server.php
Is there a way to generate a test of whether s2Member on its own can send out e-mails?
The odd thing is, creating test accounts with the dummy cc bill credit card is triggering cc bill notification e-mails, but doesn’t seem to be creating all the proper log files. It’s not creating a PayPal-IPN.log or a ccbill-dl-ipn.log file.
Here’s the most recent readouts from the log files we do have:
ccbill-ipn.log
PHP v5.3.18 :: WordPress® v3.5.1 :: s2Member® v130123 :: s2Member® Pro v130123
Memory 32.73 MB :: Real Memory 33.00 MB :: Peak Memory 32.81 MB :: Real Peak Memory 33.00 MB
beautifulobscene.com/?s2member_pro_ccbill_notify=1
User-Agent:
array (
'customer_fname' => 'cUrl',
'customer_lname' => 'change',
'email' => 'fakegray@gmail.com',
'username' => '',
'password' => '',
'productDesc' => '',
'price' => '$99.99 for 365 days',
'subscription_id' => '0113025502000000029',
'denialId' => '',
'clientAccnum' => '945076',
'clientSubacc' => '0000',
'address1' => 'by consant',
'city' => 'portland',
'state' => '',
'country' => 'US',
'phone_number' => '',
'zipcode' => '97206',
'start_date' => '2013-01-25 16:57:49',
'referer' => '',
'ccbill_referer' => '',
'affiliate' => '',
'reservationId' => '',
'referringUrl' => 'http://beautifulobscene.com/join/',
'reasonForDecline' => '',
'reasonForDeclineCode' => '',
'formName' => '146cc',
'cardType' => 'MASTERCARD',
'responseDigest' => '523f44d738ec0cf908c475903cd7cd70',
's2_desc' => 'Annual / description and pricing details here.',
's2_customer_ip' => '24.21.191.187',
's2_invoice' => '1::1 Y',
's2_custom' => 'beautifulobscene.com',
's2_p1' => '0 D',
's2_p3' => '1 Y',
'typeId' => '0',
'initialPrice' => '99.99',
'initialPeriod' => '365',
'recurringPrice' => '0',
'recurringPeriod' => '0',
'rebills' => '0',
'initialFormattedPrice' => '$99.99',
'recurringFormattedPrice' => '$0.00',
'ip_address' => '24.21.191.187',
's2member_log' =>
array (
0 => 'IPN received on: Fri Jan 25, 2013 11:57:56 pm UTC',
1 => 's2Member POST vars verified with ccBill®.',
2 => 'ccBill® transaction identified as ( `NON-RECURRING/BUY-NOW` ).',
3 => 'IPN reformulated. Piping through s2Member's core/standard PayPal® processor as `txn_type` ( `web_accept` ).',
4 => 'Please check PayPal® IPN logs for further processing details.',
),
)
ccbill-rtn.log
PHP v5.3.18 :: WordPress® v3.5.1 :: s2Member® v130123 :: s2Member® Pro v130123
Memory 32.38 MB :: Real Memory 32.50 MB :: Peak Memory 32.44 MB :: Real Peak Memory 32.50 MB
beautifulobscene.com/?s2member_pro_ccbill_return=1
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko/20100101 Firefox/18.0
array (
's2member_log' =>
array (
0 => 'Return URL processed on: Fri Jan 25, 2013 11:57:57 pm UTC',
1 => 'Piping through s2Member's core/standard PayPal® processor with `proxy_use` ( `ty-email` ).',
2 => 'Please check PayPal® RTN logs for further processing details.',
3 => 'http://beautifulobscene.com/?s2member_pro_ccbill_return&s2member_paypal_return=1&s2member_paypal_proxy=ccbill&s2member_paypal_proxy_use=standard-emails%2Cty-email&s2member_paypal_proxy_verification=1359158277-691bba8783aa65d67d7166de54ed89f6',
),
)
paypal-rtn.log
PHP v5.3.18 :: WordPress® v1964 :: s2Member® v130123 :: s2Member® Pro v130123
Memory 34.04 MB :: Real Memory 34.25 MB :: Peak Memory 34.16 MB :: Real Peak Memory 34.25 MB
beautifulobscene.com/?s2member_pro_ccbill_return&s2member_paypal_return=1&s2member_paypal_proxy=ccbill&s2member_paypal_proxy_use=standard-emails%2Cty-email&s2member_paypal_proxy_verification=1359158277-691bba8783aa65d67d7166de54ed89f6
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko/20100101 Firefox/18.0
array (
'proxy_verified' => 'ccbill',
's2member_log' =>
array (
0 => 'Return-Data received on: Fri Jan 25, 2013 11:57:57 pm UTC',
1 => 's2Member POST vars verified with a Proxy Key',
2 => 'Customer must wait for Email Confirmation `proxy_use`: ( `ty-email` ).',
3 => 'Redirecting Customer to the Home Page. Customer must wait for Email Confirmation `proxy_use`: ( `ty-email` ).',
),
'subscr_gateway' => 'ccbill',
's2member_paypal_proxy' => 'ccbill',
's2member_paypal_proxy_use' => 'standard-emails,ty-email',
's2member_paypal_proxy_verification' => '1359158277-691bba8783aa65d67d7166de54ed89f6',
)
-
This topic was modified 3 years, 11 months ago by
Gray Ayer.