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.

Log files?

Home Forums Community Forum Log files?

This topic contains 5 replies, has 3 voices. Last updated by  Cristián Lávaque 3 years, 12 months ago.

Topic Author Topic
Posted: Sunday Jan 6th, 2013 at 8:25 am #36376

The log files are allegedly here: /home/content/37/8698237/html//home/content/37/8698237/html/wp-content/plugins/s2member-logs

How do I reach them?

WHen I attempt to append, “wp-content/plugins/s2member-logs”. I get nothing.

THanks!

List Of Topic Replies

Viewing 5 replies - 1 through 5 (of 5 total)
Author Replies
Author Replies
Posted: Monday Jan 7th, 2013 at 8:07 pm #36511
Eduan
Username: Eduan
Moderator

Hello Kenn,

To access these log files you would need to open this folder in your server through an FTP client.

Or through your server’s control panel, if it allows you to go through it’s folder structure.

Hope this helps. :)

Posted: Monday Jan 7th, 2013 at 8:27 pm #36516

Also, make sure you have logging enabled, or no logs will have been created.

Posted: Tuesday Jan 8th, 2013 at 8:32 am #36571

Here’s the API file (IPN file is below)

Please advise, thanks!

—— API ——–

PHP v5.2.17 :: WordPress® v3.5 :: s2Member® v121213 :: s2Member® Pro v121213
Memory 30.86 MB :: Real Memory 31.50 MB :: Peak Memory 31.05 MB :: Real Peak Memory 31.50 MB
http://www.coachingsitekit.com/1pay/
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_2) AppleWebKit/536.26.17 (KHTML, like Gecko) Version/6.0.2 Safari/536.26.17
——– Input vars: ( Sun Jan 6, 2013 5:14:34 am PST ) ——–
array (
‘x_type’ => ‘AUTH_CAPTURE’,
‘x_method’ => ‘CC’,
‘x_email’ => ‘kenn1@k3nn.com’,
‘x_first_name’ => ‘Kenn1’,
‘x_last_name’ => ‘Schroder’,
‘x_customer_ip’ => ‘72.89.168.126’,
‘x_invoice_num’ => ‘s2-50e978ba5a47d’,
‘x_description’ => ‘1 Payment of $3 USD’,
‘s2_invoice’ => ‘1’,
‘s2_custom’ => ‘www.coachingsitekit.com’,
‘x_tax’ => ‘0.00’,
‘x_amount’ => ‘3.00’,
‘x_card_num’ => ‘************7879’,
‘x_exp_date’ => ‘2016-04’,
‘x_card_code’ => ‘438’,
‘x_address’ => ‘2376 Maple St’,
‘x_city’ => ‘Seaford’,
‘x_state’ => ‘ny’,
‘x_country’ => ‘US’,
‘x_zip’ => ‘11783’,
‘x_version’ => ‘3.1’,
‘x_login’ => ‘2Q6wxeH5N’,
‘x_tran_key’ => ‘B249866166A0B05D’,
‘x_delim_data’ => ‘true’,
‘x_delim_char’ => ‘,’,
‘x_encap_char’ => ‘”‘,
‘x_relay_response’ => ‘false’,
)
——– Output string/vars: ( Sun Jan 6, 2013 5:14:35 am PST ) ——–
“3”,”1″,”103″,”This transaction cannot be accepted.”,””,”P”,”0″,””,””,”3.00″,”CC”,”auth_capture”,””,””,””,””,””,””,””,””,””,””,””,””,””,””,””,””,””,””,””,””,””,””,””,””,””,”033F47E18843901EDDEE0D90CCB42282″,””,””,””,””,””,””,””,””,””,””,””,””,””,””,””,””,””,””,””,””,””,””,””,””,””,””,””,””,””,””,”1″,”www.coachingsitekit.com”
array (
0 => ‘3’,
1 => ‘1’,
2 => ‘103’,
3 => ‘This transaction cannot be accepted.’,
4 => ”,
5 => ‘P’,
6 => ‘0’,
7 => ”,
8 => ”,
9 => ‘3.00’,
10 => ‘CC’,
11 => ‘auth_capture’,
12 => ”,
13 => ”,
14 => ”,
15 => ”,
16 => ”,
17 => ”,
18 => ”,
19 => ”,
20 => ”,
21 => ”,
22 => ”,
23 => ”,
24 => ”,
25 => ”,
26 => ”,
27 => ”,
28 => ”,
29 => ”,
30 => ”,
31 => ”,
32 => ”,
33 => ”,
34 => ”,
35 => ”,
36 => ”,
37 => ‘033F47E18843901EDDEE0D90CCB42282’,
38 => ”,
39 => ”,
40 => ”,
41 => ”,
42 => ”,
43 => ”,
44 => ”,
45 => ”,
46 => ”,
47 => ”,
48 => ”,
49 => ”,
50 => ”,
51 => ”,
52 => ”,
53 => ”,
54 => ”,
55 => ”,
56 => ”,
57 => ”,
58 => ”,
59 => ”,
60 => ”,
61 => ”,
62 => ”,
63 => ”,
64 => ”,
65 => ”,
66 => ”,
67 => ”,
68 => ‘1’,
69 => ‘www.coachingsitekit.com’,
‘response_code’ => ‘3’,
‘response_subcode’ => ‘1’,
‘response_reason_code’ => ‘103’,
‘response_reason_text’ => ‘This transaction cannot be accepted.’,
‘authorization_code’ => ”,
‘avs_response’ => ‘P’,
‘transaction_id’ => ‘0’,
‘invoice_number’ => ”,
‘description’ => ”,
‘amount’ => ‘3.00’,
‘method’ => ‘CC’,
‘transaction_type’ => ‘auth_capture’,
‘customer_id’ => ”,
‘first_name’ => ”,
‘last_name’ => ”,
‘company’ => ”,
‘address’ => ”,
‘city’ => ”,
‘state’ => ”,
‘zipcode’ => ”,
‘country’ => ”,
‘phone’ => ”,
‘fax’ => ”,
’email’ => ”,
‘ship_to_first_name’ => ”,
‘ship_to_last_name’ => ”,
‘ship_to_company’ => ”,
‘ship_to_address’ => ”,
‘ship_to_city’ => ”,
‘ship_to_state’ => ”,
‘ship_to_zipcode’ => ”,
‘ship_to_country’ => ”,
‘tax’ => ”,
‘duty’ => ”,
‘freight’ => ”,
‘tax_exempt’ => ”,
‘po_number’ => ”,
‘md5_hash’ => ‘033F47E18843901EDDEE0D90CCB42282’,
‘card_code_response’ => ”,
‘cavv_response’ => ”,
‘card_number’ => ”,
‘card_type’ => ”,
‘split_tender_id’ => ”,
‘requested_amount’ => ”,
‘balance_on_card’ => ”,
‘__error’ => ‘Error #103. This transaction cannot be accepted.’,
)

——————–

Here’s the IPN file

———- IPN ———-

PHP v5.2.17 :: WordPress® v3.5 :: s2Member® v121213 :: s2Member® Pro v121213
Memory 3.91 MB :: Real Memory 4.50 MB :: Peak Memory 4.13 MB :: Real Peak Memory 4.50 MB
http://www.coachingsitekit.com/?s2member_pro_authnet_notify=1
User-Agent:
array (
‘x_response_code’ => ‘3’,
‘x_response_reason_code’ => ‘103’,
‘x_response_reason_text’ => ‘This transaction cannot be accepted.’,
‘x_avs_code’ => ‘P’,
‘x_auth_code’ => ”,
‘x_trans_id’ => ‘0’,
‘x_method’ => ‘CC’,
‘x_card_type’ => ”,
‘x_account_number’ => ”,
‘x_first_name’ => ”,
‘x_last_name’ => ”,
‘x_company’ => ”,
‘x_address’ => ”,
‘x_city’ => ”,
‘x_state’ => ”,
‘x_zip’ => ”,
‘x_country’ => ”,
‘x_phone’ => ”,
‘x_fax’ => ”,
‘x_email’ => ”,
‘x_invoice_num’ => ”,
‘x_description’ => ”,
‘x_type’ => ‘auth_capture’,
‘x_cust_id’ => ”,
‘x_ship_to_first_name’ => ”,
‘x_ship_to_last_name’ => ”,
‘x_ship_to_company’ => ”,
‘x_ship_to_address’ => ”,
‘x_ship_to_city’ => ”,
‘x_ship_to_state’ => ”,
‘x_ship_to_zip’ => ”,
‘x_ship_to_country’ => ”,
‘x_amount’ => ‘3.00’,
‘x_tax’ => ‘0.00’,
‘x_duty’ => ‘0.00’,
‘x_freight’ => ‘0.00’,
‘x_tax_exempt’ => ‘FALSE’,
‘x_po_num’ => ”,
‘x_MD5_Hash’ => ‘033F47E18843901EDDEE0D90CCB42282’,
‘x_cvv2_resp_code’ => ”,
‘x_cavv_response’ => ”,
‘x_test_request’ => ‘false’,
‘s2_invoice’ => ‘1’,
‘s2_custom’ => ‘www.coachingsitekit.com’,
‘s2member_log’ =>
array (
0 => ‘IPN received on: Sun Jan 6, 2013 5:14:35 am PST’,
1 => ‘s2Member POST vars verified with Authorize.Net®.’,
2 => ‘Ignoring this IPN. The transaction does NOT require any action on the part of s2Member.’,
),
)

PHP v5.2.17 :: WordPress® v3.5 :: s2Member® v121213 :: s2Member® Pro v121213
Memory 22.14 MB :: Real Memory 22.50 MB :: Peak Memory 22.21 MB :: Real Peak Memory 22.50 MB
http://www.coachingsitekit.com/?s2member_pro_authnet_notify=1
User-Agent:
array (
‘x_response_code’ => ‘3’,
‘x_response_reason_code’ => ‘103’,
‘x_response_reason_text’ => ‘This transaction cannot be accepted.’,
‘x_avs_code’ => ‘P’,
‘x_auth_code’ => ”,
‘x_trans_id’ => ‘0’,
‘x_method’ => ‘CC’,
‘x_card_type’ => ”,
‘x_account_number’ => ”,
‘x_first_name’ => ”,
‘x_last_name’ => ”,
‘x_company’ => ”,
‘x_address’ => ”,
‘x_city’ => ”,
‘x_state’ => ”,
‘x_zip’ => ”,
‘x_country’ => ”,
‘x_phone’ => ”,
‘x_fax’ => ”,
‘x_email’ => ”,
‘x_invoice_num’ => ”,
‘x_description’ => ”,
‘x_type’ => ‘auth_capture’,
‘x_cust_id’ => ”,
‘x_ship_to_first_name’ => ”,
‘x_ship_to_last_name’ => ”,
‘x_ship_to_company’ => ”,
‘x_ship_to_address’ => ”,
‘x_ship_to_city’ => ”,
‘x_ship_to_state’ => ”,
‘x_ship_to_zip’ => ”,
‘x_ship_to_country’ => ”,
‘x_amount’ => ‘97.00’,
‘x_tax’ => ‘0.00’,
‘x_duty’ => ‘0.00’,
‘x_freight’ => ‘0.00’,
‘x_tax_exempt’ => ‘FALSE’,
‘x_po_num’ => ”,
‘x_MD5_Hash’ => ‘FEE2DAE95824E9BA0298AB175C7EA22F’,
‘x_cvv2_resp_code’ => ”,
‘x_cavv_response’ => ”,
‘x_test_request’ => ‘false’,
‘custom’ => ‘[%eci42343528|e7d8e1e1efeci%]’,
‘s2member_log’ =>
array (
0 => ‘IPN received on: Mon Jan 7, 2013 12:18:09 pm UTC’,
1 => ‘s2Member POST vars verified with Authorize.Net®.’,
2 => ‘Ignoring this IPN. The transaction does NOT require any action on the part of s2Member.’,
),
)

PHP v5.2.17 :: WordPress® v3.5 :: s2Member® v121213 :: s2Member® Pro v121213
Memory 3.06 MB :: Real Memory 3.25 MB :: Peak Memory 3.08 MB :: Real Peak Memory 3.25 MB
http://www.coachingsitekit.com/?s2member_pro_authnet_notify=1
User-Agent:
array (
‘x_response_code’ => ‘3’,
‘x_response_reason_code’ => ‘103’,
‘x_response_reason_text’ => ‘This transaction cannot be accepted.’,
‘x_avs_code’ => ‘P’,
‘x_auth_code’ => ”,
‘x_trans_id’ => ‘0’,
‘x_method’ => ‘CC’,
‘x_card_type’ => ”,
‘x_account_number’ => ”,
‘x_first_name’ => ”,
‘x_last_name’ => ”,
‘x_company’ => ”,
‘x_address’ => ”,
‘x_city’ => ”,
‘x_state’ => ”,
‘x_zip’ => ”,
‘x_country’ => ”,
‘x_phone’ => ”,
‘x_fax’ => ”,
‘x_email’ => ”,
‘x_invoice_num’ => ”,
‘x_description’ => ”,
‘x_type’ => ‘auth_capture’,
‘x_cust_id’ => ”,
‘x_ship_to_first_name’ => ”,
‘x_ship_to_last_name’ => ”,
‘x_ship_to_company’ => ”,
‘x_ship_to_address’ => ”,
‘x_ship_to_city’ => ”,
‘x_ship_to_state’ => ”,
‘x_ship_to_zip’ => ”,
‘x_ship_to_country’ => ”,
‘x_amount’ => ‘97.00’,
‘x_tax’ => ‘0.00’,
‘x_duty’ => ‘0.00’,
‘x_freight’ => ‘0.00’,
‘x_tax_exempt’ => ‘FALSE’,
‘x_po_num’ => ”,
‘x_MD5_Hash’ => ‘FEE2DAE95824E9BA0298AB175C7EA22F’,
‘x_cvv2_resp_code’ => ”,
‘x_cavv_response’ => ”,
‘x_test_request’ => ‘false’,
‘custom’ => ‘[%eci42343528|e7d8e1e1efeci%]’,
‘s2member_log’ =>
array (
0 => ‘IPN received on: Mon Jan 7, 2013 12:19:44 pm UTC’,
1 => ‘s2Member POST vars verified with Authorize.Net®.’,
2 => ‘Ignoring this IPN. The transaction does NOT require any action on the part of s2Member.’,
),
)

PHP v5.2.17 :: WordPress® v3.5 :: s2Member® v121213 :: s2Member® Pro v121213
Memory 3.06 MB :: Real Memory 3.25 MB :: Peak Memory 3.08 MB :: Real Peak Memory 3.25 MB
http://www.coachingsitekit.com/?s2member_pro_authnet_notify=1
User-Agent:
array (
‘x_response_code’ => ‘3’,
‘x_response_reason_code’ => ‘103’,
‘x_response_reason_text’ => ‘This transaction cannot be accepted.’,
‘x_avs_code’ => ‘P’,
‘x_auth_code’ => ”,
‘x_trans_id’ => ‘0’,
‘x_method’ => ‘CC’,
‘x_card_type’ => ”,
‘x_account_number’ => ”,
‘x_first_name’ => ”,
‘x_last_name’ => ”,
‘x_company’ => ”,
‘x_address’ => ”,
‘x_city’ => ”,
‘x_state’ => ”,
‘x_zip’ => ”,
‘x_country’ => ”,
‘x_phone’ => ”,
‘x_fax’ => ”,
‘x_email’ => ”,
‘x_invoice_num’ => ”,
‘x_description’ => ”,
‘x_type’ => ‘auth_capture’,
‘x_cust_id’ => ”,
‘x_ship_to_first_name’ => ”,
‘x_ship_to_last_name’ => ”,
‘x_ship_to_company’ => ”,
‘x_ship_to_address’ => ”,
‘x_ship_to_city’ => ”,
‘x_ship_to_state’ => ”,
‘x_ship_to_zip’ => ”,
‘x_ship_to_country’ => ”,
‘x_amount’ => ‘97.00’,
‘x_tax’ => ‘0.00’,
‘x_duty’ => ‘0.00’,
‘x_freight’ => ‘0.00’,
‘x_tax_exempt’ => ‘FALSE’,
‘x_po_num’ => ”,
‘x_MD5_Hash’ => ‘FEE2DAE95824E9BA0298AB175C7EA22F’,
‘x_cvv2_resp_code’ => ”,
‘x_cavv_response’ => ”,
‘x_test_request’ => ‘false’,
‘custom’ => ‘[%eci42343528|e7d8e1e1efeci%]’,
‘s2member_log’ =>
array (
0 => ‘IPN received on: Mon Jan 7, 2013 12:25:45 pm UTC’,
1 => ‘s2Member POST vars verified with Authorize.Net®.’,
2 => ‘Ignoring this IPN. The transaction does NOT require any action on the part of s2Member.’,
),
)

————————-

Posted: Wednesday Jan 9th, 2013 at 11:11 am #36778

RESOLVED

I created new transaction keys to get it to work.

THanks for the help guys.

Kenn

Posted: Wednesday Jan 9th, 2013 at 9:00 pm #36816

Excellent. Thanks for the update! I’m very glad you resolved it. :)

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

This topic is closed to new replies. Topics with no replies for 2 weeks are closed automatically.

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.