Re: Image Handler 4 Support Thread
Quote:
Originally Posted by
Parafanaylya
I'll supply the screenshot instead. I create a new product, no image and save. I click on the IH icon to upload new image, and it worked for a while. Then it stopped, and I got this message as per attached.
Well the screenshot says "No Image Handler Found". Something you installed has an errant SQL install script which removed the IH4 version info from the configuration table.. So try un-installing (by clicking the UNINSTALL link) and reinstalling (by clicking the INSTALL link). If that doesn't work, then try uploading the files again and see if the install kicks off..
Re: Image Handler 4 Support Thread
Quote:
Originally Posted by
andy1234
Hi everybody,
I have upgraded my old 1.3.7 to 1.5.4 and installed the latest IH4. The problem is that it is not resizing images, but shows huge size originally uploaded images on hover. When I go to admin->tools-image handler, I can see default, medium and large size images of the same size, e.g. 1100x1038. When hovering, it renders the same huge size, though settings for "IH Large Images" are 750x500.
What am I missing here?
Thanks
Dunno..
what's missing to get help is:
- a link to the product where the issue exists to see the issue
- the other modules you installed
- where you got the IH4 version you are using
If it's the beta version on Github, there's NO SUPPORT for it until it is officially submitted (which hasn't happened yet as I'm waiting for feedback from some latecomer beta testers..) IH4 works if installed correctly.. So try un-installing (by clicking the UNINSTALL link) and reinstalling (by clicking the INSTALL link). If that doesn't work, then try uploading the files again and see if the install kicks off..
Re: Image Handler 4 Support Thread
Quote:
Originally Posted by
DivaVocals
Well the screenshot says "No Image Handler Found". Something you installed has an errant SQL install script which removed the IH4 version info from the configuration table.. So try un-installing (by clicking the UNINSTALL link) and reinstalling (by clicking the INSTALL link). If that doesn't work, then try uploading the files again and see if the install kicks off..
Thanks - all working again. Back in the 60's my Dad called computers GIGO machines. Garbage In, Garbage Out. My error. Read your install instructions CAREFULLY, re-installed, all working.
:D
Re: Image Handler 4 Support Thread
Quote:
Originally Posted by
DivaVocals
Dunno..
what's missing to get help is:
- a link to the product where the issue exists to see the issue
- the other modules you installed
- where you got the IH4 version you are using
If it's the beta version on Github, there's NO SUPPORT for it until it is officially submitted (which hasn't happened yet as I'm waiting for feedback from some latecomer beta testers..) IH4 works if installed correctly.. So try un-installing (by clicking the UNINSTALL link) and reinstalling (by clicking the INSTALL link). If that doesn't work, then try uploading the files again and see if the install kicks off..
Also suggest that you re-read the readme file.. in particular the parts about the image hover feature.. (hint: check your settings)
Otherwise you will need to post the information we ALWAYS ask people to post when asking for help
- link to page with the issue -- we are volunteers so don't make us hunt through your whole site to find the issue
- image settings
- other modules installed
- etc.. (see page 1 of the support thread for tips on what we need when you need help)
Re: Image Handler 4 Support Thread
I'm rebuilding my zc 1.3.9h livesite from scratch on zc1.54. test site, with new template but imported existing database. I've installed IH4 on test site and all appears well thus far.
Can/should I copy the bmz_cache from old site to new?
Thank you.
Re: Image Handler 4 Support Thread
Quote:
Originally Posted by
soxophoneplayer
I'm rebuilding my zc 1.3.9h livesite from scratch on zc1.54. test site, with new template but imported existing database. I've installed IH4 on test site and all appears well thus far.
Can/should I copy the bmz_cache from old site to new?
Thank you.
Can, but shouldn't. The files in the bmz_cache are auto generated if they don't previously exist. There is no value added in copying the files (or folders) over. Also, depending on where you obtained a copy to use with 1.5.4 (ie if obtained from the link in this thread to github) then the currently existing bmz_cache directories and filenames will be "wrong" anyways.
Re: Image Handler 4 Support Thread
I've got a client that's got slews of images (and a newly-converted store that's using IH-4). Has anyone developed a script to run through the current products' definitions and mass-convert all if the images in one-swell-foop? The image conversion is currently adversely affecting the store's page-load times.
Re: Image Handler 4 Support Thread
Quote:
Originally Posted by
lat9
I've got a client that's got slews of images (and a newly-converted store that's using IH-4). Has anyone developed a script to run through the current products' definitions and mass-convert all if the images in one-swell-foop? The image conversion is currently adversely affecting the store's page-load times.
If you are asking is there a script that does the caching en masses, there isn't one that I am aware of.. The caching is done on the fly as the page is loaded for the 1st time.. Does this client have extra large image files??
Re: Image Handler 4 Support Thread
Quote:
... Has anyone developed a script to run through the current products' definitions and mass-convert all if the images in one-swell-foop? ...
Could always run a "spider" such as "Link Checker" against the website during non-peak hours (and configure to delay a bit between requests). Not ideal, but would solve the issue without requiring much "touch time" (or creating a script).
Re: Image Handler 4 Support Thread
Quote:
Originally Posted by
DivaVocals
If you are asking is there a script that does the caching en masses, there isn't one that I am aware of.. The caching is done on the fly as the page is loaded for the 1st time.. Does this client have extra large image files??
Yes, some of the images are quite large; I'm seeing something on the order of 1-second per conversion and the site displays 9 Specials and 9 Featured products on the main page.
Quote:
Originally Posted by
lhungil
Could always run a "spider" such as "
Link Checker" against the website during non-peak hours (and configure to delay a bit between requests). Not ideal, but would solve the issue without requiring much "touch time" (or creating a script).
Thanks, lhungil, I'll look into that Link Checker.