Re: Image Handler 2 Support
Quote:
Originally Posted by
jettrue
Well, on my site that wasn't popping up when I hovered, the height was 57, on the site that was popping up, was 80. I changed the one that was popping to 57, and voila, it stopped popping, and when I changed the one that wasn't popping to 80, it started, so then I started experimenting with different values. Odd didn't, even did, LOL!
I love troubleshooting, LOL! (especially when I figure it out)
Thanks!:thumbsup:
Been working on this for weeks and a simple change like this and bingo.
Mark
Re: Image Handler 2 Support
Eureka!! I got it (referring to the post I made on page 202 of this thread) fixed all by myself!!
on lines 70 & 71 of jscript_imagehover.js,
I changed:
trailstyle.left = "-2000px";
trailstyle.top = "-2000px";
to:
trailstyle.left = "2000px";
trailstyle.top = "2000px";
without the "-", changing it from a negative to a positive number, and all is well in IE!!
Hope this helps somebody else to solve their IE problems
Re: Image Handler 2 Support
Never mind.......it not only took away the error, but it added about 2000 pixels to the width of my page. DAMN!! Back to the drawing board. :(
Re: Image Handler 2 Support
Right on, Mark. I was in the same boat until 2 minutes ago. I was about to report back and tell you all that the width/height settings change wasn't working for me, but then I tried changing the Product Listing widths and heights. They were originally set at 100 and 80, and I changed them to 106 and 88 ... no odd numbers before nor after, but it did the trick. Suddenly, the showtrails script is finally appearing, and all my thumbs are zooming as they should. Go figure! :D
Quote:
Originally Posted by
tophand
Thanks!:thumbsup:
Been working on this for weeks and a simple change like this and bingo.
Mark
Re: Image Handler 2 Support
Quote:
Originally Posted by
BlessIsaacola
Okay, after reading 81 pages with no eminent solution I thought I'd post my problem.
We used to have IH2 on a different host and it worked flawlessly. I have since moved to another host and now IH2 doesn't work.
You can see here at
http://www.clevershoppers.com IH looks like it's creating images because if you click on properties it will show you the image location and filename. However, when I login to the server there is absolutely zero file created in any of the various folders in bmz_cache.
I have set permission to 777 on bmz_cache and all the sub-folders
I have clear cache and uninstall and reinstall IH2 from the admin side.
It appears that the script is doing everything but actually generating the image.
I should add that I also edited the config file to use ImageMagic.
Any help in troubleshooting this is greatly appreciated.
Thanks!
PS. I use add that IH is now acting as a user NOBODY when it creates folder which is different than the way it behaved on old host.
Okay, I solved my problem by turning off ImageMagick in the configuration file. It worked on our old host but now it doesn't.
Does anyone have IH2 working using ImageMagick instead of GDLib?
Thanks!
Re: Image Handler 2 Support
Quote:
Originally Posted by
BlessIsaacola
Also does IH2 need any of this PHP functions that are disabled?
Code:
passthru,exec,dl,proc_open,proc_close,popen,shell_exec,system
I'm not sure, but I doubt it.
Quote:
Originally Posted by
BlessIsaacola
... Okay, I solved my problem by turning off ImageMagick in the configuration file. It worked on our old host but now it doesn't.
Does anyone have IH2 working using ImageMagick instead of GDLib?
PS. I use add that IH is now acting as a user NOBODY when it creates folder which is different than the way it behaved on old host.
Are you sure your new host has ImageMagick available? As to user NOBODY, that's pretty standard user for the webserver/php to run under.
Re: Image Handler 2 Support
Moved to another host. Imagehandler 2 is giving errors in the featured products section, but works fine in the New Products Section.
I get the following error for every productuct in the featured products section.
Warning: imagejpeg() [function.imagejpeg]: Unable to open '/home/user/public_html/bmz_cache/c/cdc4e427060362cad6add69e49bfa92c.image.52x80.jpg' for writing in /home/user/public_html/includes/classes/bmz_image_handler.class.php on line 652
Zen Cart 1.3.7
Re: Image Handler 2 Support
Ahhh this rings a bell. I had the same thing when I moved. As you probably know bmz_cache must be set to 777. All the sub directories as well!
A trick is to just delete all subdirectories as imagehandler will built them again. Cache is all it is. But if they exist and are not 777 you will have problems.
Hope this helps...
Re: Image Handler 2 Support
Quote:
Originally Posted by
verdon
I'm not sure, but I doubt it.
Are you sure your new host has ImageMagick available? As to user NOBODY, that's pretty standard user for the webserver/php to run under.
Yes! ImageMagick is installed that I know for sure. Back to my question...anybody have this installed using ImageMagick that is activated in include/extra_configures/bmz_image_handler_conf.php and configured in Admin?
Re: Image Handler 2 Support
Not me -- my servers are strictly GD.
Quote:
Originally Posted by
BlessIsaacola
Back to my question...anybody have this installed using ImageMagick that is activated in include/extra_configures/bmz_image_handler_conf.php and configured in Admin?