Results 1 to 10 of 74

Threaded View

mprough ZC Inventory Report Module 29 Feb 2012, 03:54 PM
gaffettape Re: ZC Inventory Report Module 5 Mar 2012, 08:38 PM
mprough Re: ZC Inventory Report Module 5 Mar 2012, 10:33 PM
gaffettape Re: ZC Inventory Report Module 5 Mar 2012, 10:44 PM
mprough Re: ZC Inventory Report Module 5 Mar 2012, 10:55 PM
nigelt74 Re: ZC Inventory Report Module 21 Mar 2012, 01:49 AM
Stizzed Re: ZC Inventory Report Module 21 Mar 2012, 02:02 AM
mprough Re: ZC Inventory Report Module 21 Mar 2012, 02:13 AM
nigelt74 Re: ZC Inventory Report Module 21 Mar 2012, 03:31 AM
gaffettape Re: ZC Inventory Report Module 3 Jun 2012, 04:48 PM
Ajeh Re: ZC Inventory Report Module 3 Jun 2012, 05:58 PM
gaffettape Re: ZC Inventory Report Module 3 Jun 2012, 06:26 PM
Ajeh Re: ZC Inventory Report Module 3 Jun 2012, 06:38 PM
gaffettape Re: ZC Inventory Report Module 3 Jun 2012, 06:44 PM
Ajeh Re: ZC Inventory Report Module 3 Jun 2012, 06:55 PM
wmorris Re: ZC Inventory Report Module 26 Jun 2012, 06:47 PM
muteyaar Re: ZC Inventory Report Module 12 Sep 2015, 12:59 PM
mprough Re: ZC Inventory Report Module 12 Sep 2015, 03:13 PM
muteyaar Re: ZC Inventory Report Module 13 Sep 2015, 05:34 AM
muteyaar Re: ZC Inventory Report Module 13 Sep 2015, 05:45 AM
Ajeh Re: ZC Inventory Report Module 13 Sep 2015, 02:31 PM
muteyaar Re: ZC Inventory Report Module 13 Sep 2015, 04:27 PM
dbltoe Re: ZC Inventory Report Module 13 Sep 2015, 07:17 PM
muteyaar Re: ZC Inventory Report Module 14 Sep 2015, 07:48 AM
Ajeh Re: ZC Inventory Report Module 14 Sep 2015, 02:17 PM
muteyaar Re: ZC Inventory Report Module 15 Sep 2015, 11:43 AM
Ajeh Re: ZC Inventory Report Module 15 Sep 2015, 02:27 PM
muteyaar Re: ZC Inventory Report Module 15 Sep 2015, 02:38 PM
Ajeh Re: ZC Inventory Report Module 15 Sep 2015, 02:43 PM
muteyaar Re: ZC Inventory Report Module 24 Sep 2015, 04:43 PM
bislewl Re: ZC Inventory Report Module 24 Sep 2015, 08:04 PM
muteyaar Re: ZC Inventory Report Module 25 Sep 2015, 02:14 AM
bislewl Re: ZC Inventory Report Module 25 Sep 2015, 02:28 AM
muteyaar Re: ZC Inventory Report Module 25 Sep 2015, 07:36 AM
bislewl Re: ZC Inventory Report Module 25 Sep 2015, 02:24 PM
muteyaar Re: ZC Inventory Report Module 25 Sep 2015, 02:46 PM
bislewl Re: ZC Inventory Report Module 25 Sep 2015, 03:08 PM
muteyaar Re: ZC Inventory Report Module 25 Sep 2015, 03:14 PM
bislewl Re: ZC Inventory Report Module 25 Sep 2015, 03:40 PM
muteyaar Re: ZC Inventory Report Module 25 Sep 2015, 06:00 PM
muteyaar Re: ZC Inventory Report Module 26 Sep 2015, 05:39 AM
tdkapdc Re: ZC Inventory Report Module 4 Feb 2016, 04:36 PM
lat9 Re: ZC Inventory Report Module 4 Feb 2016, 05:02 PM
tdkapdc Re: ZC Inventory Report Module 4 Feb 2016, 06:18 PM
lat9 Re: ZC Inventory Report Module 4 Feb 2016, 06:42 PM
tdkapdc Re: ZC Inventory Report Module 4 Feb 2016, 06:55 PM
lat9 Re: ZC Inventory Report Module 4 Feb 2016, 08:24 PM
webmeister Re: ZC Inventory Report Module 10 Nov 2012, 08:53 PM
lat9 Re: ZC Inventory Report Module 10 Nov 2012, 09:33 PM
  1. #31
    Join Date
    Jan 2016
    Location
    Perth, Western Australia
    Posts
    3
    Plugin Contributions
    0

    Default Re: ZC Inventory Report Module

    Hi,

    I am brand new to zen cart, and a 'pigeon' programmer, so please understand that I while I can understand concepts, I have to nut it out with the programming by turning each cog in my brain individually ......

    Having scoured the forums and net for answers, I don't think this has been covered, relating to this module (please correct me if I'm wrong)

    I am almost entirely happy withe my store, and am populating, however have a little bug with this particular add-on relating to 'report by category' from the drop down menu:

    When running this report from 'top' category, everything works well (very, very well .... Exactly what I was after - thank you to author).

    However, when I select a category or subcategory, I receive the 'warning, an error occurred, please refresh, etc', and the list does not populate.

    I have looked at the myAdminDebug files, with the following result: (nb: ****** in place of store and admin names)

    [04-Feb-2016 14:52:43 UTC] PHP Warning: explode() expects parameter 2 to be string, array given in /home/******/public_html/store/******/stats_inventory_report.php on line 73
    [04-Feb-2016 14:52:43 UTC] PHP Fatal error: 1064:You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1 :: select count(*) as total from zc_products p left join zc_products_description pd using(products_id) LEFT JOIN zc_categories_description cd ON(cd.categories_id = p.master_categories_id AND cd.language_id = '1') left join zc_manufacturers m using(manufacturers_id) WHERE ==> (as called by) /home/******/public_html/store/******/includes/classes/split_page_results.php on line 39 <== in /home/******/public_html/store/includes/classes/db/mysql/query_factory.php on line 155

    From what I can conclude, it appears that I have two errors occurring, however the second is possibly related to / resulting from the first.

    My 'pigeon' interprets the first as a problem with the variable being returned: the request is asking for a string, but receiving an array .... sound right?

    Any ideas on how I might resolve this? Either way, this add-on is going to be very useful, however I have around 2,000 items to manage. It would be much more handy if I could break this report down by category.

    Thank you for taking the time to read - I hope someone will be able to assist, however it isn't a 'show stopper' for me, by any means.

    Using: ZC 1.5.4, downloaded plug-in about a week ago.
    PHP Version: 5.3.29 (Zend: 2.3.0) PHP Memory Limit: 128M
    Database: MySQL 10.0.20-MariaDB-cll-lve

    I do have quite a few other add-ons in place - this was one of the earlier installs, and has given the same result since installation.

    NB. I do not have any manufacturers specified, however did test adding a manufacturer to a product, with the same result. Don't think this should affect category level reporting, but perhaps?

    Regards,

    Tim Bowden
    TDK APDC
    Last edited by tdkapdc; 4 Feb 2016 at 04:40 PM.

 

 

Similar Threads

  1. v154 SBA Inventory Report
    By catsma_97504 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 6 May 2016, 04:16 PM
  2. Inventory Report
    By damonp in forum All Other Contributions/Addons
    Replies: 17
    Last Post: 31 Jan 2011, 10:51 PM
  3. Store inventory report?
    By RocketFoot in forum General Questions
    Replies: 4
    Last Post: 14 May 2009, 01:15 PM
  4. Inventory Order Report
    By j1l2i3p4k5i6n7g8 in forum General Questions
    Replies: 4
    Last Post: 5 Jan 2008, 05:55 PM
  5. Inventory Report with Attributes
    By brad512 in forum General Questions
    Replies: 6
    Last Post: 31 Dec 2006, 09:38 PM

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