Results 1 to 6 of 6
  1. #1
    Join Date
    Aug 2006
    Posts
    20
    Plugin Contributions
    0

    Default IPN Error since 1.3.5 Upgrade

    I've followed the forum where others are having the same problem since upgrading to 1.3.5 with IPN

    I am getting the error:

    IPN WARNING::Transaction email address not matched.

    I have double checked the address and even copy and pasted the email address from Paypal to make sure I have it right but I am still getting the error and no orders are being posted.

    My IPN email address does have capital letters in the name but of course it is reflected in the one I have in Zencart IPN. Long Shot - Does anyone else having this problem, also have any capitals in their email address?

    I have followed the directions in the wiki docs. But the thing is IPN worked flawlessly in 1.3.2 before the upgrade to 1.3.5

    I know that PHP5 is not officially supported but again the 1.3.2 cart worked beautifully.

    Items Checked:
    Uninstall/Reinstall IPN
    Cache Dir
    Spelling
    Email Address
    Anything I could think of...


    Configuration:
    Zen Cart 1.3.5
    Database Patch Level: 1.3.5
    PHP Version 5.1.4
    MySQL 4.1.21-standard

  2. #2
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: IPN Error since 1.3.5 Upgrade

    Are you getting just this (pre-1.3.5):
    Code:
    IPN WARNING::Transaction email address not matched.
    or this (v1.3.5):
    Code:
    IPN WARNING::Transaction email address not matched. From IPN = [email protected]  : From CONFIG = [email protected]
    .

    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. #3
    Join Date
    Aug 2006
    Posts
    20
    Plugin Contributions
    0

    Default Re: IPN Error since 1.3.5 Upgrade

    Doc,

    From the log:

    Tue Sep 2006 9:48 -- IPN WARNING::Transaction email address not matched. From IPN = Address AT gmail DOT com: From CONFIG = Address AT gmail DOT com

    If I am getting a pre 1.3.5 error message where is it coming from. When I upgraded to 1.3.5 as an additional measure I deleted all paypal files and did a uninstalled/reinstall several times.

    modules/payment/paypal.php
    and the dir /paypal
    /ipn_main_handler.php
    /languages/english/paypal.php
    /admin/paypal.php

    What am I missing?

    Thanks

  4. #4
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: IPN Error since 1.3.5 Upgrade

    oddly enough, PayPal says that they will always send the email address back to Zen Cart in lower case, but ... clearly that isn't happening in your case.

    Solution:
    edit /includes/modules/payment/paypal/paypal_functions.php
    line 60:
    change from:
    Code:
        if ($postArray['business'] != strtolower(MODULE_PAYMENT_PAYPAL_BUSINESS_ID)) {
    to:
    Code:
        if (strtolower($postArray['business']) != strtolower(MODULE_PAYMENT_PAYPAL_BUSINESS_ID)) {
    .

    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.

  5. #5
    Join Date
    Aug 2006
    Posts
    20
    Plugin Contributions
    0

    Default Re: IPN Error since 1.3.5 Upgrade

    Doc,

    Success!

    That did it! What a pain in the A$$ that was!!! I had tried to change my email address to lower case on Paypal and it would not reset. They have some sort of cache keeping a copy of the original address so even if you delete an email and then add it again, boink same address. When I called support at Paypal they said they could not change any emails or even access the way the emails are stored.

    I hope this helps others having the same problem as this one was a real winner!!!

    Thanks

    Global Village

  6. #6
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: IPN Error since 1.3.5 Upgrade

    This fix will be part of the next release
    .

    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. v151 SGS-020003 Invalid XML error in FirstData / Linkpoint module since upgrade to 1.51
    By d9000 in forum Built-in Shipping and Payment Modules
    Replies: 6
    Last Post: 7 Jan 2014, 02:13 AM
  2. Sudden Problems with Paypal since Dec 1???? IPN Handler (Zen Cart v1.2.4)
    By Trinity in forum PayPal Website Payments Pro support
    Replies: 24
    Last Post: 17 Dec 2009, 11:57 AM
  3. Has PAYPAL IPN and $0.00 shipping been fixed since 1.2.25 to 1.3.37?
    By JLA in forum Built-in Shipping and Payment Modules
    Replies: 4
    Last Post: 6 Feb 2007, 03:45 AM
  4. Runtime Error since upgrade to 1.3.6 (missed upgrading some template files)
    By Ripper in forum Upgrading from 1.3.x to 1.3.9
    Replies: 6
    Last Post: 6 Nov 2006, 05:45 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR