Page 571 of 710 FirstFirst ... 71471521561569570571572573581621671 ... LastLast
Results 5,701 to 5,710 of 7099
  1. #5701
    Join Date
    Feb 2007
    Posts
    513
    Plugin Contributions
    2

    Default Re: Image Handler 2 Support

    Version: Ver 2.0 Rev 8bhttp://www.zen-cart.com/index.php?ma...roducts_id=117
    Completely did not work with additional images for me

    image-handler_2.0-zc13
    http://breakmyzencart.com/image-handler
    worked fine

    Got problems with additional images size? try the 2.0-zc13

  2. #5702
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Image Handler 2 Support

    Quote Originally Posted by vandiermen View Post
    Version: Ver 2.0 Rev 8bhttp://www.zen-cart.com/index.php?ma...roducts_id=117
    Completely did not work with additional images for me

    image-handler_2.0-zc13
    http://breakmyzencart.com/image-handler
    worked fine

    Got problems with additional images size? try the 2.0-zc13
    I must respectfully dispute this.. ANY VERSION downloaded from Tim's site is

    1. Outdated
    2. Not PHP 5.3 compatible
    3. Not compatible with the latest version of Zen Cart (Tims version is over 4 years old there have been MANY core Zen Cart changes since Tim's last release of IH2)
    4. Does not contain ANY of the recent fixes and changes in the current versions of IH2 available (including the security issues recently addressed in Rev8c)


    It is NOT recommended or suggested that anyone use the version of IH2 downloaded from Tim's site unless you are running a REALLY old version of Zen Cart (in which case my strong suggestion is that you should upgrade..)

    From Tim's site:
    Most up to date versions

    Most up to date versions of image handler modified for current releases of zen-cart can be found in the zen-cart.com download section. As I have no time to take care of this project, the zen-cart community has continued to support and keep image handler up to date. This page will still continue to exist though.
    Want to fix the additional images?? PM me for the latest and greatest version if IH2 (Rec8c). Hopefully we will be able to submit it to the downloads section this weekend. In the meantime PM me for the Rev8c version.

    Wanna fix Rev8b?? The issue with additional images seems to only affect certain server configurations. This issue does not affect everyone.. It apparently depends on how your host has implemented PHP. I've posted this information before, but I'll re-post..

    IF you are having issues with additional images AND you are running Rev8b (this is FIXED if you are running Rev8c) make the following MINOR change:
    Find this around line 47
    Code:
              if(preg_match("/" . $products_image_base . "/i", $file) == 1) {
    Change to this:
    Code:
              if(preg_match("/" . $products_image_base . "/i", $file) == '1') {
    That said Rev8b does not address the permissions issues. THIS issue and few minor others are addressed in Rev8c. I highly suggest PMing me to get that version of IH2 until it is available in the downloads section..
    Last edited by DivaVocals; 21 Aug 2010 at 12:00 AM.
    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.

  3. #5703
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Image Handler 2 Support

    Demo of IH2 Rev8c running with the latest version of Zen Cart (1.3.9f) can be found here:
    http: // zentestcart . overthehillweb . com
    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.

  4. #5704
    Join Date
    Feb 2007
    Posts
    513
    Plugin Contributions
    2

    Default Re: Image Handler 2 Support

    Quote Originally Posted by DivaVocals View Post
    I must respectfully dispute this.. ANY VERSION downloaded from Tim's site is

    1. Outdated
    2. Not PHP 5.3 compatible
    3. Not compatible with the latest version of Zen Cart (Tims version is over 4 years old there have been MANY core Zen Cart changes since Tim's last release of IH2)
    4. Does not contain ANY of the recent fixes and changes in the current versions of IH2 available (including the security issues recently addressed in Rev8c)
    .....
    Ver 2.0 Rev 8b, did not re-size additional images, so I accidently downloaded Image Handler 2 for v1.2.7 thinking I was getting an update, and that did not work so I downloaded tim's and that seemed to fix it. maybe I forgot to rename a folder for Ver 2.0 Rev 8b.. anyway....
    thanks for your comments
    Last edited by vandiermen; 21 Aug 2010 at 12:13 AM.

  5. #5705
    Join Date
    May 2007
    Posts
    59
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by peanut77 View Post
    Hello

    Got a really weird thing happening - using zencart 1.39e (upigraded from 1.39d), with the latest image handler - everything works, displays perefectly image wise (as it always does) but I just don't have a Image icon or link from the catalog>categories/products page - the big Pink Icon normally sits to the far right of the product name - but for some reason I am missing this.

    Totally banging my head against a brick wall - I have checked that the icon is in the right place, I have reftp'd all the image handler files 1 at a time, I have installed and reinstalled, cleared the cache etc.

    Stuck any help much appreciated any solutions and I'll buy you a beer or 2 (or a coffee)
    I am using the latest version of zencart, (upgraded to 1.39f) and I'm having the same issue. The pink icons are missing. They were there before the upgrade. Any suggestions?

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

    Default Re: Image Handler 2 Support

    Quote Originally Posted by vandiermen View Post
    Ver 2.0 Rev 8b, did not re-size additional images, so I accidently downloaded Image Handler 2 for v1.2.7 thinking I was getting an update, and that did not work so I downloaded tim's and that seemed to fix it. maybe I forgot to rename a folder for Ver 2.0 Rev 8b.. anyway....
    thanks for your comments
    Just so you know there have been a TON of changes and updates to IH2's and Zen Cart's core since Tim's last IH2 release.. I strongly suggest you double check all your IH2 files. Almost every file in the IH2 fileset has changed since Tim's last release. (especially changes that affect Zen Cart and PHP 5.3 compatibility)

    The changes since Tim's last release also address a number of bugs in that very same fileset you are using.. Not to mention the improvements to the IH2 javascript are not in the fileset available on Tim's site..

    Just something for you to consider..
    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. #5707
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Image Handler 2 Support

    Quote Originally Posted by lilrowo View Post
    I am using the latest version of zencart, (upgraded to 1.39f) and I'm having the same issue. The pink icons are missing. They were there before the upgrade. Any suggestions?
    Suggest double checking that all the IH2 files are there.. Also did you re-name your admin folder?? If so you need to make sure you rename the admin folders in the Zen Cart and IH2 filesets to match your custom admin folder name..
    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.

  8. #5708
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Image Handler 2 Rev8b & 1.3.9f

    Tested and aside from the additional images issue that seems to affect certain host configurations (fix for this was posted a few posts back), Rev8b does indeed work with the latest version of Zen Cart.. Your mileage may vary.. Working on getting the Rev8c fileset submitted this weekend..
    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.

  9. #5709
    Join Date
    May 2007
    Posts
    59
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by DivaVocals View Post
    Suggest double checking that all the IH2 files are there.. Also did you re-name your admin folder?? If so you need to make sure you rename the admin folders in the Zen Cart and IH2 filesets to match your custom admin folder name..
    Thanks! Reinstalled Image Handler and now the icons are there. Must have missed a file somewhere...

  10. #5710
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,360
    Plugin Contributions
    23

    Default Re: Image Handler 2 Support

    Quote Originally Posted by nigelt74 View Post
    How are you uploading the image, and where are you uploading it to?

    do you have a link to the product page this is happening on?

    If you add the image via admin do you see the image in admin, on the preview screen?
    normal upload as the client has done many times before. Image is viewable in product preview. Shows in image handler.

    http://regimental-books.com.au/shop/...ttalion-p-1981
    The full-time Zen Cart Guru. WizTech4ZC.com
    New template for 2.0 viewable here: 2.0 Demo

 

 

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