Page 198 of 710 FirstFirst ... 98148188196197198199200208248298698 ... LastLast
Results 1,971 to 1,980 of 7099
  1. #1971
    Join Date
    Dec 2005
    Location
    Australia
    Posts
    772
    Plugin Contributions
    0

    red flag Re: Image Handler 2 Support

    Hi Kuroi,

    I think the main problem is the product has a very short original image filename (tee.jpg). I am worried that IH2 might mess up quite a lot of my other product images. I will have to check but so far I found only one. I name a lot of my product images according to brands or styles. So if I have 3 different types of CK T shirts. All of the images will start with ck-tee-, for example:

    For 1st product titled as CK Tee V Neck, I have these pictures.
    ck-tee-v-neck.jpg (original)
    ck-tee-v-neck-2.jpg (uploaded and displayed in description)
    ck-tee-v-neck-3.jpg (uploaded and displayed in description)
    So according to your explanation, the uploaded ck-tee-v-neck-2.jpg and ck-tee-v-neck-3.jpg will become additional images of the original ck-tee-v-neck.jpg. But I checked some products, this does not seem true.

    For some products, say 2nd product titled as CK Tee Long Sleeve, I have these pictures.
    ck-tee-long-sleeve-3.jpg (original)
    ck-tee-long-sleeve-2.jpg (uploaded and displayed in description)
    ck-tee-long-sleeve.jpg (uploaded and displayed in description)
    Will the uploaded ck-tee-long-sleeve-2.jpg and ck-tee-long-sleeve.jpg become additional images of ck-tee-long-sleeve-3.jpg?
    Using zencart v.1.3.9e
    Website: http://www.dealbyethan.com
    Email: admin AT dealbyethan DOT com

  2. #1972
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Image Handler 2 Support

    Quote Originally Posted by dealbyethan.com View Post
    I am worried that IH2 might mess up quite a lot of my other product images.
    This is nothing to do with Image Handler. It's how the underlying Zen Cart code recognises an additional image.

    Quote Originally Posted by dealbyethan.com View Post
    I name a lot of my product images according to brands or styles. So if I have 3 different types of CK T shirts. All of the images will start with ck-tee-, for example:

    For 1st product titled as CK Tee V Neck, I have these pictures.
    ck-tee-v-neck.jpg (original)
    ck-tee-v-neck-2.jpg (uploaded and displayed in description)
    ck-tee-v-neck-3.jpg (uploaded and displayed in description)
    So according to your explanation, the uploaded ck-tee-v-neck-2.jpg and ck-tee-v-neck-3.jpg will become additional images of the original ck-tee-v-neck.jpg. But I checked some products, this does not seem true.
    Provided you have entered ck-tee-v-neck.jpg as the image for the product, and have not changed the additional_images module in Zen Cart, this is how it works, except that it doesn't link the images together. What happens is that when the product info page is called, the additional images module then trawls your images folder for any images that start in the same way as the product image and calls the additional images template to display them. Do you have actual examples where this doesn't appear to be working?

    Quote Originally Posted by dealbyethan.com View Post
    For some products, say 2nd product titled as CK Tee Long Sleeve, I have these pictures.
    ck-tee-long-sleeve-3.jpg (original)
    ck-tee-long-sleeve-2.jpg (uploaded and displayed in description)
    ck-tee-long-sleeve.jpg (uploaded and displayed in description)
    Will the uploaded ck-tee-long-sleeve-2.jpg and ck-tee-long-sleeve.jpg become additional images of ck-tee-long-sleeve-3.jpg?
    I'm not sure what yuou mean by uploaded and displayed in description. Do you mean that you have embedded them in the product description? In any case, if ck-tee-long-sleeve-3.jpg has been entered as the product's image then ck-tee-long-sleeve-2.jpg and ck-tee-long-sleeve.jpg will be ignored as additional images as their base names ck-tee-long-sleeve-2 and ck-tee-long-sleeve and not extensions of ck-tee-long-sleeve-3.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  3. #1973
    Join Date
    Dec 2005
    Location
    Australia
    Posts
    772
    Plugin Contributions
    0

    red flag Re: Image Handler 2 Support

    Hi Kuroi,

    Thanks for your explanation. I am starting to getting a better understanding on how additional image module on ZenCart works and the problem I am having is not due to IH2.

    Provided you have entered ck-tee-v-neck.jpg as the image for the product, and have not changed the additional_images module in Zen Cart, this is how it works, except that it doesn't link the images together. What happens is that when the product info page is called, the additional images module then trawls your images folder for any images that start in the same way as the product image and calls the additional images template to display them. Do you have actual examples where this doesn't appear to be working?
    ck-tee-v-neck.jpg is the image for the product. I have not changed the additional_image module. When I said the additional image module did not work, I mean I didn't see additional images in the product info page. Could this be because I put the pictures in /images/ck folder instead of in /image folder? A good example can be seen here:
    http://www.dealbyethan.com/index.php...oducts_id=2464
    Using zencart v.1.3.9e
    Website: http://www.dealbyethan.com
    Email: admin AT dealbyethan DOT com

  4. #1974
    Join Date
    Nov 2007
    Posts
    3
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by tophand View Post
    Have you made sure you upload "all" the IH files and are not corrupt?
    You are missing a stylesheet.
    Right now IH is not working on your site, so have you installed it from the admin?
    Admin-->Tools-->Image Handler-->Admin
    If installed then click the link to uninstall.
    (Note: You are not deleting any files by doing this)
    After the page refreshes, you can click the link to install.

    M
    Thank your for your answer...
    I deinstalled ih2 and uploaded all files again (after I have downloaded them again).
    Than I installed it via admin as you described and uploads new images via admin/imagehandler2 .... but no better quali. I have imagemagick installed on our server and wrote $ihConf['im_convert'] = '/usr/bin/convert'; into the bmz_image_handler_conf.php....

    don't know, what I could do more.....

  5. #1975
    Join Date
    Oct 2007
    Posts
    43
    Plugin Contributions
    0

    Default Re: No Image Handler information found error

    I had this same problem as these two other users, just wanted to post the fix I found (simple) in case it helps anyone else. My IH2 simply stopped working one day, and I got this same message "No Image Handler information found."

    After backing up everything, I tried the easiest thing first - in the IH manager screen, there is a link that says "Install Image Handler." I tried that (even though it WAS previously installed) and voila - back to working as normal. Thank goodness.

    Hope this many help anyone else with same problem.

    Best,
    patrick








    Originally Posted by wasana View Post
    more strange and hard to get answer for problem(s)

    Everything was working great - but now my IH2 manager has stopped working - from admin/tools/image handler I get "No Image Handler information found." - if I go into IH Manager to pull up a product, the category shows but then if I use the dropdown it bounces back to IH admin screen.

    The only file used by IH that was changed recently was the html_output.php - I added rollover button affects. The site works fine - both IH and rollover buttons but IH2 Admin is not working....

    (this is killing me I've got about 50 products with multiple images I need to get loaded)

    advice? ideas?

    edit: well, at least I can now use the traditional zencart approach of using FTP to add LRG and additional images - whic IH does optimize - this did not work when I initially installed the contribution... I still recommend IH to people but it is quirky....
    I have this EXACT same issue, any fix for this yet?

  6. #1976
    Join Date
    May 2007
    Posts
    95
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Originally Posted by Xaria View Post
    I tried to install IH2 on my server.
    I uploaded all the required files to the respective folder. Now when I go to my admin interface I get the following warning and error:

    Warning: require_once(C:/Program Files/xampp/htdocs/ox/includes/extra_configures/bmz_image_handler_conf.php) [function.require-once]: failed to open stream: No such file or directory in C:\Program Files\xampp\htdocs\ox\admin\includes\extra_configu res\bmz_image_handler_conf.php on line 12

    Fatal error: require_once() [function.require]: Failed opening required 'C:/Program Files/xampp/htdocs/ox/includes/extra_configures/bmz_image_handler_conf.php' (include_path='.;C:\Program Files\xampp\php\pear\') in C:\Program Files\xampp\htdocs\ox\admin\includes\extra_configu res\bmz_image_handler_conf.php on line 12
    You missed bmz_image_handler_conf.php ... check and make sure it's there. Make sure you didn't miss it under the includes folder as well.
    nah.. the files are uploaded I didn't miss any files I checked that thrice!!!!

  7. #1977
    Join Date
    Oct 2004
    Location
    Houston, TX
    Posts
    782
    Plugin Contributions
    4

    Default Re: Image Handler 2 Support

    Quote Originally Posted by Xaria View Post
    nah.. the files are uploaded I didn't miss any files I checked that thrice!!!!
    Check and make sure this file exists in both the admin and store includes folders.

  8. #1978
    Join Date
    May 2007
    Posts
    95
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Checked again... The file is present in both admin and catalog folder.

  9. #1979
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    I just upgraded to 1.3.8 (from 1.3.7.1) and I'm no longer getting my watermarks on the medium and large images. The watermark images are there. Any thoughts?
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

  10. #1980
    Join Date
    Dec 2007
    Posts
    1
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    simple question, where is the switch where I turn on the mouse rollover zooms?
    i lost it on the the purple shirt http://www.wallychamp.com/store/

 

 

Similar Threads

  1. v150 Image Handler 4 (for v1.5.x) Support Thread
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 1687
    Last Post: 17 Nov 2024, 07:26 PM
  2. v139h Image Handler 3 Support Thread (for ZC v1.3.9)
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 1095
    Last Post: 2 Oct 2017, 12:42 PM
  3. Image Handler Support Please
    By nadinesky in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 30 Sep 2013, 03:47 PM
  4. Image handler only covers part of screen
    By shaneburton in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 14 May 2009, 07:15 PM
  5. Is Image Handler the only way to go?
    By wwwursa in forum Installing on a Windows Server
    Replies: 2
    Last Post: 23 Dec 2007, 09:22 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR