Page 108 of 169 FirstFirst ... 85898106107108109110118158 ... LastLast
Results 1,071 to 1,080 of 1685
  1. #1071
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Image Handler 4 Support Thread

    Quote Originally Posted by karinvd View Post
    I have the same issue only i dont know what changed since i used image handler the last time (to weeks ago) Is it possible something on the server changed? Did someone reply on your question? did i do something?
    It's most likely some other mod you installed wiped out the hidden config setting that houses the IH4 version data.. I'm at work and don't now the SQL required to restore it.. the other option is a reload of the IH4 installers.. (in the admin files of the install package) This will re-run the IH4 install and fix this.
    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. #1072
    Join Date
    Nov 2012
    Location
    Utrecht, Nederland
    Posts
    41
    Plugin Contributions
    0

    Default Re: Image Handler 4 Support Thread

    Thank you for replying, ill try and install the same version i have. I do have a test setting :-) so i can try. Thank you for pointing me in a direction :-)

  3. #1073
    Join Date
    Nov 2012
    Location
    Utrecht, Nederland
    Posts
    41
    Plugin Contributions
    0

    Default Re: Image Handler 4 Support Thread

    Everything is fixed, i suddenly remembered i installed bestsellers page :-) at least sort of. Thank you again for helping me out. I really love the image handler, the only thing i dont like about it is the names of the images :-D but i rather have those names then do without tis super module.

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

    Default Re: Image Handler 4 Support Thread

    Quote Originally Posted by karinvd View Post
    Everything is fixed, i suddenly remembered i installed bestsellers page :-) at least sort of. Thank you again for helping me out. I really love the image handler, the only thing i dont like about it is the names of the images :-D but i rather have those names then do without tis super module.
    Yeah.. that module hasn't been updated in some time I would guess.. I would also guess that it must have the code in their install SQL that wipes out certain configuration table settings.. There are some default Zen Cart configuration table entries that are hidden (not accessible via the admin) and IH4 also uses a hidden configuration table entry to store the version number.
    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.

  5. #1075
    Join Date
    Mar 2009
    Location
    Italy
    Posts
    155
    Plugin Contributions
    0

    Default Re: Image Handler 4 Support Thread

    Quote Originally Posted by DivaVocals View Post
    It's most likely some other mod you installed wiped out the hidden config setting that houses the IH4 version data.. I'm at work and don't now the SQL required to restore it.. the other option is a reload of the IH4 installers.. (in the admin files of the install package) This will re-run the IH4 install and fix this.
    I've got the same problem and I thought the same thing, i solved the problem reinstalling (copying again the install files and re-run it) IH4. Unfortunately i don't know yet which add-on caused the problem, no error log was ever generate.

    A question about uploading, it seem i've some sort of "limit" on the dimension of the files i can upload in IH4, (about 95Kb) if the file is bigger i got a server error message, even if i don't have any server limit set... no error log is generated, no other issue. Where should i look to figure out why is there this limit? (The uploadable size of file is muuuuuuch bigger than 95 kb )

    Thanks in advance

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

    Default Re: Image Handler 4 Support Thread

    Quote Originally Posted by izar74 View Post
    I've got the same problem and I thought the same thing, i solved the problem reinstalling (copying again the install files and re-run it) IH4. Unfortunately i don't know yet which add-on caused the problem, no error log was ever generate.
    there wouldn't be an error log because "techinically" there wasn't an error.. there was however an install SQL script which includes code which will inadvertently remove rows from the configuration table.

    Quote Originally Posted by izar74 View Post
    A question about uploading, it seem i've some sort of "limit" on the dimension of the files i can upload in IH4, (about 95Kb) if the file is bigger i got a server error message, even if i don't have any server limit set... no error log is generated, no other issue. Where should i look to figure out why is there this limit? (The uploadable size of file is muuuuuuch bigger than 95 kb )

    Thanks in advance
    Start with your hosting company..
    Last edited by DivaVocals; 21 May 2014 at 04:41 PM.
    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. #1077
    Join Date
    May 2014
    Location
    Oakdale, California, United States
    Posts
    31
    Plugin Contributions
    1

    Default products_image_large equivalent

    I'm trying to set up Foundation's clearing lightbox on my product info pages. Unfortunately I can't figure out the src= URL for my large main product image. I was expecting to find it with the $products_image_large variable, but that spits out the source as http://mz.gundlach-marketing dot com/images/large/19-2420-b2_LRG.jpg I thought IH4 put files there? perhaps I'm wrong on that one, maybe the images are only stored in the bmz_cache? I'm fine with that too, I just need to figure out a variable name or a way of calling the path to the large image. Maybe I'll revisit the code for the additional images. It works fine for those.

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

    Default Re: products_image_large equivalent

    Quote Originally Posted by BGundlach View Post
    I'm trying to set up Foundation's clearing lightbox on my product info pages. Unfortunately I can't figure out the src= URL for my large main product image. I was expecting to find it with the $products_image_large variable, but that spits out the source as http://mz.gundlach-marketing dot com/images/large/19-2420-b2_LRG.jpg I thought IH4 put files there? perhaps I'm wrong on that one, maybe the images are only stored in the bmz_cache? I'm fine with that too, I just need to figure out a variable name or a way of calling the path to the large image. Maybe I'll revisit the code for the additional images. It works fine for those.
    Suggest looking at other lightbox modules that are compatible with Image Handler for the hints you need..
    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. #1079
    Join Date
    May 2014
    Location
    Oakdale, California, United States
    Posts
    31
    Plugin Contributions
    1

    Default Re: products_image_large equivalent

    Quote Originally Posted by DivaVocals View Post
    Suggest looking at other lightbox modules that are compatible with Image Handler for the hints you need..
    You're absolutely right. I needed to run the handle_image function on my large image. I borrowed fual lightbox's zen_lightbox.php and voila working great. Thank you

  10. #1080
    Join Date
    Jun 2014
    Location
    United States
    Posts
    59
    Plugin Contributions
    0

    Default Re: Image Handler 4 Support Thread

    I can't seem to get Image handler v4 working on Zen Cart 1.5.1
    I reinstalled twice double checked and made sure I had all files like 20 times and I still can't seem to get it to work...

    It works on the admin page I can view larger image and such but on my product page I cannot view larger image nor hover over when im viewing all products in that specific category.

    Please help me! my hosting is fine... 100% sure PHP Version: 5.3.28 Server OS: Linux server55.web-hosting.com 2.6.32-531.11.2.lve1.2.55.el6.x86_64 #1 SMP Fri Apr 18 09:06:31 EDT 2014 x86_64
    ive used similar on oscommerce and it worked find but I like how much more you can do with zen cart.

 

 

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: 598
    Last Post: 30 Apr 2024, 10:36 PM
  2. Attribute image replaces main product image on select [Support Thread]
    By exoticcorpse in forum All Other Contributions/Addons
    Replies: 158
    Last Post: 24 Aug 2020, 05:07 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