Re: Image Handler 2 Support
Hello, please, give a solution for my trouble...
Firt of all I have installed IH2 on my shop after that, Lightbox. I did not pay enough att to all the products on my site but... when I enable IH2 some strange things happend. First of all, on a 2nd category nothing is showed up... i can post some print screens because I turn off IH ...
1: With IH2 enabled has to be like this: Without IH2 enabled
2: With IH2 enabled has to be like this: Without IH2 enabled
and the examples may continue...
The strange thing is that it works on some categories and products, but in others not.
PLEASE HELP!!!
P.S. I search a lot, I did a lot o "fixes"... nothing works. I am thinking maybe is because of Lightbox... I don`t know, I need profesional help :smile:
Re: Image Handler 2 Support
Quote:
Originally Posted by
minute
Hello, please, give a solution for my trouble...
Firt of all I have installed IH2 on my shop after that, Lightbox. I did not pay enough att to all the products on my site but... when I enable IH2 some strange things happend. First of all, on a 2nd category nothing is showed up... i can post some print screens because I turn off IH ...
1:
With IH2 enabled has to be like this:
Without IH2 enabled
2:
With IH2 enabled has to be like this:
Without IH2 enabled
and the examples may continue...
The strange thing is that it works on some categories and products, but in others not.
PLEASE HELP!!!
P.S. I search a lot, I did a lot o "fixes"... nothing works. I am thinking maybe is because of Lightbox... I don`t know, I need profesional help :smile:
Filesize and dimensions of your product images?
Re: Image Handler 2 Support
Let`s say that one of the pictures is 800x1199 and 45.8 KB
This could be the problem?
Re: Image Handler 2 Support
I change the dimmension of the picture, I make all smaller by 50% and is still the same...
Re: Image Handler 2 Support
Quote:
Originally Posted by
testuser
Path bug...
All you need to do is ad the path to it, basically changing it to:
Code:
require_once('includes/classes/bmz_gif_info.class.php');
That will do the trick.
Derek
Re: Image Handler 2 Support
Sorry, cand you be more exactly? Please... I don`t know where to add you code. Millions of thanks!
Re: Image Handler 2 Support
Quote:
Originally Posted by
Dehaw
All you need to do is ad the path to it, basically changing it to:
Code:
require_once('includes/classes/bmz_gif_info.class.php');
That will do the trick.
Derek
Actually better with this code, this will solve admin errors too:
Code:
require_once(DIR_FS_CATALOG.DIR_WS_CLASSES.'bmz_gif_info.class.php');
so open up /includes/classes/bmz_image_handler.class.php
and change line 12 from
Code:
require_once(bmz_gif_info.class.php');
to
Code:
require_once(DIR_FS_CATALOG.DIR_WS_CLASSES.'bmz_gif_info.class.php');
that will solve the openbase_dir problems.
Hope this helps
Derek Buntin
Re: Image Handler 2 Support
It does not help. I did the change but nothing happend. Any other solution?
Re: Image Handler 2 Support
Quote:
Originally Posted by
minute
It does not help. I did the change but nothing happend. Any other solution?
Hi Minute,
What do you mean? whats your problem? openbase_dir?
I just did this exact same thing on a clients website and it works perfectly, are you following the correct instructions?
Thanks
Derek
Re: Image Handler 2 Support
Hello
I am having a weird problem with image handler & 1.38a, everything was working fine and then for some reason the medium images are no longer being correctly resized.
Clean install of 1.38a, seo urls added, then image handler, then admin profiles (my 3 zen must haves!!) everything was working this afternoon (and for the last week) and now the medium pics are being resized by zen (as in the medium pics are showing as jaggy - like how zen would resize a pic forcing it to display smaller) even though the paths are showing as coming from the BMZ folder, small images & large images are fine.
Cannot see how or where to fix this.
Any help appreciated