Page 87 of 710 FirstFirst ... 3777858687888997137187587 ... LastLast
Results 861 to 870 of 7099
  1. #861
    Join Date
    Oct 2006
    Posts
    223
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    I just installed Image Handler, and I have a little problem. I want it to watermark my images, so in Configuration>Images I set it to watermark Small, Medium & large. But it's only watermarking the small ones! How do I make it watermark medium & Large? I tried clearing the image cache, didn't help. Also, where do I set the size for medium & large images? Is there a place to do that?
    thanks

  2. #862
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by afo View Post
    It's not working in IE or FF for me, so that's not the problem. I get the watermark and the zoom overlay, but no image on hover.
    WOOT! I found the problem. I discovered I was getting javascript errors in FF and decided to go through the download files again to make sure I didn't forget to upload something. I did! I found includes\templates\templated_default\jscript\jscript_imagehover.js hadn't been uploaded. I FTPed it to the site and PRESTO! The hover works!
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

  3. #863
    Join Date
    Oct 2006
    Posts
    223
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    w00t!! I fixed my problem, too. I deleted Img Handler and reuploaded & reinstalled, then re up loaded all my pics, too. Now the watermarks show up fine.

  4. #864
    Join Date
    Jan 2007
    Location
    Bellingham, Wa
    Posts
    174
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Getting error:

    Error!

    Unable to determine the page link!

    Function used:

    zen_href_link('', '', 'NONSSL')

    When adding a large image in addition to the small image.

    No answers in thread.
    Anybody got an idea?

  5. #865
    Join Date
    Dec 2006
    Location
    Summer:Ontaio, Winter:Texas
    Posts
    211
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Fatal error: require() [function.require]: Failed opening required 'includes/ih_manager.php' (include_path='.;C:\Program Files\xampp\php\pear\') in C:\Program Files\xampp\htdocs\ZZZZ\admin\image_handler.php on line 153

    L153: require('includes/ih_manager.php');

    I am running:
    GD Version - bundled (2.0.28 compatible)
    PHP Version: 5.2.0 (Zend: 2.2.0)

    Do I need to install something else??

  6. #866
    Join Date
    Dec 2006
    Location
    Summer:Ontaio, Winter:Texas
    Posts
    211
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by Sunabac View Post
    Fatal error: require() [function.require]: Failed opening required 'includes/ih_manager.php' (include_path='.;C:\Program Files\xampp\php\pear\') in C:\Program Files\xampp\htdocs\ZZZZ\admin\image_handler.php on line 153

    L153: require('includes/ih_manager.php');

    I am running:
    GD Version - bundled (2.0.28 compatible)
    PHP Version: 5.2.0 (Zend: 2.2.0)

    Do I need to install something else??
    ups, I was missing a file... sorry about this

  7. #867
    Join Date
    Nov 2006
    Location
    Sydney, Australia
    Posts
    458
    Plugin Contributions
    1

    red flag Re: Image Handler 2 Support

    Hi,

    I just installed a fresh version of zencart 1.3.7.
    The I installed the IH2 in the downloads area..

    Everything is well, I clicked instal IH in Admin and it installed.

    Now whenever I click the I icon or the Tools>Image Handlre I get this Error...

    Warning: main(includes/ih_manager.php) [function.main]: failed to open stream: No such file or directory in /home/roydahda/public_html/catalog/admin/image_handler.php on line 153

    Warning: main(includes/ih_manager.php) [
    function.main]: failed to open stream: No such file or directory in /home/roydahda/public_html/catalog/admin/image_handler.php on line 153

    Fatal error: main() [
    function.require]: Failed opening required 'includes/ih_manager.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/roydahda/public_html/catalog/admin/image_handler.php on line 153

    Any one what the problem is??

    Also, I installed the Australia Post module...
    All seems good but in Shipping Modules>AusPARCEL Post....The Shipping Zones is FLORIDA?

    It is not giving the option to choose Australia or Worldzones?

    Please Help.
    www.roydahdah.com/catalog

  8. #868
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

    Default Re: Image Handler 2 Support

    Quote Originally Posted by rlexyd View Post
    I just installed a fresh version of zencart 1.3.7. The I installed the IH2 in the downloads area.. Everything is well, I clicked instal IH in Admin and it installed. Now whenever I click the I icon or the Tools>Image Handlre I get this Error...
    A good hint appears repeatedly within the error message:

    "No such file or directory in /home/roydahda/public_html/catalog/admin/image_handler.php"

    which indicates Image Handler cannot find the file "image_handler.php" within /home/roydahda/public_html/catalog/admin/

    Double check to ensure the file is contained within the /admin directory.

    On a related note it appears your shop directory structure is not set-up quite correctly (it will work but will likely cause you difficulty in the future if not corrected). That is, instead of naming the directory which your zen cart is installed as "catalog", better to name the directory with your shopname or something similar.

    e.g. /home/youraccountname/public_html/yourshopname/

    Then the path to your admin directory will be:
    /home/youraccountname/public_html/yourshopname/admin/

    And the path to your "catalog" directory will be:
    /home/youraccountname/public_html/yourshopname/includes/

    With many mods install instructions, you will often observe the word "catalog" is used in context of specifying an EXAMPLE directory path, indicating the includes directory one level down from the shop root directory (e.g. /yourshopname/includes) to differentiate from /admin/includes. But in this regard the word catalog is not to be applied so literally.

    Regarding your shipping mod question please do post your issue to the appropriate forum support thread. :)

    Woody
    Last edited by Woodymon; 3 Feb 2007 at 02:04 PM.

  9. #869
    Join Date
    Mar 2004
    Posts
    16,042
    Plugin Contributions
    5

    Default Re: Image Handler 2 Support

    More coffee woody, LOL

    make sure that you uploaded (includes/ih_manager.php)
    Zen cart PCI compliant Hosting

  10. #870
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

    Default Re: Image Handler 2 Support

    Quote Originally Posted by Merlinpa1969 View Post
    More coffee woody, LOL
    make sure that you uploaded (includes/ih_manager.php)
    Egads! Thanks for the correction Merlin. Yes I got that flat *** backwards, copy and pasting the wrong path from rlexyd's error message. Maybe too much coffee already ;-)

 

 

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