Page 567 of 710 FirstFirst ... 67467517557565566567568569577617667 ... LastLast
Results 5,661 to 5,670 of 7099
  1. #5661
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Image Handler 2 Support

    I KNOW you don't want to hear this, but seriously... You REALLY should switch hosts or at least your hosting setup..

    That said all of the hacks to support operating IH2 in a safe mode environment are posted on the original developers website, and there are remnants of it in the IH2 code (ALL commented out as of Rev 8c)..

    This is the only specific "Safe Mode" hack that Tim included in the code and though I've NO WAY of testing it you could give that a try.. Search this thread or Tim's site (http://breakmycart.com) for "Safe Mode Hack" to get more information..

    Otherwise my suggestion is to take the time to go through process to update your site so that you are not operating your site in safe mode. Getting IH2 to operate in safe mode without using the Safe Mode Hack to my knowledge will require some serious custom code changes. (None of which I can assist with) Perhaps one of our more code capable community members can help you with a solution..

    Quote Originally Posted by Justapeddler View Post
    Hello,

    I'm running on a safe mode PHP environment.

    My problem is that image handler won't process the images (resizing and watermarking). No error returned as it pass the unresized image normally. It works like normal zen cart image uploading (one image resized locally on browser).

    I've read about a trick to change the group ownership to fix problems concerning this filesystem functions limitation. I tried to change the group ownership of bmz_cache folder and all php files in extra_functions (both admin and root includes folder).
    But it still refuse to work. I'm wondering if anyone knowledgeable would know the specific files that I need to apply the group ownership that I missed. Btw, Image handler could make folders (I see them popping up) but there are no files in the folders.

    If I use the ftp hack, I would blatantly violate the host's ToS and risk getting my account banned.

    The host gives an option to use an environment where they disable the safe mode, but entering it will broke my zen cart installation.

    Any thoughts other than switching host?
    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. #5662
    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 XxDrAg0nxX View Post
    No no, its working fine

    I am trying to figure out what code to use so that it will put the cached image link on that code I am trying to create

    Meaning I need to replace $products_image_medium with something else so that I get the product's cached image instead
    Ahhhhhhhhhhhhhhhhh!!! I see.. Wish I had an answer.. (so helpful huh??) Seriously maybe one of our resident code brainiacs knows the answer.. (I'd be curious about this too come to think of it..)
    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. #5663
    Join Date
    Oct 2009
    Location
    Texas
    Posts
    194
    Plugin Contributions
    0

    help question Re: Image Handler 2 Support

    ZC 1.38.8a
    PHP Version: 5.2.5

    Imaging Addons:
    IH2 v2.0
    JQZoom
    JQLightbox

    The example: http://minu.me/2nhk

    I'm having an issue with IH2 and the order in which it displays additional images. Maybe I just have yet to understand how to make it work for me but, I've tried different combinations of image uploads and have used the _underscore for IH2 to recognize an image to be "additional".
    SEE Attached for current configuration for the above link.

    I want to achieve the following:
    Main product image + JQZoom to large version.
    Click on Main product image to show additional images in a specific order.
    Don't really care if TTP has the Additional Image Tab with extra images.

    Thank you.
    Attached Images Attached Images  

  4. #5664
    Join Date
    Apr 2008
    Posts
    154
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by DarkAngel View Post
    ok then...have you installed or changed anything before this started happening?
    i have not installed or changed anything software wise on this site in over a year.. i just 'upgraded' image handler and it actually got rid of the problem i was having with png files and i can now use them BUT the zoom on additional images is still not working..

    it should be a relatively easy fix since i can see the URL that is trying to execute - it just doesn't access the images...

    skinzee.com/popup_image_additional/pID/189/products_image_large_additional/images/screenshotsylish_01.jpg

    even though there is a file called 'screenshotsylish_01.jpg' in the images subfolder..
    Website Developer and Search Engine Optimazation Boise Idaho. Details at BoiseWired.com

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

    Default Re: Image Handler 2 Support

    @tyankee

    sorry I did not realize you were talking about the latest version of IH2...I am still using the one offered in the downloads [[see siggie of mine]]

    I am waiting to see if there are many with trouble after updating it or not...lol mine works great as is for now so am happy.

    sorry I can't be of any help

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

    Default Re: Image Handler 2 Support

    Quote Originally Posted by tyankee View Post
    it should be a relatively easy fix since i can see the URL that is trying to execute - it just doesn't access the images...

    skinzee.com/popup_image_additional/pID/189/products_image_large_additional/images/screenshotsylish_01.jpg

    even though there is a file called 'screenshotsylish_01.jpg' in the images subfolder..
    You have a url rewriting mod working, somehow it seems to be effecting the URL, are you sure it is set up correctly?

    because the URL you have listed above is completely invalid, it should be like the below

    http://skinzee.com/images/screenshotsylish_01.jpg

    This was a problem a couple of years ago with ssu? rewrites or something

    you need to add the additional images thingie to the Exclude list in your rewrite manager thing, sorry can't really remember

    here we go try this

    http://www.zen-cart.com/forum/showpo...&postcount=389

  7. #5667
    Join Date
    Apr 2008
    Posts
    154
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by nigelt74 View Post
    You have a url rewriting mod working, somehow it seems to be effecting the URL, are you sure it is set up correctly?

    because the URL you have listed above is completely invalid, it should be like the below

    http://skinzee.com/images/screenshotsylish_01.jpg

    This was a problem a couple of years ago with ssu? rewrites or something

    you need to add the additional images thingie to the Exclude list in your rewrite manager thing, sorry can't really remember

    here we go try this

    http://www.zen-cart.com/forum/showpo...&postcount=389
    nigelt74, you are a GENIUS... that worked.. thank you.. i've been working on this for days.. god bless the forum...
    Website Developer and Search Engine Optimazation Boise Idaho. Details at BoiseWired.com

  8. #5668
    Join Date
    May 2008
    Posts
    96
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by XxDrAg0nxX View Post
    Hi,

    Whats the code to generate the cached product string within the tpl_product_info_display.php ?

    $products_image_medium seems to be wrong

    Example:
    http://black-tactical.com/store/flas...ch-light-p-864

    My Current Code:


    This Code Generates the wrong image:


    Trying to get it to Generate the Cached Image of the Product:


    Thanks :)
    Anyone knows the code to pull out the image?

  9. #5669
    Join Date
    Aug 2010
    Posts
    8
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Alright i know this is in regards to ih2 but Say I ddint really want to do any addons such as these and wanted to just have the larger images open up in a new window as they currently do?

    How in the world do I get them to actually get bigger when opening that window instead of staying the same size they are in the description?

  10. #5670
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,449
    Plugin Contributions
    11

    Default Re: Image Handler 2 Support

    Quote Originally Posted by smilyspirit View Post
    Alright i know this is in regards to ih2 but Say I ddint really want to do any addons such as these and wanted to just have the larger images open up in a new window as they currently do?

    How in the world do I get them to actually get bigger when opening that window instead of staying the same size they are in the description?
    https://www.zen-cart.com/tutorials/i...hp?article=224

 

 

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