Zen Cart Logo
Forums / All Other Contributions/Addons / Image Handler 2 (for ZC v1.3.8 ONLY) Support

Image Handler 2 (for ZC v1.3.8 ONLY) Support

Views: 2,510,545

Results 841 to 860 of 7,094
25 Jan 2007, 4:39 PM
#841
sunabac avatar

sunabac

Zen Follower

Join Date:
Dec 2006
Location:
Summer:Ontaio, Winter:Texas
Posts:
211
Plugin Contributions:
0

Image Handler 2 (for ZC v1.3.8 ONLY) Support

Picci:

In the code you sent you have a typo here:

handler.ph p

Check and see why the space is in the php extension

this is what's in the file (I have not changed anything in it)

<?php /** * functions_bmz_image_handler.php * call to include IH2 functions from catalog * * @author Tim Kroeger <[[email protected]](mailto:"[email protected]")> * @copyright Copyright 2005-2006 breakmyzencart.com * @license <http://www.gnu.org/licenses/gpl.txt> GNU General Public License V2.0 * @version $Id: functions_bmz_image_handler.php,v 1.4 2006/05/01 12:11:47 tim Exp $ */ require_once(DIR_FS_CATALOG . DIR_WS_FUNCTIONS . 'extra_functions/functions_bmz_image_handler.php'); global $ihConf; $ihConf['dir']['admin'] = preg_replace('/^\/(.*)/', '$1', (($request_type == 'SSL') ? DIR_WS_HTTPS_ADMIN : DIR_WS_ADMIN));
25 Jan 2007, 5:05 PM
#842
afo avatar

afo

Totally Zenned

Join Date:
Aug 2004
Location:
New York City
Posts:
6,800
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

I've just started playing the IH2 and, so far, it's pretty impressive! The image quality on the site in my sig needs to be improved and I think IH2 will help in that respect, but I don't seem to be able to get the hover feature working. I'm testing IH2 elsewhere and the watermarks and resizing work perfectly, but I don't get an image when I hover over the small image. I get the product name, so that's got to be a clue. Any ideas? Once I get that sorted, I'll start using it for the live site.

If this has been asked/answered before, I apologize for asking again, but I couldn't find it in the documentation and this thread is over 50 pages! :shocking:

25 Jan 2007, 7:50 PM
#843
misty avatar

misty

Inactive

Join Date:
Apr 2004
Location:
UK
Posts:
5,752
Plugin Contributions:
1

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

Any ideas?
Afo, similiar problem..using ZenCart 1.37..working fine using Firefox,
but not IE6 or 7..using latest IH2 download dated 16.09.2006..
have installed 4 times..but as working in firefox, me thinks a javascript
problem is reason re IE
:lamo:

25 Jan 2007, 7:51 PM
#844
afo avatar

afo

Totally Zenned

Join Date:
Aug 2004
Location:
New York City
Posts:
6,800
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

misty:

Afo, similiar problem..using ZenCart 1.37..working fine using Firefox,
but not IE6 or 7..using latest IH2 download dated 16.09.2006..
have installed 4 times..but as working in firefox, me thinks a javascript
problem is reason re IE
:lamo:

It's not working in IE or FF for me, so that's not the problem. I get the watermark and the zoom overlay, but no image on hover.

25 Jan 2007, 9:55 PM
#845
gilby avatar

gilby

Totally Zenned

Join Date:
Aug 2005
Location:
Vic, Oz
Posts:
1,816
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

welshop.com:

Hi gilby

I read your post above and I am interested in how I would prevent IH2 from move images from "images/original" to "images" as when I do it, they just get deleted. (Same things as CTCentral is experiencing)

Also can you confirm that IH2 moves all images in the BMZ directory? (I assume thats what the Check for old versions of IH link does in Admin - not sure what the cache option does.)

Cheers
Brinley

IH2 will not move images from "images/original" to "images" unless you allow it to. Don't do it as It doesn't work right.
I manually use ftp to move them.

From what I can work out IH2 resizes the images in the "images" directory and caches them in the bmz* directories.

It will also resize & cache the medium & large images providing you don't already have medium & large images in the "medium" & "large" directories.
If you have you will have to delete them (I saved them to a different directory, just in case) before IH2 will create & cache them.
This part is logical really as it allows you to use a different image for the med & lge images

Clearing the cache does exactly that, it deletes all the cached images, forcing them to be recreated next time they are accessed. You need to this if you are playing with the image sizes as IH2 creates unique names for each image size and you will end up with lots of different size images that need to be cleaned out.

26 Jan 2007, 3:32 PM
#846
kbalona avatar

kbalona

Zen Follower

Join Date:
Oct 2006
Posts:
213
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

I just installed Image Handler, and I have a little problem. I want it to watermark my images, so in Configuration>Images I set it to watermark Small, Medium & large. But it's only watermarking the small ones! How do I make it watermark medium & Large? I tried clearing the image cache, didn't help. Also, where do I set the size for medium & large images? Is there a place to do that?
thanks

26 Jan 2007, 4:14 PM
#847
afo avatar

afo

Totally Zenned

Join Date:
Aug 2004
Location:
New York City
Posts:
6,800
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

afo:

It's not working in IE or FF for me, so that's not the problem. I get the watermark and the zoom overlay, but no image on hover.

WOOT! I found the problem. I discovered I was getting javascript errors in FF and decided to go through the download files again to make sure I didn't forget to upload something. :shocking: I did! I found includes\templates\templated_default\jscript\jscript_imagehover.js hadn't been uploaded. I FTPed it to the site and PRESTO! The hover works! :cool:

26 Jan 2007, 6:36 PM
#848
kbalona avatar

kbalona

Zen Follower

Join Date:
Oct 2006
Posts:
213
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

w00t!! I fixed my problem, too. I deleted Img Handler and reuploaded & reinstalled, then re up loaded all my pics, too. Now the watermarks show up fine.

1 Feb 2007, 12:01 PM
#849
pablosan avatar

pablosan

Zen Follower

Join Date:
Jan 2007
Location:
Bellingham, Wa
Posts:
171
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

Getting error:

Error!

**Unable to determine the page link!

Function used:

zen_href_link('', '', 'NONSSL')

**When adding a large image in addition to the small image.

No answers in thread.
Anybody got an idea?

1 Feb 2007, 8:40 PM
#850
sunabac avatar

sunabac

Zen Follower

Join Date:
Dec 2006
Location:
Summer:Ontaio, Winter:Texas
Posts:
211
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

Fatal error: require() [function.require]: Failed opening required 'includes/ih_manager.php' (include_path='.;C:\Program Files\xampp\php\pear') in C:\Program Files\xampp\htdocs\ZZZZ\admin\image_handler.php on line 153

L153: require('includes/ih_manager.php');

I am running:
GD Version - bundled (2.0.28 compatible)
** PHP Version: **5.2.0 (Zend: 2.2.0)

Do I need to install something else??

1 Feb 2007, 9:05 PM
#851
sunabac avatar

sunabac

Zen Follower

Join Date:
Dec 2006
Location:
Summer:Ontaio, Winter:Texas
Posts:
211
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

Sunabac:

Fatal error: require() [function.require]: Failed opening required 'includes/ih_manager.php' (include_path='.;C:\Program Files\xampp\php\pear') in C:\Program Files\xampp\htdocs\ZZZZ\admin\image_handler.php on line 153

L153: require('includes/ih_manager.php');

I am running:
GD Version - bundled (2.0.28 compatible)
** PHP Version: **5.2.0 (Zend: 2.2.0)

Do I need to install something else??
ups, I was missing a file... sorry about this

2 Feb 2007, 3:00 AM
#852
rlexyd avatar

rlexyd

Zen Follower

Join Date:
Nov 2006
Location:
Sydney, Australia
Posts:
460
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

Hi,

I just installed a fresh version of zencart 1.3.7.
The I installed the IH2 in the downloads area..

Everything is well, I clicked instal IH in Admin and it installed.

Now whenever I click the I icon or the Tools>Image Handlre I get this Error...

Warning: main(includes/ih_manager.php) [function.main]: failed to open stream: No such file or directory in /home/roydahda/public_html/catalog/admin/image_handler.php on line 153

Warning: main(includes/ih_manager.php) [function.main]: failed to open stream: No such file or directory in /home/roydahda/public_html/catalog/admin/image_handler.php on line 153

Fatal error: main() [function.require]: Failed opening required 'includes/ih_manager.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/roydahda/public_html/catalog/admin/image_handler.php on line 153

Any one what the problem is??

Also, I installed the Australia Post module...
All seems good but in Shipping Modules>AusPARCEL Post....The Shipping Zones is FLORIDA?

It is not giving the option to choose Australia or Worldzones?

Please Help.
www.roydahdah.com/catalog

3 Feb 2007, 12:58 PM
#853
woodymon avatar

woodymon

Totally Zenned

Join Date:
Sep 2004
Posts:
2,309
Plugin Contributions:
1

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

rlexyd:

I just installed a fresh version of zencart 1.3.7. The I installed the IH2 in the downloads area.. Everything is well, I clicked instal IH in Admin and it installed. Now whenever I click the I icon or the Tools>Image Handlre I get this Error...

A good hint appears repeatedly within the error message:

"No such file or directory in /home/roydahda/public_html/catalog/admin/image_handler.php"

which indicates Image Handler cannot find the file "image_handler.php" within /home/roydahda/public_html/catalog/admin/

Double check to ensure the file is contained within the /admin directory.

On a related note it appears your shop directory structure is not set-up quite correctly (it will work but will likely cause you difficulty in the future if not corrected). That is, instead of naming the directory which your zen cart is installed as "catalog", better to name the directory with your shopname or something similar.

e.g. /home/youraccountname/public_html/yourshopname/

Then the path to your admin directory will be:
/home/youraccountname/public_html/yourshopname/admin/

And the path to your "catalog" directory will be:
/home/youraccountname/public_html/yourshopname/includes/

With many mods install instructions, you will often observe the word "catalog" is used in context of specifying an EXAMPLE directory path, indicating the includes directory one level down from the shop root directory (e.g. /yourshopname/includes) to differentiate from /admin/includes. But in this regard the word catalog is not to be applied so literally.

Regarding your shipping mod question please do post your issue to the appropriate forum support thread. :)

Woody

3 Feb 2007, 1:26 PM
#854
merlinpa1969 avatar

merlinpa1969

Totally Zenned

Join Date:
Mar 2004
Posts:
13,031
Plugin Contributions:
4

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

More coffee woody, LOL

make sure that you uploaded (includes/ih_manager.php)

3 Feb 2007, 1:35 PM
#855
woodymon avatar

woodymon

Totally Zenned

Join Date:
Sep 2004
Posts:
2,309
Plugin Contributions:
1

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

Merlinpa1969:

More coffee woody, LOL
make sure that you uploaded (includes/ih_manager.php)
Egads! Thanks for the correction Merlin. Yes I got that flat *** backwards, copy and pasting the wrong path from rlexyd's error message. Maybe too much coffee already ;-)

4 Feb 2007, 5:45 AM
#856
pablosan avatar

pablosan

Zen Follower

Join Date:
Jan 2007
Location:
Bellingham, Wa
Posts:
171
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

Pablosan:

Getting error:

Error!

**Unable to determine the page link!

Function used:

zen_href_link('', '', 'NONSSL')

**When adding a large image in addition to the small image.

No answers in thread.
Anybody got an idea?

Must be a link missing. Anyone know what I need to do to fix this?

5 Feb 2007, 1:05 AM
#857
intelcos avatar

intelcos

Totally Zenned

Join Date:
Apr 2004
Location:
Montreal
Posts:
584
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

Ok, here goes another posty...

Installed ok with no issues. Also using Tabbed lite contrib as well. Issue is that the mouseover zoom for the image inside the tab does not seem to work, in fact it doesn't work.lol

Got the small mouse over working, but is there a way to change the zoom ratio or to select the med image on mouseover?

see here

7 Feb 2007, 2:25 PM
#858
woodymon avatar

woodymon

Totally Zenned

Join Date:
Sep 2004
Posts:
2,309
Plugin Contributions:
1

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

Pablosan:

Must be a link missing. Anyone know what I need to do to fix this?
A number of potential solutions were mentioned in this thread. Search thread on a portion of your error message to locate the relevant posts.

8 Feb 2007, 4:27 PM
#859
tbrides avatar

tbrides

Zen Follower

Join Date:
Oct 2006
Posts:
198
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

hello fellow image handlers :)

i love this mod

i've had it installed a while now

i'm on ZC v 1.3.7

since i've changed the size of Image - Featured Products Width & Hight its no longer working

see here for front of store and see here for product listings example

please see attached for my settings

8 Feb 2007, 10:15 PM
#860
gilby avatar

gilby

Totally Zenned

Join Date:
Aug 2005
Location:
Vic, Oz
Posts:
1,816
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

tbrides:

hello fellow image handlers :)

i love this mod

i've had it installed a while now

i'm on ZC v 1.3.7

since i've changed the size of Image - Featured Products Width & Hight its no longer working

see here for front of store and see here for product listings example

please see attached for my settings

If you mean the popup no longer works its because this feature only works on "small image size" images.
In your case thats 130px wide
Your featured product are 172px wide
For this feature to work they must be the same size
Change your small image size to 172px wide and it will work. (of course this will alter all your product images as well)