Results 1 to 10 of 10
  1. #1
    Join Date
    Oct 2009
    Posts
    11
    Plugin Contributions
    0

    Default PayPal module errors 1.2.7

    I run a Zen Cart installation for someone and they are having some issues with the PayPal module. When they view someone's order in the admin panel, it gives this error:

    1054 Unknown column 'zen_order_id' in 'where clause'

    And does not show any of the order. I did some searching and found a tool on this forum called curltest.php which I tried, and I get this when testing PayPal (with or without SSL):

    ACK=Failure&L_ERRORCODE0=81002&L_SHORTMESSAGE0=Unspecified%20Method&L_LONGMESSAG E0=Method%20Specified%20is%20not%20Supported&L_SEVERITYCODE0=ErrorEOF

    The PayPal website is useless and doesn't explain that error at all. Can someone please help me out here? What does it mean and how do I fix it?

    The Zen Cart installation is v1.2.7 - yes I know, don't bother telling me to upgrade, it's not going to happen (well it is, but I need this fixed now). I just need a fix for this problem with this version!

    Thanks :)

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

    Default Re: PayPal module errors

    Zen Cart v1.2.7 doesn't have Express Checkout support, but you're quoting what looks like an Express Checkout error.
    So, it sounds like you've stuffed in some files from a newer version of Zen Cart. But, that won't work. Either upgrade fully, or remove the Express Checkout option altogether.
    .

    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
    Oct 2009
    Posts
    11
    Plugin Contributions
    0

    Default Re: PayPal module errors 1.2.7

    Thanks for the reply. Is there a working PayPal module for v1.2.7? If so, where can I download it?

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: PayPal module errors 1.2.7

    Thanks for the reply. Is there a working PayPal module for v1.2.7?
    As part of the distribution - included is PayPal IPN

    There is no working PayPal Express option for 1.2.7
    Zen-Venom Get Bitten

  5. #5
    Join Date
    Oct 2009
    Posts
    11
    Plugin Contributions
    0

    Default Re: PayPal module errors

    Quote Originally Posted by DrByte View Post
    Zen Cart v1.2.7 doesn't have Express Checkout support, but you're quoting what looks like an Express Checkout error.
    So, it sounds like you've stuffed in some files from a newer version of Zen Cart. But, that won't work. Either upgrade fully, or remove the Express Checkout option altogether.
    Wait! Sorry, I just realised that the error you are talking about comes from the curltest.php file that I found on these forums, which I believe does it's tests independant of the ZenCart installation, so the installation of Zen Cart isn't necessarily trying to use PayPal Express (in fact I know it isn't as nothing has been touched with the installation in a long time, this problem started occuring when the installation was moved to a new server).

    Is there any more debugging that I can do to my installation to attempt to find out what is wrong?

  6. #6
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: PayPal module errors 1.2.7

    Is there any more debugging that I can do to my installation to attempt to find out what is wrong?
    admin > modules > payment > PayPal IPN - Website Payments Standard > edit

    At the bottom you can enable:

    Debug Mode
    Enable debug logging?
    NOTE: This can REALLY clutter your email inbox!
    Logging goes to the /includes/modules/payment/paypal/logs folder
    Email goes to the store-owner address.

    Then process a test order using another PP account different than the one the store uses and it will logg the details or lack there of
    Zen-Venom Get Bitten

  7. #7
    Join Date
    Oct 2009
    Posts
    11
    Plugin Contributions
    0

    Default Re: PayPal module errors 1.2.7

    There's no debug option listed when I edit the PayPal module - perhaps it was added in a later version?

  8. #8
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: PayPal module errors 1.2.7

    There's no debug option listed when I edit the PayPal module - perhaps it was added in a later version?
    Completely possible as it hase been 3+ years since I have had a 1.2.7 installed and my memory is not that long
    this problem started occuring when the installation was moved to a new server
    On a off chance - remove/un-install PayPal IPN - Website Payments Standard and then re-install it

    I forget the rerason that this sometimes needs to be done when the server has moved but it is a standard solution in many cases
    Zen-Venom Get Bitten

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

    Default Re: PayPal module errors 1.2.7

    Quote Originally Posted by estyles View Post
    1054 Unknown column 'zen_order_id' in 'where clause'
    This error could be a result of either:
    a) the column was renamed
    b) the column was deleted
    c) the column doesn't exist yet

    In v1.3.8 the column was renamed from zen_order_id to order_id. Many people reported that same error message after choosing to install the new files without upgrading their database properly, contrary to upgrade instructions. Whether you've done similarly, I can't tell.

    I suppose in v1.2.7 the column "zen_order_id" might not even exist yet. Or maybe it's supposed to but yours was damaged for some reason. I don't remember exactly what it was using back then, and I haven't dug up a copy of the old code to check.
    .

    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. #10
    Join Date
    Oct 2009
    Posts
    11
    Plugin Contributions
    0

    Default Re: PayPal module errors 1.2.7

    Thanks for your help guys, I got it all sorted eventually.

    Someone had tried to update to a newer version and had applied some of the database updates. I removed them and everything is working fine now :)

 

 

Similar Threads

  1. v150 Paypal checkout errors...
    By rainbow_pixie_star in forum General Questions
    Replies: 2
    Last Post: 14 Jan 2015, 01:39 PM
  2. Paypal fatal errors
    By ridelow in forum General Questions
    Replies: 2
    Last Post: 10 Oct 2008, 02:04 PM
  3. paypal express errors
    By ouxly40 in forum Managing Customers and Orders
    Replies: 1
    Last Post: 20 Sep 2008, 06:43 AM
  4. Admin errors on fresh installation - module errors and language definition errors
    By etrader in forum Installing on a Linux/Unix Server
    Replies: 5
    Last Post: 5 Oct 2007, 09:05 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