Quote Originally Posted by dschwieg View Post
Feb 20 2009 10:36 -- Keys for submission: Array
(
[charset] => iso-8859-1
[lc] => US
[page_style] => Primary
[custom] => zenid=XXXXXXX4dc5b48a6ffd0cfd34faab2
[business] => [email protected]
[return] => .../storefront/index.php?main_page=checkout_process&referer=paypal
[cancel_return] => .../storefront/index.php?main_page=checkout_payment
[shopping_url] => .../storefront/index.php?main_page=shopping_cart
[notify_url] => .../storefront/ipn_main_handler.php
[redirect_cmd] => _xclick
[rm] => 2
[bn] => zencart
[mrb] => R-XXXX2H795591R
[pal] => XXXXXXBKKGPLQ
[first_name] => FName
[last_name] => LName
[address1] => 111 Main St
[city] => City
[state] => ST
[zip] => 11111
[country] => US
[email] => email######################
[H_PhoneNumber] => 111111
[night_phone_a] => 111
[night_phone_b] => 111
[night_phone_c] => 1111
[day_phone_a] => 111
[day_phone_b] => 111
[day_phone_c] => 1111
[no_shipping] => 1
[upload] => 1
[currency_code] => USD
[cmd] => _ext-enter
[item_name] => www. ... .com Purchase
[item_number] => Store Receipt
[amount] => 120.00
[shipping] => 0.00
[tax] => 0.00
[tax_cart] => 0.00
*That* particular log file can be ignored. It's ONLY a log of info sent TO PayPal. You'd only use it if the data on the PayPal side wasn't recording the same as what you expected it to. 99.9999% of people will NEVER need that file. So, ignore all the ones that start with "Keys for submission:"

Quote Originally Posted by dschwieg View Post
Feb 20 2009 10:37 -- IPN PROCESSING INITIATED.
*** Originating IP: 66.211.170.66 notify.paypal.com
*That* file should contain about 20x more information than that. If it doesn't, then your server is triggering some sort of error before it can even complete processing.
Either that, or you're not using log FILES, and you're using emails instead. Don't use the emails, because they come one-at-a-time and get mixed up in their order. Use "log to file", and post the complete file (yes, you can hide your URL and private info, but don't doctor it up too much or it makes it useless).