Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1
    Join Date
    Feb 2008
    Posts
    53
    Plugin Contributions
    0

    Default Customer Order History suddenly missing

    When logged in to my account at my site I don't see Previous Orders under My Account. I don't have a "view" button at all. I have made purchases so I should see my order history.

    Also my gift certificate balance vanished from my shopping cart.

    Both the previous orders and the gift certificate balance were working a few months ago when I last logged into my site. I haven't got any addons.

    I am using v1.3.9h

    I don't have a clue where to start looking to fix both problems.

    Can anyone help me?

  2. #2
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,478
    Plugin Contributions
    88

    Default Re: Customer Order History suddenly missing

    It sounds like you've got a PHP-related error on your site; I'd start with this tutorial (especially the bits about the debug log files).

  3. #3
    Join Date
    Feb 2008
    Posts
    53
    Plugin Contributions
    0

    Default Re: Customer Order History suddenly missing

    I changed back to the Classic template to see if that fixed the problem. It didn't. There is still no Order History and no Gift Certificate funs in the shopping cart.

    I am not running any addons at all.

    My cache folder only has two files in it, no debug files at all.

    Because the Classic template is showing exactly the same problem as my custom template, maybe the problem is a corrupt file on the server somwhere.

    Past orders are showing in admin and they are in the database.

    Can anybody tell me which core files I should upload again to fix this problem?

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

    Default Re: Customer Order History suddenly missing

    What PHP version is your server running? Was it recently changed?
    .

    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
    Feb 2008
    Posts
    53
    Plugin Contributions
    0

    Default Re: Customer Order History suddenly missing

    My host says the PHP version hasn't changed. I'm fed up with my host so I'm going to move my site and I'll do a clean install with version 5 of Zen Cart. I hope to start the move and install over the weekend.

  6. #6
    Join Date
    Feb 2008
    Posts
    53
    Plugin Contributions
    0

    Default Re: Customer Order History suddenly missing

    Quote Originally Posted by DrByte View Post
    What PHP version is your server running? Was it recently changed?
    I got a new host. I have installed version 5 of Zen Cart. I imported my database and the same problem exists.

    The server info is MySQL Version:5.0.91 and PHP Version:5.2.12

    I haven't edited one file on this new install. I have the classic template exactly as it was installed. I don't want to customize anything until I can get the previous orders to display on the My Account page.

    As I said, if I look at the database all the previous orders are there but something must be broken somewhere.

    Can anybody help me?

  7. #7
    Join Date
    Feb 2008
    Posts
    53
    Plugin Contributions
    0

    Default Re: Customer Order History suddenly missing

    I just logged into my old host and myPHP admin.

    Near the bottom of the page is a notice "The additional features for working with linked tables have been deactivated. To find out why click here"

    $cfg['Servers'][$i]['pmadb'] not OK
    $cfg['Servers'][$i]['relation'] ... not OK
    General relation features: Disabled

    $cfg['Servers'][$i]['table_info'] ... not OK
    Display Features: Disabled

    $cfg['Servers'][$i]['table_coords'] ... not OK
    $cfg['Servers'][$i]['pdf_pages'] ... not OK
    Creation of PDFs: Disabled

    $cfg['Servers'][$i]['column_info'] ... not OK
    Displaying Column Comments: Disabled
    Bookmarked SQL query: Disabled
    Browser transformation: Disabled

    $cfg['Servers'][$i]['history'] ... not OK
    SQL history: Disabled

    $cfg['Servers'][$i]['designer_coords'] ... not OK
    Designer: Disabled


    I didn't disable anything, the host has done it I have opened a ticket asking can the tables be enabled again. I don't have much hope of them being helpful.

    Can anybody tell me how I can enable the tables again on my new host?

  8. #8
    Join Date
    Feb 2008
    Posts
    53
    Plugin Contributions
    0

    Default Re: Customer Order History suddenly missing

    I'm stumped! I did some surfing of this forum about tables being disabled and DrByte said it won't affect the store.

    Well, my site is only 3 months old. My first database backup, works with the customers previos orders working on the newly installed test site as it should. When I import the databases from February and March to my test site the previous orders don't show up on the My Account customers page.

    Can anybody help me?

  9. #9
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Customer Order History suddenly missing

    Quote Originally Posted by blue-grape View Post
    I got a new host
    But this was broken *before* changing hosts, right?
    Quote Originally Posted by blue-grape View Post
    I have installed version 5 of Zen Cart. I imported my database and the same problem exists.
    Did you happen to test about the problem BEFORE you imported your database?
    Quote Originally Posted by blue-grape View Post
    I just logged into my old host and myPHP admin.

    Near the bottom of the page is a notice "The additional features for working with linked tables have been deactivated. To find out why click here"

    $cfg['Servers'][$i]['pmadb'] not OK
    $cfg['Servers'][$i]['relation'] ... not OK
    General relation features: Disabled

    $cfg['Servers'][$i]['table_info'] ... not OK
    Display Features: Disabled

    $cfg['Servers'][$i]['table_coords'] ... not OK
    $cfg['Servers'][$i]['pdf_pages'] ... not OK
    Creation of PDFs: Disabled

    $cfg['Servers'][$i]['column_info'] ... not OK
    Displaying Column Comments: Disabled
    Bookmarked SQL query: Disabled
    Browser transformation: Disabled

    $cfg['Servers'][$i]['history'] ... not OK
    SQL history: Disabled

    $cfg['Servers'][$i]['designer_coords'] ... not OK
    Designer: Disabled
    That's got nothing to do with Zen Cart. Those are phpMyAdmin issues.
    Quote Originally Posted by blue-grape View Post
    I didn't disable anything, the host has done it I have opened a ticket asking can the tables be enabled again. I don't have much hope of them being helpful.
    It won't make any difference with your Zen Cart customer data.
    .

    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
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Customer Order History suddenly missing

    Quote Originally Posted by blue-grape View Post
    I'm stumped! I did some surfing of this forum about tables being disabled and DrByte said it won't affect the store.

    Well, my site is only 3 months old. My first database backup, works with the customers previos orders working on the newly installed test site as it should. When I import the databases from February and March to my test site the previous orders don't show up on the My Account customers page.

    Can anybody help me?
    Have you been futzing with character set settings and utf8 etc?
    Your symptoms sound like you've got mixed character set settings which are causing confusion and errors. Ref: https://www.zen-cart.com/tutorials/i...hp?article=414
    .

    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 1 of 2 12 LastLast

Similar Threads

  1. v1.2.x Excel Export of Customer Contact Details and Customer Order History?
    By sbokkie12 in forum General Questions
    Replies: 3
    Last Post: 1 May 2013, 12:43 AM
  2. Download Button Missing in order history v.1.3.6
    By hipgirl in forum General Questions
    Replies: 0
    Last Post: 19 Oct 2010, 10:49 PM
  3. Missing Order History
    By aquestioner in forum General Questions
    Replies: 1
    Last Post: 1 Dec 2007, 03:14 PM
  4. My Order History and Order History Details - how do I get order comments in both?
    By trisha1581 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 29 Nov 2007, 06:37 PM
  5. Order history page missing
    By oklynn in forum General Questions
    Replies: 0
    Last Post: 8 Nov 2007, 06:59 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