Page 6 of 7 FirstFirst ... 4567 LastLast
Results 51 to 60 of 67
  1. #51
    Join Date
    May 2005
    Posts
    103
    Plugin Contributions
    0

    Default Re: Paypal IPN Failing suddenly

    I've gone through dozens of emails and support requests between paypal and lunarpages - not to mention the time you all have put into it (thanks kindly). I don't know if a solution can be reached at this point. I'm tempted to just disable IPNs on the paypal side and call it a day.

    You said the only thing IPN does is echeck and refunds? Why would I get IPN failure posts daily if my shop hasn't had any refunds or echecks? If thats all I have to worry about, I can handle that without needed the ipn communication. I don't know why it would post multiple daily IPN requests if none of those are happening, though. Just want to be sure.

  2. #52
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: Paypal IPN Failing suddenly

    Quote Originally Posted by chriscana View Post
    You said the only thing IPN does is echeck and refunds?
    No. That's not exactly what I said.

    Quote Originally Posted by DrByte View Post
    When using Express Checkout and Payments Pro, the only value that IPNs provide is to automatically update orders in your store when a change takes place with one of those transactions, such as a refund or void or echeck clearing. If you don't need any of that, then simply turn off the IPN notification option in your Paypal account and leave it.
    An IPN is sent EVERY time ANY transaction is added or updated in your account.
    The only thing Express Checkout benefits from is when any of those updates are related to echecks or refunds.
    But IPNs are still sent for everything. Your store will receive and acknowledge them all, but then just ignores what doesn't apply to existing EC transactions.

    (Same for Payments Pro too, by the way, but that's beyond your present post.)
    .

    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.

  3. #53
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: Paypal IPN Failing suddenly

    And, since yours have been failing for a long time, it's certainly not an urgent thing you need to fix.
    .

    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.

  4. #54
    Join Date
    May 2005
    Posts
    103
    Plugin Contributions
    0

    Default Re: Paypal IPN Failing suddenly

    In response to IPN log file writing, debug was set to off. I have enabled it for log writing. Will check back one those have written.

  5. #55
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: Paypal IPN Failing suddenly

    There should be some logs now ;)
    .

    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.

  6. #56
    Join Date
    May 2005
    Posts
    103
    Plugin Contributions
    0

    Default Re: Paypal IPN Failing suddenly

    So far there are logs with titles beginning with paypalwpp_Paypal_Action and Paypal_CURL but none with IPN listed yet. Checking in /includes/modules/payment/paypal/logs and logs dir is 777.

  7. #57
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: Paypal IPN Failing suddenly

    Do you get one if you visit https://idosersoftware.com/ipn_main_handler.php via your browser?
    .

    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.

  8. #58
    Join Date
    May 2005
    Posts
    103
    Plugin Contributions
    0

    Default Re: Paypal IPN Failing suddenly

    In the browser I get: Nothing to process. Please return to home page.
    Yes. I am now getting IPN logs. See attached

    IPNLog.zip

  9. #59
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: Paypal IPN Failing suddenly

    Right. So it works when not submitting data. But when anything tries to submit (POST), it just aborts. Not what it's designed to do.
    .

    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.

  10. #60
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: Paypal IPN Failing suddenly

    Quote Originally Posted by chriscana View Post
    According to them they did run it from the correct server/IP. See their response below, and also the output of iptables -L -n for the firewall that is attached to the message (too big for post).
    Apologies. My mistake, they did indeed run it from your server.

    I see nothing amiss with any of the tests made, and although the firewall rules are somewhat convoluted (I've seen a lot worse), they don't appear to be the source of the problem.


    Quote Originally Posted by DrByte
    I'm less inclined to suspect networking issues. Instead I'm now leaning toward it being damaged code.
    Upon further investigation/consideration I'm also now less inclined to suspect networking/firewall issues. However, I'm not so much leaning towards 'damaged code', but more towards a server/configuration problem (Perhaps mod_proxy?).

    I'm not in any way saying it is not 'damaged code' because there is still a bit of doubt as to whether you really do have a new 'clean install', or whether you did a partial/full upgrade... Those mixed character sets (collation error) previously mentioned do nothing to clear these muddy waters.

    I'll get back to you if I can think of anything else, or have other suggestions for things to test, but in the meantime I can only suggest you follow DrBytes advice.

    Oh, just out of curiousity, are you experiencing any other problems? (even seemingly unrelated ones). For example, do you have any issues updating or adding products? or is the IPN your *only* problem?

    Cheers
    Rod.

 

 
Page 6 of 7 FirstFirst ... 4567 LastLast

Similar Threads

  1. Notice from PayPal - IPN Failing - Cannot Find Problem
    By Dianne in forum Built-in Shipping and Payment Modules
    Replies: 11
    Last Post: 28 Feb 2016, 11:47 AM
  2. v139h Internal Server Error - PayPal transactions suddenly failing
    By kazbryan in forum PayPal Express Checkout support
    Replies: 8
    Last Post: 4 Oct 2012, 10:21 PM
  3. Suddenly Failing PayPal Instant Payment Notifications
    By sparrowce in forum PayPal Express Checkout support
    Replies: 17
    Last Post: 7 Jan 2012, 03:46 AM
  4. Paypal Express IPN Failing
    By rollerdude in forum Built-in Shipping and Payment Modules
    Replies: 6
    Last Post: 19 Apr 2011, 07:08 PM
  5. Paypal IPN suddenly disappear
    By sharontan in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 2 Dec 2010, 06:50 PM

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