Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2010
    Location
    Sutton, MA
    Posts
    150
    Plugin Contributions
    0

    red flag ZenCart Admin Counts

    I'm having a problem with the counts that I am seeing from the ZenCart Admin Categories / Products - Top where I have one main category called Sheet Music - from the Admin console - I can see 738 items yet when I start up my Online Catelog I only see for the same category 685 items. I've traced it down to the sub categories and the items where I found a descripancy. I can see the mising item from the ZenCart Admin Console - but NOT in my Online Catelog - the count is off by one.

    I tried deleting the item - which in the Zencart Admin Console shows the count going down for the main category as well as within the sub-category where I found the descripancy. I then tried to add it back in - did so - saw the item from the Zencart Admin Console - but not reflected in my Online Category.

    I also tried Updating All Products with Attibute Sort Orders, Price Sorter, All Products Viewed, Ordered, and Optimizing the Database, cleanup of debug log files as well as the empty Activity Log from the Store Manager.

    I also tried to add a new test item in a completly seperate main category and again the item does show up in the ZenCart Admin Console and not the Online Category - I have even tried a search within the whole site and nothing comes up.

    Does anyone have any ideas as to what might be going on? Where I might be able to check for errors?

  2. #2
    Join Date
    Apr 2010
    Location
    Sutton, MA
    Posts
    150
    Plugin Contributions
    0

    red flag Re: ZenCart Admin Counts

    I have found several errors from my cache directory in the file myDEBUG-adm-1292952596-318187.log as well as other similar log files.

    Below is the message that appears exactly several times within a log file:

    [21-Dec-2010 09:44:18] PHP Warning: htmlspecialchars() [<a href='function.htmlspecialchars'>function.htmlspecialchars</a>]: charset `CHARSET' not supported, assuming iso-8859-1 in /home/content/v/i/n/vintagemusic/html/zencollections/vinadmin080410/includes/functions/general.php on line 40

  3. #3
    Join Date
    Apr 2010
    Location
    Sutton, MA
    Posts
    150
    Plugin Contributions
    0

    red flag Re: ZenCart Admin Counts

    Here are the lines in question from the error log file:


    function zen_output_string($string, $translate = false, $protected = false) {
    if ($protected == true) {
    return htmlspecialchars($string, ENT_COMPAT, CHARSET, FALSE);
    } else {
    if ($translate == false) {
    return zen_parse_input_field_data($string, array('"' => '&quot;'));
    } else {
    return zen_parse_input_field_data($string, $translate);
    }
    }
    }

 

 

Similar Threads

  1. category counts
    By GRRB in forum General Questions
    Replies: 1
    Last Post: 22 Apr 2010, 12:11 AM
  2. my zencart and zencart /admin blank page
    By totomony in forum Installing on a Windows Server
    Replies: 1
    Last Post: 12 Dec 2009, 05:32 AM
  3. Categories Counts
    By wmorris in forum General Questions
    Replies: 1
    Last Post: 15 Jul 2009, 10:46 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