Understanding Paypal Logs
Posted: July 10th, 2011, 2:22 pm
Hi Jason, Sorry for my ignorance, I'm just trying to understand how to interpret the logs. i'm going through them now to understand what s potsed and what hapens during each transaction.
I think I can follow all regular transactions but I have come across this in the logs and I'm trying to work out what caused it.
In the Paypal IPN Log I get this from a couple of weeks back:
WordPress® v3.1.3 :: s2Member® v110620 :: s2Member® Pro v110606
www.actonthis.tv/?s2member_paypal_notify=1
User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.0.1) Gecko/20060124 Firefox/1.5.0.1
array (
's2member_log' =>
array (
0 => 'Unable to verify POST vars. Possibly caused by a fraudulent request. If this error continues, please run IPN tests against your server from a PayPal® Sandbox account. They provide special diagnostic tools to assist you.',
1 => 'If you\'re absolutely SURE that your PayPal® 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 to PayPal® 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. 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 => 'array (
\'s2member_paypal_notify\' => \'1\',
)',
),
)
The corresponding section in the Paypal RTN Log is this:
WordPress® v3.1.3 :: s2Member® v110620 :: s2Member® Pro v110606
www.actonthis.tv/?s2member_paypal_return=1
User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.0.1) Gecko/20060124 Firefox/1.5.0.1
array (
's2member_log' =>
array (
0 => 'No Return-Data from PayPal®. Customer must wait for Email Confirmation.',
1 => 'Redirecting Customer to the Home Page.',
),
)
I was just wondering if you could let me know what scenario this would be caused by.
Everything seems to be working great so it doesn't appear to be impacting business but I just want a deeper understanding.
Thanks Ross
I think I can follow all regular transactions but I have come across this in the logs and I'm trying to work out what caused it.
In the Paypal IPN Log I get this from a couple of weeks back:
WordPress® v3.1.3 :: s2Member® v110620 :: s2Member® Pro v110606
www.actonthis.tv/?s2member_paypal_notify=1
User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.0.1) Gecko/20060124 Firefox/1.5.0.1
array (
's2member_log' =>
array (
0 => 'Unable to verify POST vars. Possibly caused by a fraudulent request. If this error continues, please run IPN tests against your server from a PayPal® Sandbox account. They provide special diagnostic tools to assist you.',
1 => 'If you\'re absolutely SURE that your PayPal® 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 to PayPal® 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. 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 => 'array (
\'s2member_paypal_notify\' => \'1\',
)',
),
)
The corresponding section in the Paypal RTN Log is this:
WordPress® v3.1.3 :: s2Member® v110620 :: s2Member® Pro v110606
www.actonthis.tv/?s2member_paypal_return=1
User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.0.1) Gecko/20060124 Firefox/1.5.0.1
array (
's2member_log' =>
array (
0 => 'No Return-Data from PayPal®. Customer must wait for Email Confirmation.',
1 => 'Redirecting Customer to the Home Page.',
),
)
I was just wondering if you could let me know what scenario this would be caused by.
Everything seems to be working great so it doesn't appear to be impacting business but I just want a deeper understanding.
Thanks Ross