Page 665 of 710 FirstFirst ... 165565615655663664665666667675 ... LastLast
Results 6,641 to 6,650 of 7099
  1. #6641
    Join Date
    Jun 2009
    Posts
    22
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by DarkAngel View Post
    try deleteing them from the server side by just deleteing all the folders

    and

    what are you image settings
    Did the file deletion on the server side.. still the same.. no images shows up...

    as for the image setting. I followed exactly instructed as the one from documentation...




  2. #6642
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by Luvmoomoo View Post
    Did the file deletion on the server side.. still the same.. no images shows up...

    as for the image setting. I followed exactly instructed as the one from documentation...




    are you adding the images by uploading or by image handler under the tools in admin?

    hae you verified that every file got uploaded to the right spot?

  3. #6643
    Join Date
    Jun 2009
    Posts
    22
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by DarkAngel View Post
    are you adding the images by uploading or by image handler under the tools in admin?

    hae you verified that every file got uploaded to the right spot?
    you know what... I found the .htaccess in the bmz_cache and it shows:

    Code:
    # but now allow just *certain* necessary files:
    <FilesMatch ".*\.(jpe?g|JPE?G|gif|GIF|png|PNG|swf|SWF)$" >
      Order Allow,Deny
      Allow from all
    </FilesMatch>
    Then i swapped a pic to GIF... it got displayed and the hover worked too.. except for the watermark..
    Do you think its got to do with the JPEG or any configs?

    I changed it to:
    Code:
    # but now allow just *certain* necessary files:
    <FilesMatch ".*\.(jpeg|JPEG|gif|GIF|png|PNG|swf|SWF)$" >
      Order Allow,Deny
      Allow from all
    </FilesMatch>
    But no changes...

    Here's how it looks like from the admin page:



    Thank you sooo much...

  4. #6644
    Join Date
    Jun 2009
    Posts
    22
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Another thing... I found difference in the gd between the local and the server... could it be possible the cause?

    Local:


    Server:



  5. #6645
    Join Date
    Jun 2010
    Location
    New Iberia, LA
    Posts
    50
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    The image file name suffixes are case sensitive for multiple and extra size images. If your base image is picture.jpg and your large picture is named picture_LRG.JPG it won't find it. It needs to be picture_LRG.jpg (same case suffix)
    zen-cart-v1.3.9h

  6. #6646
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Image Handler 2 Support

    Quote Originally Posted by breauxlg View Post
    The image file name suffixes are case sensitive for multiple and extra size images. If your base image is picture.jpg and your large picture is named picture_LRG.JPG it won't find it. It needs to be picture_LRG.jpg (same case suffix)
    Not sure who you are addressing this too (should say, I'm not sure which post in this support thread this is in reply to), but the image suffixes is probably the ONLY part of the default Zen image functions that IH2 does NOT use.. You only need to upload your largest image, IH2 takes care of creating and naming your small and medium images.. and NONE of this activity requires the use of image suffixes being included in the file names you upload.. IH2 takes care of all the work for you..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  7. #6647
    Join Date
    Sep 2005
    Location
    Waikato, New Zealand
    Posts
    1,539
    Plugin Contributions
    3

    Default Re: Image Handler 2 Support

    Quote Originally Posted by Luvmoomoo View Post
    you know what... I found the .htaccess in the bmz_cache and it shows:

    Code:
    # but now allow just *certain* necessary files:
    <FilesMatch ".*\.(jpe?g|JPE?G|gif|GIF|png|PNG|swf|SWF)$" >
      Order Allow,Deny
      Allow from all
    </FilesMatch>
    Then i swapped a pic to GIF... it got displayed and the hover worked too.. except for the watermark..
    Do you think its got to do with the JPEG or any configs?

    I changed it to:
    Code:
    # but now allow just *certain* necessary files:
    <FilesMatch ".*\.(jpeg|JPEG|gif|GIF|png|PNG|swf|SWF)$" >
      Order Allow,Deny
      Allow from all
    </FilesMatch>
    But no changes...

    Here's how it looks like from the admin page:



    Thank you sooo much...
    1) If you turn off image handler, do the images show?

    2)
    and
    <FilesMatch ".*\.(jpe?g|JPE?G|gif|GIF|png|PNG|swf|SWF)$" >

    is the same as

    <FilesMatch ".*\.(jpeg|JPEG|jpg|JPG|gif|GIF|png|PNG|swf|SWF)$" >

    the question mark means the e in jpeg is optional (as most jpegs end in jpg that handy)

    You could try removing (temporarily) the .htaccess files on the images folder and the bmz_cache, but its pretty unlikely these are the problem.

    Did those errors in your cache show up after you had altered the setting in your .htaccess file?
    Webzings Design
    Semi retired from Web Design

  8. #6648
    Join Date
    Oct 2006
    Posts
    64
    Plugin Contributions
    0

    help question Re: Image Handler 2 Support

    Quote Originally Posted by RoPey View Post
    Hi
    I'm using ZenCart 1.3.7.1 for one of my customers (planning a full upgrade over the next month or so) and recently added Zen LightBox at their request. However, after that install the additional images ceased to display. I found that people said that Image Handler solves this issue, so installed Image Handler Version 2 for 1.3.7.

    However, although the install works fine and I can see the additional images in the Admin area for IH, I still do not see the additional images on the products themselves.

    I found on this thread http://www.zen-cart.com/forum/showth...35913&page=645 that apparently the order in which these two mods are installed makes a difference, but apparently the additional_images.php file is the key and the ZLB should be the one used. I've made sure that this is one being used but still see no additional images.

    Can anyone tell me which bit of code actually controls the appearance of the additional images?

    Thanks
    I am having a similar issue (additional images not showing up after lightbox upgrade) so i am about to upgrade. (from IH2 1.5 to 2.0 rev8 running in ZC 1.38a)

    My question is that the Read Me file states:

    "BEFORE you install the Rev 8c files, you MUST uninstall the currently running version of Image Handler2 1.3.x. In Admin > Tools >Image Handler2 click on the "Admin" link, and click on "Remove Image Handler from database""

    If i do this an re-install, will my additional images still be there, or will i need to start from scratch?

  9. #6649
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by dni View Post
    I am having a similar issue (additional images not showing up after lightbox upgrade) so i am about to upgrade. (from IH2 1.5 to 2.0 rev8 running in ZC 1.38a)

    My question is that the Read Me file states:

    "BEFORE you install the Rev 8c files, you MUST uninstall the currently running version of Image Handler2 1.3.x. In Admin > Tools >Image Handler2 click on the "Admin" link, and click on "Remove Image Handler from database""

    If i do this an re-install, will my additional images still be there, or will i need to start from scratch?
    your images should still be there when you get done with the upgrade...but you really should upgrade both the store and the ih2...that version of store is prone to hacking and the newest is great

    then when you get it upgraded remember to use the additional_pages.php from lightbox instead of the one with IH2 so they both play well together...I think that is the one

  10. #6650
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Image Handler 2 Support

    Yes your images will still be there.. IH2 uses your original images to generate the images it uses in the bmz_cache folder..

    Quote Originally Posted by dni View Post
    I am having a similar issue (additional images not showing up after lightbox upgrade) so i am about to upgrade. (from IH2 1.5 to 2.0 rev8 running in ZC 1.38a)

    My question is that the Read Me file states:

    "BEFORE you install the Rev 8c files, you MUST uninstall the currently running version of Image Handler2 1.3.x. In Admin > Tools >Image Handler2 click on the "Admin" link, and click on "Remove Image Handler from database""

    If i do this an re-install, will my additional images still be there, or will i need to start from scratch?
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

 

 

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