Page 38 of 59 FirstFirst ... 28363738394048 ... LastLast
Results 371 to 380 of 583
  1. #371
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,400
    Plugin Contributions
    87

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

    Quote Originally Posted by earmsby View Post
    Also, I'm confused about your statement about version 1.5.6 and waiting for 1.5.7. The version I just downloaded from the plug-ins section is version 1.5.8 according to the read me.
    @dbltoe was referring to the Zen Cart version, not that of Image Handler.

  2. #372
    Join Date
    Oct 2006
    Location
    Worcester, MA
    Posts
    453
    Plugin Contributions
    0

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

    Quote Originally Posted by lat9 View Post
    @dbltoe was referring to the Zen Cart version, not that of Image Handler.
    Oh, I see. thanks for that. I got my digits confused. 1.5.6 vs. 5.1.8

    I answered my own question about updating by (um...) finishing reading the installation read me

    All set now.
    Last edited by earmsby; 19 May 2020 at 08:28 PM.
    Ellie Armsby

  3. #373

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

    Hello, I couldn't find any Q like this so...

    I want to have my images converted to Progressive Jpeg images not regular Jpeg, does anybody knows where can I find the file which should be changed and eventualy what should be changed.

    I have found a method for that here https://stackoverflow.com/questions/...ve-jpeg-in-php

    Thanks everybody!
    My most recent work: magprom.net

  4. #374
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,400
    Plugin Contributions
    87

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

    Quote Originally Posted by perfumbg View Post
    Hello, I couldn't find any Q like this so...

    I want to have my images converted to Progressive Jpeg images not regular Jpeg, does anybody knows where can I find the file which should be changed and eventualy what should be changed.

    I have found a method for that here https://stackoverflow.com/questions/...ve-jpeg-in-php

    Thanks everybody!
    That's going to be somewhere in /includes/classes/bmz_image_handler_class.php. Unfortunately, I don't have time to delve into more details at this time.

  5. #375
    Join Date
    Jan 2012
    Posts
    38
    Plugin Contributions
    0

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

    Hi,
    I've installed IH5 on a fresh 156c install minimal plugins and 1 template fluorspar.
    It seems to be installed correctly but when I turn on resize images.
    In admin, the base image goes blank and on the website, the image disappears but a link remains when I click on the link, it says image not found.
    When I add a second image, the second image seems to work perfectly.
    Any help with this please

    Thanks in advanced

  6. #376
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,400
    Plugin Contributions
    87

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

    Quote Originally Posted by leon2lil View Post
    Hi,
    I've installed IH5 on a fresh 156c install minimal plugins and 1 template fluorspar.
    It seems to be installed correctly but when I turn on resize images.
    In admin, the base image goes blank and on the website, the image disappears but a link remains when I click on the link, it says image not found.
    When I add a second image, the second image seems to work perfectly.
    Any help with this please

    Thanks in advanced
    It sounds like there might be two issues at play on your site, the first (I'm guessing) to be a permissions' issue of some type to cause the admin base image to "go blank". That could also be affecting the storefront operation, but let's see what's up in the admin first.

    Are there any myDEBUG-adm-*.log files present in the site's /logs directory? If so, could you find one that occurred during the image_handler.php's execution and post that here within the "CODE" tags (that big # in the menu bar while your writing your post)? Remember, too, to xxx-out the name of your admin sub-directory as it'll be present as part of the log's data.

    What version of PHP is being run?

    When you inspect the site's /bmz_cache sub-directory, what permissions does it have? Are the permissions the same as those associated with the site's /logs sub-directory?

  7. #377
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,622
    Plugin Contributions
    123

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

    Not certain this is a bug but I wanted to report it just in case. includes/modules/YOUR_TEMPLATE/main_product_image.php sets $products_image_large, then calls the notifier. The notifier returns $main_image_handled = true, so the original definition of $products_image_large isn't changed. But that file does not exist! and because $main_image_handled = true, the branch that checks if $products_image_large actually exists is skipped.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  8. #378
    Join Date
    Jun 2019
    Location
    Austin TX
    Posts
    45
    Plugin Contributions
    0

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

    I've been having an issue with ImageHandler5 for quite a while now. I wonder if anyone has run into a similar problem. I'm using ImageHandler 5.1.4 on ZC version 1.5.6b and the carousel works very rarely on few products. It used to work great on older versions of both ImageHandler and ZenCart but no more. I checked to see if there were any errors in the console and none are any different between pages with carousels that do work and those that don't. Has anyone come into an issue similar to this in the past?

  9. #379
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,400
    Plugin Contributions
    87

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

    Quote Originally Posted by clam_man View Post
    I've been having an issue with ImageHandler5 for quite a while now. I wonder if anyone has run into a similar problem. I'm using ImageHandler 5.1.4 on ZC version 1.5.6b and the carousel works very rarely on few products. It used to work great on older versions of both ImageHandler and ZenCart but no more. I checked to see if there were any errors in the console and none are any different between pages with carousels that do work and those that don't. Has anyone come into an issue similar to this in the past?
    Sorry you're having issues. Which carousel and what template is in use?

  10. #380
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,400
    Plugin Contributions
    87

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

    Quote Originally Posted by swguy View Post
    Not certain this is a bug but I wanted to report it just in case. includes/modules/YOUR_TEMPLATE/main_product_image.php sets $products_image_large, then calls the notifier. The notifier returns $main_image_handled = true, so the original definition of $products_image_large isn't changed. But that file does not exist! and because $main_image_handled = true, the branch that checks if $products_image_large actually exists is skipped.
    If the observer of that notification has indicated that it has handled that main-image, then it's that observer's responsibility to ensure that those image-related variables are 'sane'.

 

 
Page 38 of 59 FirstFirst ... 28363738394048 ... LastLast

Similar Threads

  1. v150 Image Handler 4 (for v1.5.x) Support Thread
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 1684
    Last Post: 2 Oct 2022, 06:55 AM
  2. Attribute image replaces main product image on select [Support Thread]
    By exoticcorpse in forum All Other Contributions/Addons
    Replies: 158
    Last Post: 24 Aug 2020, 05:07 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