Page 269 of 710 FirstFirst ... 169219259267268269270271279319369 ... LastLast
Results 2,681 to 2,690 of 7099
  1. #2681
    Join Date
    Jun 2006
    Posts
    783
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    I see "Remove Image Handler from database". Is this same as Remove? I'm a bit shaky on removing this as the risk of removing/deleting all images I've installed via IH.

  2. #2682
    Join Date
    Feb 2007
    Location
    Pennsylvania
    Posts
    814
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    I have been using the normal zc image style. _MED & _LRG. I installed IH2 about 2 months ago and I love it. No more making diff sizes and dealing with all that headache.

    Today I decided to shrink down my image dir to save server space. Downloaded my image dir, batched all large and medium to remove the _med and _lrg.

    Moved all of the "used to be _med's" into my (local) images dir to overwrite the smaller ones and then again with the "used to be _lrg's".

    Now I have one dir /images/ with all of my largest images there. So there isn't an images/large or images/medium now. Just /images/.

    I uploaded the new images directory to the server and gave the old one a different name so it wouldn't be used but I still have the backup. Now it seems like it's working but. . .

    Why do the medium and large images break when I go to admin --> images and remove the _LRG and _MED from where it says large image directory and medium image directory?

    Shouldn't that work? Doesn't IH2 know what to do? Should I go to admin-->tools-->image handler2-->admin and clear the Image Cache?

    If I'm just way off please explain how this transition should be made.

    Thank you,
    John

  3. #2683
    Join Date
    Feb 2007
    Location
    Pennsylvania
    Posts
    814
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Kevin
    I'm really not sure what will happen when you uninstall this mod since you have used it to bring in new images. If you don't get a solid answer as soon as you would like, I would recommend a full DB backup and then uninstall it. If it totally breaks install your back up.

    Let us know what you decide and what the outcome is please.

    John

  4. #2684
    Join Date
    Jan 2007
    Location
    1.5 miles from Home
    Posts
    674
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by kevinmc3 View Post
    I see "Remove Image Handler from database". Is this same as Remove? I'm a bit shaky on removing this as the risk of removing/deleting all images I've installed via IH.
    Backup, backup, always backup!

    You could have a corrupt image.

    Using the link "Remove Image Handler from database" doesn't delete anything.
    All it does is unhook IH from the database.
    After doing this click on the link "Clear Image Cache".
    Double check by FTPing or using your host control panel and looking inside the bmz_cache folder. It is safe to delete all sud-folders/images in bmz_cache folder. (IH will create all folders/images on the fly when needed.)

    After clearing/deleting the cache then click the link to "install Image Handler".

    M

  5. #2685
    Join Date
    Jan 2007
    Location
    1.5 miles from Home
    Posts
    674
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by ed89 View Post
    Could someone please take a look at the following?

    http://jollofe.com/index.php?main_page=index&cPath=1

    Imagehandler is fantastic. But I would like the nice javascript hover. I've set everything to 'yes' in the config/images for IH but still doesn't seem to be working.
    You only need one. I would remove the one red.
    Code:
    <script type="text/javascript" src="includes/templates/iC_AcadameV1.2/jscript/jscript_imagehover.js"></script>
    <script language="JavaScript" type="text/javascript" src="http://jollofe.com/includes/templates/iC_AcadameV1.2/jscript/jscript_imagehover.js"></script>
    M

  6. #2686
    Join Date
    Jan 2007
    Location
    1.5 miles from Home
    Posts
    674
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support / Blank page on admin and home

    Quote Originally Posted by need2know View Post
    I am moving to a new virtual server and cant get IH2 to install. I install a fresh load of ZC 1.3.8 and then IM2 1.3.x and copy all default mods from contribution. I get a blank page from both admin and home.
    If I remove functions_bmz_image_handler.php admin will come up, of course IH2 won't work, but thought it might help point out problem area.

    The new env has the following: PHP 5.0.4 GD 2.0.28

    This runs perfectly on another host with PHP 4 ... Any Suggestions??
    Thanks in advance.
    Did you double check to see that you uploaded "All" the IH files?
    Not missing this one?
    Code:
    /includes/extra_functions/functions_bmz_image_handler.php
    M

  7. #2687
    Join Date
    Jan 2007
    Location
    1.5 miles from Home
    Posts
    674
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by bumba000 View Post

    Should I go to admin-->tools-->image handler2-->admin and clear the Image Cache?

    Thank you,
    John
    Have you tried this?
    Shouldn't hurt if you hadn't yet.

    M

  8. #2688
    Join Date
    Feb 2007
    Location
    Pennsylvania
    Posts
    814
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    I did go and clear the cache for IH2, didn't seem to change anything tho.
    I go to admin>images and remove the "_LRG" and "_MED" for the large and medium image extensions and it breaks every image that isn't small.

    I don't get it. I mean image handler isn't using the extensions and I don't have any images now that have the extensions in their name. It's not broken if I just leave it alone but I really want to know why this is happening.


    Thanks,
    John

  9. #2689
    Join Date
    Jan 2007
    Location
    1.5 miles from Home
    Posts
    674
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by bumba000 View Post
    I did go and clear the cache for IH2, didn't seem to change anything tho.
    I go to admin>images and remove the "_LRG" and "_MED" for the large and medium image extensions and it breaks every image that isn't small.

    I don't get it. I mean image handler isn't using the extensions and I don't have any images now that have the extensions in their name. It's not broken if I just leave it alone but I really want to know why this is happening.


    Thanks,
    John
    Ok, I get what you are doing.

    You do need to leave the extensions "_MED" & "_LRG" in place as IH does use them. IH adds the extensions on the fly so Zen-Cart knows what image size to use in the correct place.

    M

  10. #2690
    Join Date
    Mar 2007
    Posts
    32
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by tophand View Post
    You only need one. I would remove the one red.
    Code:
    <script type="text/javascript" src="includes/templates/iC_AcadameV1.2/jscript/jscript_imagehover.js"></script>
    <script language="JavaScript" type="text/javascript" src="http://jollofe.com/includes/templates/iC_AcadameV1.2/jscript/jscript_imagehover.js"></script>
    M
    Thanks, but I had this before and it did not work. I only added the second to be sure it was definitely pointing to the right location. All files are uploaded.

 

 

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