Page 3 of 3 FirstFirst 123
Results 21 to 27 of 27
  1. #21
    Join Date
    Jul 2007
    Posts
    124
    Plugin Contributions
    0

    Default Re: Strange error message re. PayPal Notifications

    That is what I thought and checked many stylesheets, but there are probably more I missed. I'll keep searching for stylesheets to compare.
    Thanks.

  2. #22
    Join Date
    Dec 2009
    Posts
    7
    Plugin Contributions
    0

    Default Re: Strange error message re. PayPal Notifications

    I am getting a similar error as the first post of this thread... My problem is slightly different. When ordered through paypal, the order comes into ZC and I can view it as a new order (able to see what was purchased and all) but thats all. I am getting the 1054 error in the "where clause" and removed the ZEN_ORDER_ID and replaced it with ORDER_ID.

    To the best of my knowledge, this should have been the only upgrade necessary... any advice?

  3. #23
    Join Date
    Dec 2009
    Posts
    7
    Plugin Contributions
    0

    Default Re: Strange error message re. PayPal Notifications

    I take my problem back... I found my corrupt coding

  4. #24
    Join Date
    Sep 2006
    Posts
    142
    Plugin Contributions
    0

    Default Re: Strange error message re. PayPal Notifications

    I know this is an old thread, but I"m getting the same error, I can see the new order just fine, but when I click on it, to see the detail of the order, I get this error:

    1054 Unknown column 'zen_order_id' in 'where clause'
    in:
    [select * from paypal where zen_order_id = 21856 AND parent_txn_id = '' ]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

    If I go to the Customers>Paypal IPN i get the following error:

    1054 Unknown column 'p.zen_order_id' in 'on clause'
    in:
    [select count(*) as total from paypal as p left join orders as o on o.orders_id = p.zen_order_id]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.


    I haven't done ANYTHING to my database, no upgrades, NOTHING since November 2010. Everything has been working just fine until today, when this suddenly cropped up.

    My version is listed as:
    Zen Cart 1.3.7.1Patch: 1::

    Database Patch Level: 1.3.7

    I'm not sure how to resolve this, as this has just randomly happened.....

  5. #25
    Join Date
    Jan 2004
    Posts
    66,380
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Strange error message re. PayPal Notifications

    Quote Originally Posted by paperthreads View Post
    I know this is an old thread, but I"m getting the same error, I can see the new order just fine, but when I click on it, to see the detail of the order, I get this error:

    1054 Unknown column 'zen_order_id' in 'where clause'
    in:
    [select * from paypal where zen_order_id = 21856 AND parent_txn_id = '' ]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

    If I go to the Customers>Paypal IPN i get the following error:

    1054 Unknown column 'p.zen_order_id' in 'on clause'
    in:
    [select count(*) as total from paypal as p left join orders as o on o.orders_id = p.zen_order_id]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.


    I haven't done ANYTHING to my database, no upgrades, NOTHING since November 2010. Everything has been working just fine until today, when this suddenly cropped up.

    My version is listed as:
    Zen Cart 1.3.7.1Patch: 1::

    Database Patch Level: 1.3.7

    I'm not sure how to resolve this, as this has just randomly happened.....
    Very odd.
    There are only a few ways that would happen:
    a) you're using a screen that you don't normally use (ie: maybe you normally use the Super Orders addon but this time you're using a different one, and only now seeing the error)
    b) someone has changed files on your server
    c) someone has changed the database structure on your server, perhaps via an attempted database upgrade gone bad

    http://www.zen-cart.com/wiki/index.p...ing_From_Hacks
    http://www.zen-cart.com/wiki/index.p...Obscure_Issues

    I hope you keep regular reliable backups.
    .

    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. #26
    Join Date
    Sep 2006
    Posts
    142
    Plugin Contributions
    0

    Default Re: Strange error message re. PayPal Notifications

    Dr Byte, thanks for the reply,

    In answer to your reply,

    1. I'm not using a different screen than what I normally use. I'm on order number 21862, that is starting with order #1 back in 2006. I would think that after processing 21000+ orders in the past 5 years, I would definitely know what screens I use! I'm the only one that processes orders, as it's a sole proprietorship, and i haven't gone to any new screens!

    2. I haven't updated ANYTHING since November 2010. That includes making any changes on my server. I have a dedicated server, that ONLY I can access. I had problems with someone hacking my site on a shared dedicated server about 2 years ago, which is when I moved to a dedicated server. I am the only one with server access, and I made no updates, changes, etc on this server since I did my upgrades back in November 2010.

    3. Again, I'm the only user on my server, and I haven't done ANY changes to the database either. I haven't even logged into the database since November 2010. Haven't had a need, because I do everything through the admin screen, and my database has auto back ups set for daily, so no need to even go in and do backups.

    This is why i'm puzzled that this has happened just out of the blue. I am going to have to pay for someone to do an upgrade and fix this problem, because I don't have the time to do it myself right now. We have a huge sales event coming up this weekend that I'm preparing for, and when we do these events, I expect to have more than 750 orders over the weekend...and I can't access or do ANYTHING to orders that were paid with paypal at this time because of this error.

  7. #27
    Join Date
    Jan 2004
    Posts
    66,380
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Strange error message re. PayPal Notifications

    I believe that *you* are the only person that YOU know has access to your server.
    But, you're using an old version of ZC that has widely-published vulnerabilities that hackers like to exploit. So, it might be that someone else *does* have access to your site because you've been hacked.
    http://www.zen-cart.com/wiki/index.p...ing_From_Hacks

    I hope you have copies on your home computer of your database backups, as well as all the PHP/CSS/JS/etc files from your store (via FTP).
    .

    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.

 

 
Page 3 of 3 FirstFirst 123

Similar Threads

  1. Paypal error notifications directpayments
    By stefanl in forum PayPal Express Checkout support
    Replies: 1
    Last Post: 7 May 2010, 06:26 AM
  2. Strange Image Error Message!
    By kimberlyeddy in forum Basic Configuration
    Replies: 15
    Last Post: 17 Aug 2007, 02:05 AM
  3. strange cookie error message
    By maclean in forum Basic Configuration
    Replies: 1
    Last Post: 10 Jul 2007, 06:09 AM
  4. strange error message hell. HELP!
    By 2twins in forum Installing on a Linux/Unix Server
    Replies: 5
    Last Post: 9 Feb 2007, 05:27 AM
  5. Strange error message
    By strelitzia in forum General Questions
    Replies: 5
    Last Post: 2 Nov 2006, 06:44 AM

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