Re: Image Handler 5 (for v1.5.5) Support Thread
I've just submitted v5.1.2 to the Zen Cart plugins for review. Once approved, it can be downloaded from this link: https://www.zen-cart.com/downloads.php?do=file&id=2169
This release contains the changes associated with the following GitHub issues:
#140: Suppress errors from imagecreatefrom PHP functions.
#141: Correct PHP 7.2+ invalid numeric value errors.
#142: Correct IH log contents when DIR_FS_CATALOG is set to /.
#144: Additional image "add" button can inhibit workflow.
#146: Correct handling for missing LARGE_IMAGE_WIDTH/_HEIGHT constants.
#147: Correct configuration description for s/m/l image-background settings.
I'll post back here once the Zen Cart download is available; you can also download from the plugin's GitHub repository.
Re: Image Handler 5 (for v1.5.5) Support Thread
Quote:
Originally Posted by
lat9
I've just submitted v5.1.2 to the Zen Cart plugins for review. Once approved, it can be downloaded from this link:
https://www.zen-cart.com/downloads.php?do=file&id=2169
This release contains the changes associated with the following GitHub issues:
#140: Suppress errors from imagecreatefrom PHP functions.
#141: Correct PHP 7.2+ invalid numeric value errors.
#142: Correct IH log contents when DIR_FS_CATALOG is set to /.
#144: Additional image "add" button can inhibit workflow.
#146: Correct handling for missing LARGE_IMAGE_WIDTH/_HEIGHT constants.
#147: Correct configuration description for s/m/l image-background settings.
I'll post back here once the Zen Cart download is available; you can also download from the plugin's
GitHub repository.
Now available for download!
Re: Image Handler 5 (for v1.5.5) Support Thread
Hello there,
Thanks for the update. I added some additional images to some items, but they are not showing on the actual site as additional images. But I can see some previous items that already had additional images added prior to updating image handler do show additional images. So I am not sure if it is Image Handler cache or some new rewriting rule I need to adhere to? I don't have a cache system on the item pages so I know its not that.
Regards,
James
Re: Image Handler 5 (for v1.5.5) Support Thread
Quote:
Originally Posted by
HeathenMagic
Hello there,
Thanks for the update. I added some additional images to some items, but they are not showing on the actual site as additional images. But I can see some previous items that already had additional images added prior to updating image handler do show additional images. So I am not sure if it is Image Handler cache or some new rewriting rule I need to adhere to? I don't have a cache system on the item pages so I know its not that.
Regards,
James
Could you point me to a product that does work ... and one that doesn't?
Re: Image Handler 5 (for v1.5.5) Support Thread
Thanks for your reply, I p'med you.
Re: Image Handler 5 (for v1.5.5) Support Thread
The issue that HeathenMagic has run into is mismatched image extensions. IH does not consider an extension of .jpg to be the same as .JPG (see this documentation link for additional information). That's why some products' additional images aren't being displayed.
Re: Image Handler 5 (for v1.5.5) Support Thread
We've found a little gem that might be of help to those with the mismatched extensions AND the fact our suppliers like a, b, c instead of 01, 02, 03. It also helps fight the leading caps problem.
It's a program called Spacetornado Renamer. http://www.spacetornado.com/Renamer/
Re: Image Handler 5 (for v1.5.5) Support Thread
Quote:
Originally Posted by
lat9
The issue that HeathenMagic has run into is mismatched image extensions. IH does not consider an extension of
.jpg to be the same as
.JPG (see
this documentation link for additional information). That's why some products' additional images aren't being displayed.
My apologies for that, totally my mistake not noticing the upper case and lower case filetype differences. I was able to rename and reupload accordingly. Was due to using different camera for first image a long time ago.
Re: Image Handler 5 (for v1.5.5) Support Thread
Hi
For zc156 new install this (documentation) line a bit confusing ( for me ):
Quote:
2 -For Zen Cart versions prior to v1.5.6, rename the two (2) YOUR_TEMPLATE directories to match the name of your currently-active Zen Cart template
The files are still necessary for zc156?
Thanks
Re: Image Handler 5 (for v1.5.5) Support Thread
ok, ignore that. There are observers now.