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,642

Results 2,461 to 2,480 of 7,094
27 Mar 2008, 4:51 AM
#2461
wcironsales avatar

wcironsales

New Zenner

Join Date:
Sep 2005
Location:
Gladstone, Oregon
Posts:
40
Plugin Contributions:
0

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

zafer:

Hello

Quick question, How do you change premissions as you describe?

Zafer

There are several ways to change file permissions.

  1. Using Internet Explorer enter your domain address ftp://domainname.com use your username and password. Navigate to your public_html and into the folder or files you want to change permissions on. Right click and select properties. This should now be the permission and will allow you to change them by check marking boxes. Depending on your web server address maybe ftp://ftp.domainname.com or even ftp.domainname.com. Depending on browser and OS you may need to right click on the screen and select LOGIN AS...

  2. If you have access to CPANEL on your webserver. Mine CPANEL address is simular to: https://www.domainname.com/cpanel (this is case sensitive, I suggest lower case). Select File Manager and navigate simular to info above in item 1. Click on the name of a file or folder and you should get another menu at some location of your screen and select Change Permissions. Depending on CPANEL version you may need to right click on filename or folder name.

  3. Use a FTP program. I am not sure what is the suggested program nowadays, since I use the above 2 methods.

  4. Dreamweaver can also work by right clicking on server files.

27 Mar 2008, 4:53 AM
#2462
tophand avatar

tophand

Totally Zenned

Join Date:
Jan 2007
Location:
1.5 miles from Home
Posts:
674
Plugin Contributions:
0

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

wcironsales:

Before I upload an image the file permission is 644. My image/ folder permission and the bmz_cache/ folders are 755.

IH2 or GD Libraries changes the image permissions to 600 during upload on the webserver. (Vendio web hosting)

The main image even though permission is 600 will display properly including large.

Additional images do not load after IH2 uploades them with 600 permissions. Size is not the factor rather the permission 600 is the factor I beleive, or the mod files.

If I upload using FTP my images arrive on server as 644 which are viewable and IH2 appears to fully work.

All three items on this web site http://wcironsales.com/store have different examples included in the description.

What may be causing IH2 image uploads to 600 permission status?

600 Is user read & write only - not world wide web or group

Check with your host, I believe they have the server setup to change file permissions when something other then a FTP client uploads files.
It's a security (hacker) issue with them.

M

27 Mar 2008, 5:18 AM
#2463
hottytoddysummer avatar

hottytoddysummer

New Zenner

Join Date:
May 2006
Posts:
12
Plugin Contributions:
0

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

i am having troubles with the image hover. for some reason it only works on my reviews box.

http://69.89.31.203/~sugargig/sugarcart/

any ideas on how to fix?

27 Mar 2008, 9:21 AM
#2464
tophand avatar

tophand

Totally Zenned

Join Date:
Jan 2007
Location:
1.5 miles from Home
Posts:
674
Plugin Contributions:
0

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

hottytoddysummer:

i am having troubles with the image hover. for some reason it only works on my reviews box.

http://69.89.31.203/~sugargig/sugarcart/

any ideas on how to fix?

Looks like everything is working fine.

You do understand that the hover only works on the small product images?

M

27 Mar 2008, 10:07 AM
#2465
k4satin avatar

k4satin

New Zenner

Join Date:
Mar 2006
Location:
Sacramento, CA
Posts:
93
Plugin Contributions:
0

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

I'm having a problem with loading my additional images. I thought this had to do with Easy Populate, but I just realized that it seems to be a filepath issue.

I upload my products through Easy Populate, including the url for the main image. These images are uploaded and resized with no problem. If I then use IH2 through the admin to add an additional image, I get the following error:

Warning: move_uploaded_file(..public_html/images/products/jujube/beallblue_01.jpg) [function.move-uploaded-file]: failed to open stream: Permission denied in ..public_html/admin/includes/ih_manager.php on line 175

Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phpri97xf' to '..public_html/images/products/jujube/beallblue_01.jpg' in ..public_html/admin/includes/ih_manager.php on line 175
Error Unable to upload default image file.

As you can see, I have my image files organized in sub-folders within the image folder. Is there a way to tell IH to look for the 1st file in images/products/*/... (the last level depends on manufacturer) instead of directly in the 'images' folder? I tested one that I uploaded with EP with no sub-folders, and I was able to add an additional image through admin after the upload.

I have tried changing the permissions in ..public_html/admin/includes/ih_manager.php to 777 and still get the same error message. Line 175 of this file reads:

if ( !move_uploaded_file($source_name, $destination_name) ) {

I'm using zen 1.3.7, ih 2.0, and ep 1.2.5.4

I guess I've kind-of figured this out through writing this, but is there a fix without giving up my sub-directories in the image folder?

Thanks!

27 Mar 2008, 5:02 PM
#2466
hottytoddysummer avatar

hottytoddysummer

New Zenner

Join Date:
May 2006
Posts:
12
Plugin Contributions:
0

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

i understand that it only works on the small images but shouldn't it work on the "New Products for March" on my homepage and when you click on a category, shouldn't it work on those image?

27 Mar 2008, 5:58 PM
#2467
zafer avatar

zafer

New Zenner

Join Date:
Jan 2008
Posts:
50
Plugin Contributions:
0

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

Hello

I am trying to figure out why image handler does not enlarge images on my site.
I tried a few things like checking permissions, applying Post #999, deleting folders in BMZ Folder, checking image sizes. If anyone can give me advise, it would be much appreciated.

27 Mar 2008, 7:11 PM
#2468
tophand avatar

tophand

Totally Zenned

Join Date:
Jan 2007
Location:
1.5 miles from Home
Posts:
674
Plugin Contributions:
0

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

zafer:

Hello

I am trying to figure out why image handler does not enlarge images on my site.
I tried a few things like checking permissions, applying Post #999, deleting folders in BMZ Folder, checking image sizes. If anyone can give me advise, it would be much appreciated.

I answered your question in post #2470.
You are still missing a file.

M

27 Mar 2008, 8:36 PM
#2469
jerbroo avatar

jerbroo

New Zenner

Join Date:
Aug 2004
Location:
Austin
Posts:
47
Plugin Contributions:
0

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

The problem: multiple images would not show up even though they're named and placed correctly.

This affected my install of 1.3.8 install 3/25/08.
These contribs are installed:
editor__fckeditor_plugin_2-5
image-handler_2.0-zc137
ultimate_seo_urls_2-106
fast_and_easy_checkout
short_description
zen_lightbox_1-4

Around line 25 of additional_images.php:

$products_image_base = str_replace($products_image_extension . '$', '', $products_image);

replace with...

$extensionReg = '/' . $products_image_extension . '$/';
$products_image_base = preg_replace($extensionReg, '', $products_image);

str_replace doesn't accept regular expression args... preg_replace does.

27 Mar 2008, 11:35 PM
#2470
jgarrotef avatar

jgarrotef

New Zenner

Join Date:
Jan 2008
Posts:
11
Plugin Contributions:
0

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

jgarrotef:

still not working

doubble check and my image/medium and image/large folders have the watermarks includedd in the IH2 download

no pictures are created at bmz_cache folder, only folders were created i i delete thouse folders they are created again but only folders, no pictures

:(
Now is working !!the zen-cart!!! i re-install all components recomended during installatino setup and now IT'S WORKING !!!! :DDD

Only one dude when you pass your mause over aditional images it's use correct watermark (mdium) but whe you pass your mouse over "New Items" box pictures it uses wrong watermark

Could any one tell me what to change to fix it?

Really thanks it works so good ;)
my url: http://www.tecnorincon.com

27 Mar 2008, 11:39 PM
#2471
jgarrotef avatar

jgarrotef

New Zenner

Join Date:
Jan 2008
Posts:
11
Plugin Contributions:
0

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

jgarrotef:

Now is working !!the zen-cart!!! i re-install all components recomended during installatino setup and now IT'S WORKING !!!! :DDD

Only one dude when you pass your mause over aditional images it's use correct watermark (mdium) but whe you pass your mouse over "New Items" box pictures it uses wrong watermark

Could any one tell me what to change to fix it?

Really thanks it works so good ;)
my url: http://www.tecnorincon.com
SOLVED, Just i need to delete the bmz_cache contents and now it works PERFECTLY !!!!!

ITS REALLY GREAT MOD

VERY MUCH THANKS !!!

27 Mar 2008, 11:48 PM
#2472
zafer avatar

zafer

New Zenner

Join Date:
Jan 2008
Posts:
50
Plugin Contributions:
0

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

tophand:

Well, you didn't double check to see if you uploaded all the IH files.
You are missing one.

includes/templates/comstock/jscript/jscript_imagehover.js

> 
> Take care of this then see were how things work.
> 
> M

---------------

Thank you for advise
Image Hover Works now, but the image is still small, is there a way to enlarge the image?

Thank you again
28 Mar 2008, 1:26 AM
#2473
tophand avatar

tophand

Totally Zenned

Join Date:
Jan 2007
Location:
1.5 miles from Home
Posts:
674
Plugin Contributions:
0

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

zafer:


Thank you for advise
Image Hover Works now, but the image is still small, is there a way to enlarge the image?

Thank you again

Admin/Configuration/images
Make changes at:
Product Info - Image Width
Product Info - Image Height

Note that Product Info is the setting for Medium images so this is a global effect.

M

28 Mar 2008, 1:30 AM
#2474
tophand avatar

tophand

Totally Zenned

Join Date:
Jan 2007
Location:
1.5 miles from Home
Posts:
674
Plugin Contributions:
0

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

hottytoddysummer:

i understand that it only works on the small images but shouldn't it work on the "New Products for March" on my homepage and when you click on a category, shouldn't it work on those image?

So what did you have to do to get it to work?

M

28 Mar 2008, 1:38 AM
#2475
digidiva_kathy avatar

digidiva_kathy

Zen Follower

Join Date:
May 2006
Posts:
323
Plugin Contributions:
0

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

On Summer's cart, the small image size was different than the new products image size and some of the other small sizes that should have the hover effect. They have to match the small image size for it to work :) .

28 Mar 2008, 2:22 AM
#2476
tophand avatar

tophand

Totally Zenned

Join Date:
Jan 2007
Location:
1.5 miles from Home
Posts:
674
Plugin Contributions:
0

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

digidiva-kathy:

On Summer's cart, the small image size was different than the new products image size and some of the other small sizes that should have the hover effect. They have to match the small image size for it to work :) .

:D Knew that, tried to point Summer that way in a early post.

M

28 Mar 2008, 3:00 AM
#2477
digidiva_kathy avatar

digidiva_kathy

Zen Follower

Join Date:
May 2006
Posts:
323
Plugin Contributions:
0

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

Wonder why, though, it doesn't work on the "Customers who purchased this item also purchased" images...the little plus sign is there, but I don't get the hover. It works on additional images on the same page.

30 Mar 2008, 1:04 AM
#2478
kbmets7 avatar

kbmets7

Zen Follower

Join Date:
Jan 2008
Posts:
89
Plugin Contributions:
0

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

tophand:

Admin/Configuration/images
Make changes at:
Product Info - Image Width
Product Info - Image Height

Note that Product Info is the setting for Medium images so this is a global effect.

M

I increased the size of the above... as well as:

Image - Product Listing Width
Image - Product Listing Height

But now the image hover no longer works. When I change it back it works. How can I get the image hover to work, while increasing the above sizes?

30 Mar 2008, 12:56 PM
#2479
kent avatar

kent

New Zenner

Join Date:
Jan 2008
Posts:
33
Plugin Contributions:
0

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

IH2 is installed an working great. I have a question regarding the "tool tip" hover I'm seeing. eg:

http://Store.KentBarrett.com/

(The Categories view is default for the store). When hovered the cursor grows a little yellow dialog that displays the image ALT text. This is distracting and redundant as the images are titled.

On the product listing page eg

http://store.kentbarrett.com/index.php?main_page=index&cPath=1_3

There is no hovering tool tip, and here it would actually be useful.

On product Info page the tool tip is back, and very redundant when it appears on the additional image, since the page has the image title, the fly-out hover image has the image title and the tool tip has the image title. A bit much. And it also appears on all navigation buttons, again redundant as the nav buttons are text.

So, first of all, is this IH2 that's doing it, and if so what I would like is the tool tip to not appear at all, or perhaps just on the Product Listing page images. And I don't se how. Any ideas?

Thanx

31 Mar 2008, 6:37 PM
#2480
wcironsales avatar

wcironsales

New Zenner

Join Date:
Sep 2005
Location:
Gladstone, Oregon
Posts:
40
Plugin Contributions:
0

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

Image Handler 2 when adding an item in **Catalog/Products **image uploaded works fine and file permissions is 777 same as image/ folder.

When I use **Tools/Image Handler2 **it uploads images with file permissions 600 which will not work without changing permissions.

Any ideas what files are wrong on my system?

My Host says it's a Zen Cart / Image Handler 2 issue and not a server problem.

Actual IH2 files I'm using can be accessed at: http://wcironsales.com/ih2

Maybe you or someone can make available your IH2 version files that replace 1.3.8a files shown below.

admin/includes/modules/category_product_listing.php
includes/modules/pages/popup_image/header_php.php
includes/modules/pages/popup_image_additional/header_php.php
includes/modules/additional_images.php
includes/modules/main_product_image.php
includes/templates/template_default/popup_image_additional/tpl_main_page.php

And others if I did not list them above. My records show that the above are the only ones overwritten by IH2 with Zen Cart 1.3.8a and 1.3.7.1