Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2008
    Posts
    3
    Plugin Contributions
    0

    Default Paypal IPN - Debug Emails Received

    There are emails I jsut got from my last order.

    To go over my issues..

    I set up my Zencart about 4 months Ago. Over 300 Orders had gone through (i only have paypal as a payment option available)
    - Have always allowed paypal account and non paypal account users to make payment.
    -Godaddy Hosting
    -Curl Scrip Correct


    Orders went through perfect and posted to my admin.

    All of the sudden about 3 weeks ago, no orders post to my admin. I get payments from paypal, but have no idea what was ordered.

    I went through all the posts on here, double checked everything, called my host and made sure Port 80 & 443 are open for Bi-Directional Communications.

    I enabled Debugging and I got this info from the latest ordered that was placed:
    (Total of 6 emails came through regarding the transaction)

    Email 1:

    IPN DEBUG message (1218244184_QVQw) #1

    Keys for submission: Array
    (
    [charset] => iso-8859-1
    [lc] => US
    [page_style] => Primary
    [custom] => zenid=h3tcpce4cj0mp6d99u24bmb7o4
    [business] => az.dilligaf######################
    [return] =>
    http://mywebsite.com/realtystore/ind...referer=paypal
    [cancel_return] =>
    http://mywebsite.com/realtystore/ind...eckout_payment
    [shopping_url] =>
    http://mywebsite.com/realtystore/ind...=shopping_cart
    [notify_url] =>
    http://mywebsite.com/realtystore/ipn_main_handler.php
    [redirect_cmd] => _xclick
    [rm] => 2
    [bn] => zencart
    [mrb] => R-6C7952342H795591R
    [pal] => 9E82WJBKKGPLQ
    [first_name] => Nic
    [last_name] => G
    [address1] => 32 Coral Lake Lane
    [city] => Coral Springs
    [state] => FL
    [zip] => 33065
    [country] => US
    [email] => customersemail##################
    [H_PhoneNumber] => 9545933385
    [night_phone_a] => 954
    [night_phone_b] => 593
    [night_phone_c] => 3385
    [day_phone_a] => 954
    [day_phone_b] => 593
    [day_phone_c] => 3385
    [no_shipping] => 1
    [upload] => 1
    [currency_code] => USD
    [cmd] => _ext-enter
    [item_name] => REO Purchase
    [item_number] => Store Receipt
    [amount] => 57.00
    [shipping] => 0.00
    [tax] => 0.00
    [tax_cart] => 0.00
    )


    Email 2:

    IPN DEBUG message (1218244429_PQCc) #2

    IPN FATAL ERROR :: No POST data available -- Most likely initiated by
    browser and not PayPal.


    *** The rest of this log report can most likely be ignored !! ***

    Email 3:

    PN DEBUG message (1218244429_PQCc) #3

    IPN FATAL ERROR :: Could not find stored session in DB, cannot re-create
    session as PayPal IPN transaction.

    Email 4:

    IPN DEBUG message (1218244429_PQCc) #4

    IPN FATAL ERROR :: No saved IPN session data available. Must be an Express
    Checkout or Direct Pay transaction.

    Email 5:

    IPN DEBUG message (1218244429_PQCc) #5

    IPN INFO - POST VARS received (sorted):
    Array
    (
    )

  2. #2
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Paypal IPN - Debug Emails Received

    Quote Originally Posted by tagdealz View Post
    Email 1:

    IPN DEBUG message (1218244184_QVQw) #1

    Keys for submission: Array
    (
    [charset] => iso-8859-1
    [lc] => US
    [page_style] => Primary
    [custom] => zenid=h3tcpce4cj0mp6d99u24bmb7o4
    [business] => az.dilligaf######################
    [return] =>
    http://mywebsite.com/realtystore/ind...referer=paypal
    [cancel_return] =>
    http://mywebsite.com/realtystore/ind...eckout_payment
    [shopping_url] =>
    http://mywebsite.com/realtystore/ind...=shopping_cart
    [notify_url] =>
    http://mywebsite.com/realtystore/ipn_main_handler.php
    [redirect_cmd] => _xclick
    [rm] => 2
    [bn] => zencart
    [mrb] => R-6C7952342H795591R
    [pal] => 9E82WJBKKGPLQ
    [first_name] => Nic
    [last_name] => G
    [address1] => 32 Coral Lake Lane
    [city] => Coral Springs
    [state] => FL
    [zip] => 33065
    [country] => US
    [email] => customersemail##################
    [H_PhoneNumber] => 9545933385
    [night_phone_a] => 954
    [night_phone_b] => 593
    [night_phone_c] => 3385
    [day_phone_a] => 954
    [day_phone_b] => 593
    [day_phone_c] => 3385
    [no_shipping] => 1
    [upload] => 1
    [currency_code] => USD
    [cmd] => _ext-enter
    [item_name] => REO Purchase
    [item_number] => Store Receipt
    [amount] => 57.00
    [shipping] => 0.00
    [tax] => 0.00
    [tax_cart] => 0.00
    )
    That's normal. That just logs the data that was sent to PayPal when the customer was sent over there to make payment.

    Quote Originally Posted by tagdealz View Post

    Email 2:

    IPN DEBUG message (1218244429_PQCc) #2

    IPN FATAL ERROR :: No POST data available -- Most likely initiated by
    browser and not PayPal.


    *** The rest of this log report can most likely be ignored !! ***
    This is where your problem is ... whatever got sent back to you from PayPal was blank.
    So, either PayPal sent you bad data, or your hosting company's server is stripping important data off the transmission to your store.

    Quote Originally Posted by tagdealz View Post
    Email 3:

    PN DEBUG message (1218244429_PQCc) #3

    IPN FATAL ERROR :: Could not find stored session in DB, cannot re-create
    session as PayPal IPN transaction.
    That's to be expected since it's got no data to work with.

    Quote Originally Posted by tagdealz View Post
    Email 4:

    IPN DEBUG message (1218244429_PQCc) #4

    IPN FATAL ERROR :: No saved IPN session data available. Must be an Express
    Checkout or Direct Pay transaction.
    Again, that's expected given the blank transmission.
    Quote Originally Posted by tagdealz View Post
    Email 5:

    IPN DEBUG message (1218244429_PQCc) #5

    IPN INFO - POST VARS received (sorted):
    Array
    (
    )
    Further evidence of the blank transmission.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 

Similar Threads

  1. v139h Sudden IPN DEBUG message emails
    By Thyme in forum Built-in Shipping and Payment Modules
    Replies: 4
    Last Post: 6 Jan 2012, 02:37 AM
  2. Where to redirect IPN DEBUG emails?
    By bhensarl in forum Basic Configuration
    Replies: 3
    Last Post: 25 Feb 2010, 06:51 AM
  3. IPN DEBUG emails even though it is turned off???
    By archangelweb in forum Built-in Shipping and Payment Modules
    Replies: 8
    Last Post: 11 Mar 2009, 03:07 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg