Page 48 of 169 FirstFirst ... 3846474849505898148 ... LastLast
Results 471 to 480 of 1688
  1. #471
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Image Handler 4 Support Thread

    Quote Originally Posted by SilverHD View Post
    Hello:

    I am new to Zen Cart but I have v1.5 uploaded to my server. I have been doing a lot of studying before I jump into this thing. I think I found the template that I want but I was very impressed with Image Handler 2 for v1.3. I think it is very classy the way it enlarges an image. It kind of folds out in front of you. My question is will Image Handler 2 for v1.3 work on v1.5 or should I use Image Handler 4? Will Image Handler 4 do the same neat stuff that 2 does?

    Thank you,

    Silver
    Your questions are covered in the readme and on page 1 of this support thread..
    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.

  2. #472
    Join Date
    Jan 2006
    Posts
    57
    Plugin Contributions
    0

    Default Re: Image Handler 4 Support Thread

    They were not very helpful. I messed with this for several hours again, testing, one piece at a time and figured out that if I installed IH4 and implemented zen_lightbox-v1.6.4 rather than the other lightbox that it worked. Thanks for the pointer regarding the differences in lightboxes. That's something a relatively new person like me would not recognize.

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

    Default Re: Image Handler 4 Support Thread

    Quote Originally Posted by dmitrikoniahin View Post
    They were not very helpful. I messed with this for several hours again, testing, one piece at a time and figured out that if I installed IH4 and implemented zen_lightbox-v1.6.4 rather than the other lightbox that it worked. Thanks for the pointer regarding the differences in lightboxes. That's something a relatively new person like me would not recognize.
    Glad you got it sorted.. Suggest not dealing with Template Monstrosity or any of their re-sellers going forward..
    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. #474
    Join Date
    Sep 2008
    Posts
    2
    Plugin Contributions
    0

    Default Re: Image Handler 4 Support Thread

    Okay, I've read through and searched through this thread and elsewhere on the 'net with no luck. I'm not an idiot when it comes to Zen-Cart, I've been using it for years, upgraded, wrote some of my own PHP to go along with it. I'm very familiar with how it all works, but I'm having what seems to be an error that I am blind to. I have upgraded from ZC 1.3.8 to ZC 1.5 following the official procedure, and used a comparison tool to apply the custom theme that I designed for the previous version. I've got the site functional with all previous content, products, images, etc., and I began adding back modules, starting with Image Handler. I previously used IH2 with the old site, so if there was any database manipulation by IH2 in the previous store, it's in the database now, though I have made sure there aren't any old IH2 files anywhere. I read through the installation guide, and everything in the very well written and designed read me, followed along, renamed the "YOUR_ADMIN" to what I am currently using successfully to access the admin area, uploaded it all via FTP, clicked another link as directed, and all I get is errors, which I am attaching in a screenshot. It looks as though whatever cursed auto-installer is using to pull the name of the admin folder is wrong, or something, because it is clearly not looking in the right location for the files. I am honestly dumbfounded that I am the only person who has experienced this, so that leads me to believe it's something simple that I'm missing somehow.Name:  IH4 Error.jpg
Views: 133
Size:  34.1 KB

    Currently running the following versions:

    PHP Version: 5.3.18
    MySQL 5.1.66-cll
    ZC: 1.5.0

  5. #475
    Join Date
    Apr 2009
    Posts
    2,134
    Plugin Contributions
    3

    Default Re: Image Handler 4 Support Thread

    Well, the installer just gets the name of your admin file from DIR_FS_ADMIN. SO it is just using one of the existing Zen conThis is set in the file admin>>includes>>configure.php.

    So an error in there is kind of surprising. And certainly not what most users are seeing.

    The first thing to do is find out for sure what that constant is set to. It sounds like you have enough php knowledge to insert the following lines somewhere in admin.

    <?php
    echo DIR_FS_ADMIN;
    ?>

    ( Just above the body tag in admin>>index.php will do the job )

    Then see what that outputs to the page and let us know.

  6. #476
    Join Date
    Sep 2008
    Posts
    2
    Plugin Contributions
    0

    Default Re: Image Handler 4 Support Thread

    Yes, I do feel rather dumb...I had looked at that file previously, or so I thought...As it turns out, whenever I did the install of ZC 1.5, and renamed the folder via FTP as directed, it inserted the following into the configure.php file:

    define('DIR_FS_ADMIN', '/home/xxxxxxx/public_html/admin/');
    define('DIR_FS_CATALOG', '/home/xxxxxxx/public_html/');

    I did not know that it automatically updated that field, and all I was checking was the offline backup of the file that I thought had not changed. I downloaded that file, changed it to this:

    define('DIR_FS_ADMIN', realpath(dirname(__FILE__) . '/../') . '/');
    define('DIR_FS_CATALOG', '/home/xxxxxxx/public_html/');

    then tried again with the install, and it worked without problem. How random. I finally found another post somewhere about that file being automatically changed to the same thing for something else, that's why I checked it and found mine had done the same thing.

    Thanks!

  7. #477
    Join Date
    Apr 2009
    Posts
    2,134
    Plugin Contributions
    3

    Default Re: Image Handler 4 Support Thread

    Just glad it worked for you.

  8. #478
    Join Date
    Jan 2013
    Posts
    4
    Plugin Contributions
    0

    Default Re: Image Handler 4 Support Thread

    Hello,

    I have Image Handler4 installed on zencart 1.5. I uploaded 3 pictures for a product. Thumbnail shows ok for all 3. but when i go to product view, and click on the picture thumbnail , the first (main) image opens up OK, however the other 2 do not open and give me an X.

    I have also tried uploading the pics manually via ftp and used Easy Uploader for image information, but i am having same issue. Please help.

    i hope it make sense, or you can also check my URL at http://www.myspecialneeds.ca/books-p...ons-p-213.html and click on all 3 thumbnails.


    please help

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

    Default Re: Image Handler 4 Support Thread

    Quote Originally Posted by mackey2001 View Post
    Hello,

    I have Image Handler4 installed on zencart 1.5. I uploaded 3 pictures for a product. Thumbnail shows ok for all 3. but when i go to product view, and click on the picture thumbnail , the first (main) image opens up OK, however the other 2 do not open and give me an X.

    I have also tried uploading the pics manually via ftp and used Easy Uploader for image information, but i am having same issue. Please help.

    i hope it make sense, or you can also check my URL at http://www.myspecialneeds.ca/books-p...ons-p-213.html and click on all 3 thumbnails.


    please help
    My guess is that your Template Monstrosity Template is the issue.. I don't see an X.. I do see the usual Template Monstrosity bundled in crap lightbox which fails to display the images on your sight..
    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.

  10. #480
    Join Date
    Jan 2013
    Posts
    4
    Plugin Contributions
    0

    Default Re: Image Handler 4 Support Thread

    Quote Originally Posted by DivaVocals View Post
    My guess is that your Template Monstrosity Template is the issue.. I don't see an X.. I do see the usual Template Monstrosity bundled in crap lightbox which fails to display the images on your sight..
    I also realized, when i take mouse over the first picture, the path is

    /images/products/u100-emotions.png

    but when i take mouse over 2nd picture ( and same for 3rd) :
    /images/large/products/u100-emotions_01_[/url]LRG.png


    do u think this is the issue? how can i fix this?

 

 

Similar Threads

  1. v158 Image Handler 5 (for v1.5.5 - v1.5.8) Support Thread
    By lat9 in forum All Other Contributions/Addons
    Replies: 711
    Last Post: 10 May 2025, 02:13 PM
  2. Attribute image replaces main product image on select [Support Thread]
    By exoticcorpse in forum All Other Contributions/Addons
    Replies: 160
    Last Post: 28 Oct 2024, 10:50 PM
  3. 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
  4. v138a Image Handler 2 (for ZC v1.3.8 ONLY) Support
    By timkroeger in forum All Other Contributions/Addons
    Replies: 7098
    Last Post: 12 Oct 2014, 03:48 AM
  5. Image Handler Support Please
    By nadinesky in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 30 Sep 2013, 03:47 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