Page 103 of 710 FirstFirst ... 35393101102103104105113153203603 ... LastLast
Results 1,021 to 1,030 of 7099
  1. #1021
    Join Date
    Jan 2007
    Location
    1.5 miles from Home
    Posts
    674
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by jettrue View Post
    Well, on my site that wasn't popping up when I hovered, the height was 57, on the site that was popping up, was 80. I changed the one that was popping to 57, and voila, it stopped popping, and when I changed the one that wasn't popping to 80, it started, so then I started experimenting with different values. Odd didn't, even did, LOL!

    I love troubleshooting, LOL! (especially when I figure it out)
    Thanks!
    Been working on this for weeks and a simple change like this and bingo.

    Mark

  2. #1022
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Idea or Suggestion Re: Image Handler 2 Support

    Eureka!! I got it (referring to the post I made on page 202 of this thread) fixed all by myself!!

    on lines 70 & 71 of jscript_imagehover.js,

    I changed:

    trailstyle.left = "-2000px";
    trailstyle.top = "-2000px";

    to:

    trailstyle.left = "2000px";
    trailstyle.top = "2000px";

    without the "-", changing it from a negative to a positive number, and all is well in IE!!

    Hope this helps somebody else to solve their IE problems
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  3. #1023
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Image Handler 2 Support

    Never mind.......it not only took away the error, but it added about 2000 pixels to the width of my page. DAMN!! Back to the drawing board.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  4. #1024
    Join Date
    Aug 2005
    Location
    Cincinnati
    Posts
    334
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Right on, Mark. I was in the same boat until 2 minutes ago. I was about to report back and tell you all that the width/height settings change wasn't working for me, but then I tried changing the Product Listing widths and heights. They were originally set at 100 and 80, and I changed them to 106 and 88 ... no odd numbers before nor after, but it did the trick. Suddenly, the showtrails script is finally appearing, and all my thumbs are zooming as they should. Go figure!
    Quote Originally Posted by tophand View Post
    Thanks!
    Been working on this for weeks and a simple change like this and bingo.

    Mark

  5. #1025
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by BlessIsaacola View Post
    Okay, after reading 81 pages with no eminent solution I thought I'd post my problem.

    We used to have IH2 on a different host and it worked flawlessly. I have since moved to another host and now IH2 doesn't work.

    You can see here at http://www.clevershoppers.com IH looks like it's creating images because if you click on properties it will show you the image location and filename. However, when I login to the server there is absolutely zero file created in any of the various folders in bmz_cache.

    I have set permission to 777 on bmz_cache and all the sub-folders
    I have clear cache and uninstall and reinstall IH2 from the admin side.

    It appears that the script is doing everything but actually generating the image.

    I should add that I also edited the config file to use ImageMagic.

    Any help in troubleshooting this is greatly appreciated.

    Thanks!

    PS. I use add that IH is now acting as a user NOBODY when it creates folder which is different than the way it behaved on old host.

    Okay, I solved my problem by turning off ImageMagick in the configuration file. It worked on our old host but now it doesn't.

    Does anyone have IH2 working using ImageMagick instead of GDLib?

    Thanks!

  6. #1026
    Join Date
    May 2004
    Location
    Northern Ontario, Canada
    Posts
    440
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by BlessIsaacola View Post
    Also does IH2 need any of this PHP functions that are disabled?
    Code:
    passthru,exec,dl,proc_open,proc_close,popen,shell_exec,system
    I'm not sure, but I doubt it.

    Quote Originally Posted by BlessIsaacola View Post
    ... Okay, I solved my problem by turning off ImageMagick in the configuration file. It worked on our old host but now it doesn't.

    Does anyone have IH2 working using ImageMagick instead of GDLib?

    PS. I use add that IH is now acting as a user NOBODY when it creates folder which is different than the way it behaved on old host.
    Are you sure your new host has ImageMagick available? As to user NOBODY, that's pretty standard user for the webserver/php to run under.

  7. #1027
    Join Date
    Jun 2005
    Location
    Cheney WA
    Posts
    1,134
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Moved to another host. Imagehandler 2 is giving errors in the featured products section, but works fine in the New Products Section.

    I get the following error for every productuct in the featured products section.

    Warning: imagejpeg() [function.imagejpeg]: Unable to open '/home/user/public_html/bmz_cache/c/cdc4e427060362cad6add69e49bfa92c.image.52x80.jpg' for writing in /home/user/public_html/includes/classes/bmz_image_handler.class.php on line 652

    Zen Cart 1.3.7

  8. #1028
    Join Date
    Dec 2004
    Posts
    1,031
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Ahhh this rings a bell. I had the same thing when I moved. As you probably know bmz_cache must be set to 777. All the sub directories as well!

    A trick is to just delete all subdirectories as imagehandler will built them again. Cache is all it is. But if they exist and are not 777 you will have problems.

    Hope this helps...
    Live and learn... the Zen way.

  9. #1029
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by verdon View Post
    I'm not sure, but I doubt it.

    Are you sure your new host has ImageMagick available? As to user NOBODY, that's pretty standard user for the webserver/php to run under.
    Yes! ImageMagick is installed that I know for sure. Back to my question...anybody have this installed using ImageMagick that is activated in include/extra_configures/bmz_image_handler_conf.php and configured in Admin?

  10. #1030
    Join Date
    Aug 2005
    Location
    Cincinnati
    Posts
    334
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Not me -- my servers are strictly GD.
    Quote Originally Posted by BlessIsaacola View Post
    Back to my question...anybody have this installed using ImageMagick that is activated in include/extra_configures/bmz_image_handler_conf.php and configured in Admin?

 

 

Similar Threads

  1. v150 Image Handler 4 (for v1.5.x) Support Thread
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 1684
    Last Post: 2 Oct 2022, 06:55 AM
  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