Results 1 to 10 of 14

Hybrid View

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

    Default Re: 1054 Unknown column 'customers_paypal_payerid' in 'field list' using PayPal Expre

    What is the structure of your "customers" table in your database?
    Have you done anything to import customer data from some external source at some point?
    .

    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.

  2. #2
    Join Date
    Feb 2006
    Location
    Central Coast, NSW, Australia
    Posts
    560
    Plugin Contributions
    0

    Default Re: 1054 Unknown column 'customers_paypal_payerid' in 'field list' using PayPal Expre

    Quote Originally Posted by DrByte View Post
    What is the structure of your "customers" table in your database?
    Have you done anything to import customer data from some external source at some point?
    Thanks Dr,

    Here is my Customer Table structure.

    Again, I have not uploaded anyting recently that would modify it.

    The only recent changes I made were uploading the Oz Post module.. But as per Rod's message, it does not have anything to do with the customers table..


    customers_id
    customers_gender
    customers_firstname
    customers_lastname
    customers_dob
    customers_email_address
    customers_nick
    customers_default_address_id
    customers_telephone
    customers_fax
    customers_password
    customers_newsletter
    customers_group_pricing
    customers_email_format
    customers_authorization
    customers_referral

    I did find an additional entry in the table when looking yesterday, which was the COWOA field, why that was there I do not know, as I have not installed any such modules.

    I deleted that entry, but it made no difference to the error that PEC was throwing up.


    I Appreciate your help here.

    Thanks,
    Mike


    Quote Originally Posted by RodG View Post
    If it helps any, the ozpost module doesn't modify (or even access) the customers table, so this can be eliminated as a possible cause.

    Cheers
    Rod
    Thanks Rod.. it does help, although I dont have OzPOst on at the moment (Still trying to resolve the spelling error Prepaid Stachel as opposed to Prepaid Satchel !!)

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

    Default Re: 1054 Unknown column 'customers_paypal_payerid' in 'field list' using PayPal Expre

    The 2 missing fields were added in v1.3.7. You can add them by putting this in your SQL Patch tool, or via phpMyAdmin:
    Code:
    ALTER TABLE customers ADD customers_paypal_payerid VARCHAR(20) NOT NULL default '' AFTER customers_referral;
    ALTER TABLE customers ADD customers_paypal_ec TINYINT(1) UNSIGNED DEFAULT 0 NOT NULL AFTER customers_paypal_payerid;
    .

    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. #4
    Join Date
    Feb 2006
    Location
    Central Coast, NSW, Australia
    Posts
    560
    Plugin Contributions
    0

    Default Re: 1054 Unknown column 'customers_paypal_payerid' in 'field list' using PayPal Expre

    Quote Originally Posted by DrByte View Post
    The 2 missing fields were added in v1.3.7. You can add them by putting this in your SQL Patch tool, or via phpMyAdmin:
    Code:
    ALTER TABLE customers ADD customers_paypal_payerid VARCHAR(20) NOT NULL default '' AFTER customers_referral;
    ALTER TABLE customers ADD customers_paypal_ec TINYINT(1) UNSIGNED DEFAULT 0 NOT NULL AFTER customers_paypal_payerid;
    Thanks Dr..

    That fixed that problem, now I'm getting (what appears to be) the more common problem,

    10413 Transaction refused because of an invalid argument. See additional error messages for details. - The totals of the cart item amounts do not match order amounts.

    I've tried every conceivable config in order totals and still no joy...

    Paypal keeps sending me back to Page 1, and when I click through the order, I get the error

    Grrrrrr...

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

    Default Re: 1054 Unknown column 'customers_paypal_payerid' in 'field list' using PayPal Expre

    .

    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. #6
    Join Date
    Feb 2006
    Location
    Central Coast, NSW, Australia
    Posts
    560
    Plugin Contributions
    0

    Default Re: 1054 Unknown column 'customers_paypal_payerid' in 'field list' using PayPal Expre

    Quote Originally Posted by DrByte View Post
    Thanks Dr. but alas no joy..

    Still throws me back to Page 1 of the Checkout Process and after clicking thru, I get the same error...

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

    Default Re: 1054 Unknown column 'customers_paypal_payerid' in 'field list' using PayPal Expre

    Please post your paypal debug logs: http://www.zen-cart.com/forum/showthread.php?t=61199
    .

    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. Replies: 1
    Last Post: 22 Nov 2011, 06:07 AM
  2. 1054 Unknown column 'COWOA_order' in 'field list'
    By willieWontGo in forum PayPal Express Checkout support
    Replies: 9
    Last Post: 1 Jul 2011, 08:18 PM
  3. 1054 Unknown column 'customers_paypal_payerid' in 'field list'
    By Elijah in forum PayPal Express Checkout support
    Replies: 2
    Last Post: 30 Jun 2011, 03:29 AM
  4. 1054 Unknown column 'zen_order_id' in 'field list'
    By Mc G in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 9 Apr 2010, 01:48 PM
  5. 1054 Unknown column 'startdate' in 'field list'
    By uncletadd in forum General Questions
    Replies: 6
    Last Post: 11 Oct 2007, 05:41 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