Below are the 14 debug message we receive
We're having the same problems as others, where we see an order, the customers infromation, and order total, but not the details of the items ordered.
I'll speak with my Admin about the suggestion you've made, he's on vacation this week so it may not be until next week when he can recompile the php.
Btw, thank you very much for the quick reply even this late in the evening.
Email # 1
IPN PROCESSING INITIATED.
*** Originating IP: 216.113.188.202 notify.paypal.com> Email # 2
IPN NOTICE :: ipn_application_top -> language files okay> Email # 3
IPN INFO - POST VARS received (sorted):
Array
(
[address_city] => <removed for customers privacy>
[address_country] => United States
[address_country_code] => US
[address_name] => <removed for customers privacy>
[address_state] => CA
[address_status] => confirmed
[address_street] => <removed for customers privacy>
[address_zip] => <removed for customers privacy>
[business] => [email protected]
[charset] => windows-1252
[custom] => zenid=0mcajp128fa1dc9brifnvglb01
[first_name] => <removed for customers privacy>
[item_name] => Njoy Games & Comics Purchase
[item_number] => 1
[last_name] => <removed for customers privacy>
[mc_currency] => USD
[mc_fee] => 1.02
[mc_gross] => 24.90
[notify_version] => 2.1
[payer_email] => <removed for customers privacy>
[payer_id] => FQYYVC2XJU5R6
[payer_status] => verified
[payment_date] => 11:35:39 May 30, 2007 PDT
[payment_fee] => 1.02
[payment_gross] => 24.90
[payment_status] => Completed
[payment_type] => instant
[quantity] => 1
[receiver_email] => [email protected]
[receiver_id] => G85KGTSSFJACJ
[residence_country] => US
[shipping] => 0.00
[tax] => 0.00
[txn_id] => 10439113L1447842F
[txn_type] => web_accept
[verify_sign] =>
Afyu9bqLx6Is.p2IQYbqbI0PKgPyAdNOBUR0plsGDzPJ787GVoRhux7X
)> Email # 4
IPN INFO - POST VARS to be sent back for validation:
To: ssl://www.paypal.com:443
POST /cgi-bin/webscr HTTP/1.1
Host: www.paypal.com
Content-type: application/x-www-form-urlencoded
Content-length: 898
Connection: close
Array
(
[mc_gross] => 24.90
[address_status] => confirmed
[payer_id] => FQYYVC2XJU5R6
[tax] => 0.00
[address_street] => <removed for customers privacy>
[payment_date] => 11:35:39 May 30, 2007 PDT
[payment_status] => Completed
[charset] => windows-1252
[address_zip] => 91356
[first_name] => <removed for customers privacy>
[mc_fee] => 1.02
[address_country_code] => US
[address_name] => <removed for customers privacy>
[notify_version] => 2.1
[custom] => zenid=0mcajp128fa1dc9brifnvglb01
[payer_status] => verified
[business] => [email protected]
[address_country] => United States
[address_city] => Tarzana
[quantity] => 1
[verify_sign] =>
Afyu9bqLx6Is.p2IQYbqbI0PKgPyAdNOBUR0plsGDzPJ787GVoRhux7X
[payer_email] => <removed for customers privacy>
[txn_id] => 10439113L1447842F
[payment_type] => instant
[last_name] => <removed for customers privacy>
[address_state] => CA
[receiver_email] => [email protected]
[payment_fee] => 1.02
[receiver_id] => G85KGTSSFJACJ
[txn_type] => web_accept
[item_name] => Njoy Games & Comics Purchase
[mc_currency] => USD
[item_number] => 1
[residence_country] => US
[payment_gross] => 24.90
[shipping] => 0.00
[cmd] => _notify-validate
)> Email # 5
IPN FATAL ERROR :: Could not establish fsockopen.
Host Details = ssl://www.paypal.com:443 (0) Unable to find the socket
transport "ssl" - did you forget to enable it when you configured PHP?
Trying again without SSL ...> Email # 6
IPN INFO - Confirmation/Validation response
SUCCESS> Email # 7
Breakpoint: 1 - Collected data from PayPal notification> Email # 8
IPN INFO :: Transaction email details.
From IPN = [email protected] | [email protected]
From CONFIG = [email protected]> Email # 9
Breakpoint: 2 - Validated transaction components> Email # 10
Breakpoint: 3 - Communication method verified> Email # 11
IPN NOTICE :: Could not find matched txn_id record in DB. Therefore is new
to us.> Email # 12
Breakpoint: 4 - Details: txn_type=unique ordersID = 0 IPN_id=0
Relevant data from POST:
txn_type = unique
parent_txn_id = None
txn_id = 10439113L1447842F> Email # 13
Breakpoint: 5 - Transaction type (txn_type) = unique> Email # 14
IPN INFO :: Currency/Amount Details:
PayPal email address = [email protected]
| mc_currency = USD
| submitted_currency = USD
| order_currency = USD
| mc_gross = 24.90
| converted_amount = 24.90
| order_amount = 24.9[quote]