Re: Image Handler 2 Support
Quote:
Originally Posted by
JRayfield
I just installed IH and am having the same exact problem with my site. I'm running ZC 1.3.8a (with security patches) and the latest release of IH.
My hosting service just downgraded my php from 5.3 to 5.2.11, because of compatibility issues with 5.3. I'm going to have them drop back to 5.2.9, if they can, and see if IH works correctly.
John Rayfield, Jr.
www.rayfield.net
Well as stated this is on my local pc, using win32 and PHP Version 5.2.4 older version. Really hate to update it as it was a real pain to get it all working as I wanted it local. Using ISS7 not apache hence the reason I thought it might be a windows path clich. I know some programs when they want the full system path adding the c:/ they just do not like...
Anyway still have concern as listed above, IH2 and Zen cart working fine just those paths not working....
Just a thought for the php greats. As the tab itself points correctly it is just the images do not show in search the code source on the admin page and searching the properties of the png, jpg, gif files it goes to this code in the admin/includes/image_handler.php file as follows:
Code:
if ($page == 'preview') {
$images = array();
$pngimage = new ih_image($ihConf['dir']['admin'] . 'images/ih-test.png', intval($ihConf['small']['width']), intval($ihConf['small']['height']));
$images['pngsource'] = $pngimage->get_resized_image(intval($ihConf['small']['width']), intval($ihConf['small']['height']), 'orig');
$images['pngsmall'] = $pngimage->get_resized_image($ihConf['small']['width'], $ihConf['small']['height'], 'small');
$images['pngmedium'] = $pngimage->get_resized_image($ihConf['medium']['width'], $ihConf['medium']['height'], 'medium');
$images['pnglarge'] = $pngimage->get_resized_image($ihConf['large']['width'], $ihConf['large']['height'], 'large');
Now does that point to the correct image IF the file directory was as follows to the admin (called source here):
Code:
define('DIR_WS_ADMIN', '/thequ003/store/source/'); and define('DIR_FS_ADMIN', 'C:\inetpub\wwwroot\thequ003\store\source/');
If it does then I am lost......:cry:
Re: Image Handler 2 Support
Quote:
Originally Posted by
bmccune
Well as stated this is on my local pc, using win32 and PHP Version 5.2.4 older version. Really hate to update it as it was a real pain to get it all working as I wanted it local. ...............................
If it does then I am lost......:cry:
Well Forget/ disregard all this my bad....... FIXED:yes:
I found I had the OLD version of IH2, I just ran across the archive about ver 7. I downloaded the original and installed it, did not know of the update as I went to the owners site to dl the file...
After removing the old and install the new version along with the mod admin_categoryproduct_images_v1-2.zip to show up in product info and found the archive about the settings now ALL WORKS BEAUTIFUL. No errors, no warnings no nothing, love it. Geezz understand the hair pulling by some.
I know it was my fault for not reading every posting, think I found it around #4000 or something. IF it would have been a first log or note somewhere in the start or even a new sticky somewhere stating something to the fact: Note: DO NOT USE AUTHOR version of IH2 look for and use ver 7 of IH2 (found in the DL section here Zen Cart™ Version: v1.3.8 Version: Ver 2.0 rev 7, then look for post #4008 by ckosloff for the settings All the hair lost by me and more than likely others could be averted. I am sure it is somewhere, missed it no doubt but here it is for all again. Worked for me, have no problems with IH2 now after re doing all as in the above...
Hope it helps someone else....:clap:
Re: Image Handler 2 Support
I just tested IH2 on PHP 5.3 and 5.3.1 and it works great.
Re: Image Handler 2 Support
Quote:
Originally Posted by
bmccune
In general you should ALWAYS check the download section for the latest versions of MOST modules BEFORE you go to the authors website.. It's not written here because it's one of the things you "learn" or "figure out" after you've been here a bit.. Now there are SOME modules where the version on the author's website is the most up to date version..
In the case of IH2, the original author is LONG gone, and so I won't be downloading ANYTHING from his site.. I personally always check BOTH the author's website (if it exists) to make SURE I have the latest version.. I also make a habit of reading through the support threads for the modules I use so I can have a FULL sense of where the modules stands before I download and install..
Hope that helps others..
Re: Image Handler 2 Support
There was already a link to the zen-cart download section on the front page of breakmyzencart. I've added an additional note to http://breakmyzencart.com/image-handler/ so people who read at least the first few lines on the page should know where to look for up to date versions. The site will still continue to exist, but I think the info is prominent enough.
Cheers
Tim
Re: Image Handler 2 Support
Quote:
Originally Posted by
timkroeger
There was already a link to the zen-cart download section on the front page of breakmyzencart. I've added an additional note to
http://breakmyzencart.com/image-handler/ so people who read at least the first few lines on the page should know where to look for up to date versions. The site will still continue to exist,
but I think the info is prominent enough.
Cheers
Tim
I think the very first blog post on your site covers it..:smile:
Quote:
Most up to date versions of image handler modified for current releases of zen-cart can be found in the
zen-cart.com download section. As I have no time to take care of this project, the zen-cart community has continued to support and keep image handler up to date. This page will still continue to exist though.
Re: Image Handler 2 Support
Quote:
Originally Posted by
timkroeger
There was already a link to the zen-cart download section on the front page of breakmyzencart. I've added an additional note to
http://breakmyzencart.com/image-handler/ so people who read at least the first few lines on the page should know where to look for up to date versions. The site will still continue to exist, but I think the info is prominent enough.
Cheers
Tim
Tim, I was delighted to read your post. It's been a very long time. Hope life is treating you well. Best wishes!
Re: Image Handler 2 Support
Quote:
Originally Posted by
DivaVocals
What you want is not part of IH2's features. You would need to have this custom coded for you..
I looked around forum for answer to this and keep getting re-directed back to this mod. I have Image Handler loaded. It works great. When I load one image and gives me larger one for product pages. On main page, it gives image with title as you hover over image. I would like the image/picture of the hover to stop. You can see it on my main page at www.burnerbooks.com. You have to go down to Specials and new products.
Will deleting stylesheet_image_hover and jscript_imagehover.js stop hover effect over main page images?
Re: Image Handler 2 Support
Quote:
Originally Posted by
kburner
I looked around forum for answer to this and keep getting re-directed back to this mod. I have Image Handler loaded. It works great. When I load one image and gives me larger one for product pages. On main page, it gives image with title as you hover over image. I would like the image/picture of the hover to stop. You can see it on my main page at
www.burnerbooks.com. You have to go down to Specials and new products.
Will deleting stylesheet_image_hover and jscript_imagehover.js stop hover effect over main page images?
You can turn off the hover effect from the admin..
Re: Image Handler 2 Support
Hi there
I'm having a problem with my additional images.
I have zen 1.3.8a and the last version of IH2.
Take a look on this page:
http://www.scrapparty-digishop.com/i...roducts_id=198
main image called: Akre_ARomanticNight.jpg
additionals called: Akre_ARomanticNight_01.jpg
and Akre_ARomanticNight_02.jpg
in my admin area... everything looks ok...
sorry if this problem was solved before... I just spend 8 hours searching and reading... and when I found a people with my same problem... the person don't post again... or just don't get a reply.... and like my main language is not english... I have a bit loss at this point...
thanks in advance...