Re: Image Handler 5 (for v1.5.5) Support Thread
Quote:
Originally Posted by
jsickles
@lat9 - I've got a new one for you if you don't mind. After a lot of digging in 5.1.1 it appears that when using additional images, the file type extension is case sensitive. When a case different case is uploaded, the file type shows red and fails to load on the store page. Is this a new behavior? Easy correction? Documentation I'm overlooking? Thank you!
Jeff
Yep, that processing was removed in v5.1.0: https://github.com/DivaVocals/zen_Im...dler/issues/89
Re: Image Handler 5 (for v1.5.5) Support Thread
Thank you for the detailed link and background!
Re: Image Handler 5 (for v1.5.5) Support Thread
"Image Handler5 was successfully updated from vIH_VERSION to v5.1.1." message remains on top of the admin page.
I'm using ZC 1.5.5.
I've seen the same problem mentioned in this thread:
https://www.zen-cart.com/showthread....owing-on-admin
Does anyone know how to remove this?
Thank you
Re: Image Handler 5 (for v1.5.5) Support Thread
Quote:
Originally Posted by
Joseph M
"Image Handler5 was successfully updated from vIH_VERSION to v5.1.1." message remains on top of the admin page.
I'm using ZC 1.5.5.
I've seen the same problem mentioned in this thread:
https://www.zen-cart.com/showthread....owing-on-admin
Does anyone know how to remove this?
Thank you
Copy and paste the following into your admin's Tools->Install SQL Patches:
Code:
INSERT INTO configuration
(configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added, use_function, set_function)
VALUES
('IH version', 'IH_VERSION', '5.1.1', 'Displays the currently-installed version of <em>Image Handler</em>.', 4, 1000, now(), NULL, 'trim(');
Did you, by chance, update IH from a previous version of Image Handler or was this a fresh IH install?
Re: Image Handler 5 (for v1.5.5) Support Thread
Quote:
Originally Posted by
lat9
Copy and paste the following into your admin's Tools->Install SQL Patches:
Code:
INSERT INTO configuration
(configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added, use_function, set_function)
VALUES
('IH version', 'IH_VERSION', '5.1.1', 'Displays the currently-installed version of <em>Image Handler</em>.', 4, 1000, now(), NULL, 'trim(');
Did you, by chance, update IH from a previous version of Image Handler or was this a fresh IH install?
Thank you. It worked perfectly.
I started from a fresh install of ZC 1.5.5 and (I believed) a fresh install of IH5. However, while bringing back some of my ZC 1.5.4 overrides and modifications prior to installing IH5, it's possible, even likely, that I had components of an earlier version of IH before attempting to install IH5.
Re: Image Handler 5 (for v1.5.5) Support Thread
Hi there.. I just found your addon.. I love the concept, but it is not working correctly for me.. I have read through, I think, everything.. My zen-cart and IH are the most current version..
Adding a second image to the first product worked perfectly.. But when I add another second image to another listing, it changes all of them to the one I just added..
I didn't see anyone else with the problem, any advise??
Thanks so much!
Re: Image Handler 5 (for v1.5.5) Support Thread
Quote:
Originally Posted by
emsfelties
Hi there.. I just found your addon.. I love the concept, but it is not working correctly for me.. I have read through, I think, everything.. My zen-cart and IH are the most current version..
Adding a second image to the first product worked perfectly.. But when I add another second image to another listing, it changes all of them to the one I just added..
I didn't see anyone else with the problem, any advise??
Thanks so much!
I think I got it figured out :)
Re: Image Handler 5 (for v1.5.5) Support Thread
Quote:
Originally Posted by
emsfelties
Hi there.. I just found your addon.. I love the concept, but it is not working correctly for me.. I have read through, I think, everything.. My zen-cart and IH are the most current version..
Adding a second image to the first product worked perfectly.. But when I add another second image to another listing, it changes all of them to the one I just added..
I didn't see anyone else with the problem, any advise??
Thanks so much!
I think I got it figured out :)
Re: Image Handler 5 (for v1.5.5) Support Thread
Would you post back what you figured out, to possibly help someone with the same issue in the future?
Re: Image Handler 5 (for v1.5.5) Support Thread
I noticed in Chrome that if you go to a lower product listing that the popup image that image-handler generates floats higher and higher and floats away on top of the window. So you have only an enlarged image for the first two/three products. No problem in other browsers, only in Chrome. Tried to figure it out myself and looked for similar posts but can't find the solution so far. ! Zen-cart 1.5.5e with Responsive Classic Template in use