Page 61 of 71 FirstFirst ... 11515960616263 ... LastLast
Results 601 to 610 of 707
  1. #601
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,843
    Plugin Contributions
    11

    Default Re: Image Handler 5 (for v1.5.5) Support Thread

    Quote Originally Posted by retched View Post
    PHP 8.3.7 // ZC 2.0.1 // Image Handler 5.3.4 (as last available in the plugin directory)

    I've since reinstalled and cleared the add on, but still am treated to the same error message. I'm 99% sure this is because I'm running PHP 8 but don't know what change to make here to make this PHP 8 safe.

    Any help here with this warning debug message I've received?
    are you sure this file in your install is the same as this one?

    https://github.com/zencart/zencart/b...vious_next.php
    author of square Webpay.
    mxWorks now has Apple Pay and Google Pay. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  2. #602
    Join Date
    Jun 2007
    Location
    Bronx, New York, United States
    Posts
    681
    Plugin Contributions
    8

    Default Re: Image Handler 5 (for v1.5.5) Support Thread

    Quote Originally Posted by carlwhat View Post
    are you sure this file in your install is the same as this one?

    https://github.com/zencart/zencart/b...vious_next.php
    Same exact one. Just to be sure I went to GitHub (of ZenCart) and redownloaded it.

  3. #603
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,843
    Plugin Contributions
    11

    Default Re: Image Handler 5 (for v1.5.5) Support Thread

    it looks like you have a category with no products.

    all of the vars get set in this section of code:

    https://github.com/zencart/zencart/b...xt.php#L75-L92

    so your id_array is 0; ie no products in the category, based on the sql results from a little above.

    probably something that needs to be looked at.

    best.
    author of square Webpay.
    mxWorks now has Apple Pay and Google Pay. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  4. #604
    Join Date
    Jun 2007
    Location
    Bronx, New York, United States
    Posts
    681
    Plugin Contributions
    8

    Default Re: Image Handler 5 (for v1.5.5) Support Thread

    Quote Originally Posted by carlwhat View Post
    it looks like you have a category with no products.

    all of the vars get set in this section of code:

    https://github.com/zencart/zencart/b...xt.php#L75-L92

    so your id_array is 0; ie no products in the category, based on the sql results from a little above.

    probably something that needs to be looked at.

    best.
    Yup that's what I'm look at as well, but what's odd is that the same line of code is still showing a list of the products. The Previous button recognizes it's at the top of the list and proceeds to cycle to the end of the list. The next button works when there is a product selected but it's not going through when nothing is selected in the combo box at the default.

  5. #605
    Join Date
    Jun 2007
    Location
    Bronx, New York, United States
    Posts
    681
    Plugin Contributions
    8

    Default Re: Image Handler 5 (for v1.5.5) Support Thread

    Quote Originally Posted by carlwhat View Post
    it looks like you have a category with no products.

    all of the vars get set in this section of code:

    https://github.com/zencart/zencart/b...xt.php#L75-L92

    so your id_array is 0; ie no products in the category, based on the sql results from a little above.

    probably something that needs to be looked at.

    best.
    Not sure that is true. There is a list of products being returned, see the Combo Box, but for some reason the "next_item" isn't being set to the first item despite the previous button is going backwards to the last item of the list.


  6. #606
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,354
    Plugin Contributions
    94

    Default Re: Image Handler 5 (for v1.5.5) Support Thread

    What's the associated URL (from the browser's address bar)? I've been fussing with various display options and can't trigger those warnings.

  7. #607
    Join Date
    Jun 2007
    Location
    Bronx, New York, United States
    Posts
    681
    Plugin Contributions
    8

    Default Re: Image Handler 5 (for v1.5.5) Support Thread

    Quote Originally Posted by lat9 View Post
    What's the associated URL (from the browser's address bar)? I've been fussing with various display options and can't trigger those warnings.
    This one:

    https://www.localhost.com/justuptown...=image_handler

    No anything selected.

  8. #608
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,354
    Plugin Contributions
    94

    Default Re: Image Handler 5 (for v1.5.5) Support Thread

    Quote Originally Posted by retched View Post
    So I updated my local XAMPP installation to use PHP 8.3.7 in the hopes that that would bring those logs to light, but no-go.

    I reset the sort-order for the Test Examples category in the demo products to 0 so that a category with products would be the first to load (like in your screenshot). I get the same-ish display when I navigate to that URL via Tools :: Image Handler-5, but still no PHP warnings.

    I'm quickly running out of ideas.

  9. #609
    Join Date
    Jun 2007
    Location
    Bronx, New York, United States
    Posts
    681
    Plugin Contributions
    8

    Default Re: Image Handler 5 (for v1.5.5) Support Thread

    Quote Originally Posted by lat9 View Post
    So I updated my local XAMPP installation to use PHP 8.3.7 in the hopes that that would bring those logs to light, but no-go.

    I reset the sort-order for the Test Examples category in the demo products to 0 so that a category with products would be the first to load (like in your screenshot). I get the same-ish display when I navigate to that URL via Tools :: Image Handler-5, but still no PHP warnings.

    I'm quickly running out of ideas.
    Likewise.

    So far I have:
    - Uninstalled and reinstalled IH5. (Completely remove the files and the configurations.)
    - Went back and overwrote the files mentioned within the log with the newest version of each one from the respective git repository. (Both ZenCart 2.0.1 and Image Handler.)

    Still receiving the error/warnings. I'm almost tempted to spin up a fresh 2.0.1 and try it there.

    The Attributes Controller which uses a similar Next/Previous display doesn't display these errors.

  10. #610
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,354
    Plugin Contributions
    94

    Default Re: Image Handler 5 (for v1.5.5) Support Thread

    Quote Originally Posted by retched View Post
    Likewise.

    So far I have:
    - Uninstalled and reinstalled IH5. (Completely remove the files and the configurations.)
    - Went back and overwrote the files mentioned within the log with the newest version of each one from the respective git repository. (Both ZenCart 2.0.1 and Image Handler.)

    Still receiving the error/warnings. I'm almost tempted to spin up a fresh 2.0.1 and try it there.

    The Attributes Controller which uses a similar Next/Previous display doesn't display these errors.
    If you do a database gzipped/zipped export and PM me a link through which I can download that file, I can inspect locally to see what I can see.

 

 
Page 61 of 71 FirstFirst ... 11515960616263 ... LastLast

Similar Threads

  1. v150 Image Handler 4 (for v1.5.x) Support Thread
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 1687
    Last Post: 17 Nov 2024, 07:26 PM
  2. Attribute image replaces main product image on select [Support Thread]
    By exoticcorpse in forum All Other Contributions/Addons
    Replies: 160
    Last Post: 28 Oct 2024, 10:50 PM
  3. v139h Image Handler 3 Support Thread (for ZC v1.3.9)
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 1095
    Last Post: 2 Oct 2017, 12:42 PM
  4. v138a Image Handler 2 (for ZC v1.3.8 ONLY) Support
    By timkroeger in forum All Other Contributions/Addons
    Replies: 7098
    Last Post: 12 Oct 2014, 03:48 AM
  5. Image Handler Support Please
    By nadinesky in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 30 Sep 2013, 03:47 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