Page 3 of 8 FirstFirst 12345 ... LastLast
Results 21 to 30 of 74
  1. #21
    Join Date
    Feb 2009
    Location
    UK
    Posts
    1,238
    Plugin Contributions
    1

    Default Re: Inventory Updater...

    It strikes me that perhaps these notices are a result of the improved error logging in ZCv1.57. TBH I can't remember if ZCv1.56c showed notices or not. In any event I get too many of them.
    Simon

  2. #22
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,684
    Plugin Contributions
    9

    Default Re: Inventory Updater...

    Quote Originally Posted by simon1066 View Post
    It strikes me that perhaps these notices are a result of the improved error logging in ZCv1.57. TBH I can't remember if ZCv1.56c showed notices or not. In any event I get too many of them.
    simon,
    can you please provide me the first line in your debug log. the one that has the url you are going to.

    thanks.
    author of square Webpay.
    mxWorks has premium plugins. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  3. #23
    Join Date
    Feb 2009
    Location
    UK
    Posts
    1,238
    Plugin Contributions
    1

    Default Re: Inventory Updater...

    Quote Originally Posted by carlwhat View Post
    simon,
    can you please provide me the first line in your debug log. the one that has the url you are going to.

    thanks.
    Here are the first few lines of the debug, there is no url on the first line - but the link I followed to the Inventory Updater page is

    mydomain.co.uk/myadmin/index.php?cmd=inventory

    Code:
    [08-Jul-2020 16:09:12 Europe/London] PHP Notice:  Undefined index: sort in D:\wamp64\www\mydomain.co.uk\myadmin\inventory.php on line 73
    [08-Jul-2020 16:09:12 Europe/London] PHP Stack trace:
    [08-Jul-2020 16:09:12 Europe/London] PHP   1. {main}() D:\wamp64\www\mydomain.co.uk\myadmin\index.php:0
    [08-Jul-2020 16:09:12 Europe/London] PHP   2. require() D:\wamp64\www\mydomain.co.uk\myadmin\index.php:11
    [08-Jul-2020 16:09:13 Europe/London] PHP Notice:  Undefined index: sort in D:\wamp64\www\mydomain.co.uk\myadmin\inventory.php on line 285
    [08-Jul-2020 16:09:13 Europe/London] PHP Stack trace:
    [08-Jul-2020 16:09:13 Europe/London] PHP   1. {main}() D:\wamp64\www\mydomain.co.uk\myadmin\index.php:0
    [08-Jul-2020 16:09:13 Europe/London] PHP   2. require() D:\wamp64\www\mydomain.co.uk\myadmin\index.php:11
    [08-Jul-2020 16:09:13 Europe/London] PHP Notice:  Undefined index: active in D:\wamp64\www\mydomain.co.uk\myadmin\inventory.php on line 285
    [08-Jul-2020 16:09:13 Europe/London] PHP Stack trace:
    [08-Jul-2020 16:09:13 Europe/London] PHP   1. {main}() D:\wamp64\www\mydomain.co.uk\myadmin\index.php:0
    [08-Jul-2020 16:09:13 Europe/London] PHP   2. require() D:\wamp64\www\mydomain.co.uk\myadmin\index.php:11
    [08-Jul-2020 16:09:13 Europe/London] PHP Notice:  Undefined index: sort in D:\wamp64\www\mydomain.co.uk\myadmin\inventory.php on line 285
    [08-Jul-2020 16:09:13 Europe/London] PHP Stack trace:
    [08-Jul-2020 16:09:13 Europe/London] PHP   1. {main}() D:\wamp64\www\mydomain.co.uk\myadmin\index.php:0
    [08-Jul-2020 16:09:13 Europe/London] PHP   2. require() D:\wamp64\www\mydomain.co.uk\myadmin\index.php:11
    [08-Jul-2020 16:09:13 Europe/London] PHP Notice:  Undefined index: active in D:\wamp64\www\mydomain.co.uk\myadmin\inventory.php on line 285
    [08-Jul-2020 16:09:13 Europe/London] PHP Stack trace:
    [08-Jul-2020 16:09:13 Europe/London] PHP   1. {main}() D:\wamp64\www\mydomain.co.uk\myadmin\index.php:0
    [08-Jul-2020 16:09:13 Europe/London] PHP   2. require() D:\wamp64\www\mydomain.co.uk\myadmin\index.php:11
    These notices only appear on first entry to the Updater page, subsequent actions using the various dropdowns yield no notices.
    Simon

  4. #24
    Join Date
    Feb 2009
    Location
    UK
    Posts
    1,238
    Plugin Contributions
    1

    Default Re: Inventory Updater...

    BTW, the line numbers are different to your stock file because I added some custom lines to display product images - see a previous post for actual code.
    Simon

  5. #25
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,684
    Plugin Contributions
    9

    Default Re: Inventory Updater...

    Quote Originally Posted by simon1066 View Post
    BTW, the line numbers are different to your stock file because I added some custom lines to display product images - see a previous post for actual code.
    yeah, i have all of my own code, so i know where all of the problems are. thanks for pointing them out.

    i will be submitting a new version shortly.

    you have error_reporting set to E_ALL somewhere. if you turn that config to something to something like E_ALL & ~E_NOTICE; i think all of these notices, and hence the log files, will disappear.

    it is a setting and not specifically related to v157.

    best.
    author of square Webpay.
    mxWorks has premium plugins. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  6. #26
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,684
    Plugin Contributions
    9

    Default Re: Inventory Updater...

    version 1.2.2 is now submitted for review by the ZC plugin moderator.

    @simon1066

    on your 2 lines in question, you can change the $_GET['sort'] to $sort. that should work...

    or you could download the new file from my github repo here:

    https://raw.githubusercontent.com/pr.../inventory.php

    there are a few other changes.

    obviously you will need to add your mods back into the file.

    best.
    author of square Webpay.
    mxWorks has premium plugins. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  7. #27
    Join Date
    Feb 2009
    Location
    UK
    Posts
    1,238
    Plugin Contributions
    1

    Default Re: Inventory Updater...

    That's great. Thank you.
    Simon

  8. #28
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,684
    Plugin Contributions
    9

    Default Re: Inventory Updater...

    v1.2.2 now available for download.

    https://www.zen-cart.com/downloads.php?do=file&id=2279
    author of square Webpay.
    mxWorks has premium plugins. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  9. #29
    Join Date
    Jul 2009
    Posts
    124
    Plugin Contributions
    0

    Default Re: Inventory Updater...

    truely love this! makes it so much easier!
    lol am waiting for extra options such as batch uploading
    But seriously love it.

  10. #30
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,586
    Plugin Contributions
    30

    Default Re: Inventory Updater...

    extra options such as batch uploading


    DBIO
    https://www.zen-cart.com/showthread....Support-Thread
    Steve
    github.com/torvista: Spanish Language Pack, Google reCaptcha, Structured Data, Multiple Copy-Move-Delete, Image Checker, BackupMySQL Admin/Auto...

 

 
Page 3 of 8 FirstFirst 12345 ... LastLast

Similar Threads

  1. Dynamic Price Updater
    By Chrome in forum All Other Contributions/Addons
    Replies: 1667
    Last Post: 7 Oct 2023, 10:21 PM
  2. v154 Quick Updater
    By fabienne in forum General Questions
    Replies: 5
    Last Post: 30 Jan 2015, 01:46 AM
  3. Update Inventory with Suppliers XML inventory feed?
    By mafiasam in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 21 Jun 2007, 11: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