Page 167 of 710 FirstFirst ... 67117157165166167168169177217267667 ... LastLast
Results 1,661 to 1,670 of 7099
  1. #1661
    Join Date
    Jan 2004
    Posts
    66,419
    Blog Entries
    7
    Plugin Contributions
    277

    Default Re: Image Handler 2 Support

    Quote Originally Posted by mediathing View Post
    when I click on Install in the admin section I get an error saying:
    Fatal error: Call to undefined function: install_image_handler() in /home/*******/public_html/admin/image_handler.php on line 171
    You've missed uploading some files ... probably those in the /includes/functions/extra_functions and /admin/includes/functions/extra_functions folders.
    Check to be sure they exist and are not 0-bytes in size.
    Then check *all* the other files you uploaded for this mod to be sure they exist properly too.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  2. #1662
    Join Date
    Apr 2005
    Location
    London
    Posts
    468
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by DrByte View Post
    You've missed uploading some files ... probably those in the /includes/functions/extra_functions and /admin/includes/functions/extra_functions folders.
    Check to be sure they exist and are not 0-bytes in size.
    Then check *all* the other files you uploaded for this mod to be sure they exist properly too.
    I thought that was probably the case, but I have just checked all files *very slowly* and they are all ok, I uploaded every file again just to make sure but still no luck.

    I'm using iC-Acadame_v1.2 template but that shouldn't really make a difference. Surely someone out there has had this problem?? Any more ideas, think I might need to start from scratch in case something random has been corrupted.

    P
    FORUM:
    # a public meeting or assembly for open discussion
    #An online discussion group, where participants with common interests can exchange open messages.
    # a public facility to meet for open discussion

  3. #1663
    Join Date
    Dec 2006
    Posts
    32
    Plugin Contributions
    0

    Default Image Hover works on some not on others!

    I've had Image Handler installed on my site for the last month. It's the latest version on Zen Cart 1.3.7 - It has worked perfectly till yesterday....now every new product that I load additional pictures into, when you try to use the mouse/hover feature they don't work. They still work on all my other products...just not the new ones!

    I've tried re-installing the module, re-installing the database and clearing the BMZ cache file both in the admin and manually.

    Here is an example: It doesn't work on this product- http://escrubbs.com/shop/index.php?m...roducts_id=200

    Yet works fine, for example on this one: http://escrubbs.com/shop/index.php?m...roducts_id=126

    I am completely stumped...and can't find an answer on this thread or anywhere else why some are working and others won't! Help!

    Thank you!!!

    =0)Carissa

  4. #1664
    Join Date
    Feb 2007
    Posts
    37
    Plugin Contributions
    0

    Default Re: Missing ) after argument list with Image Handler 2

    Quote Originally Posted by edwinlloyd View Post
    I have a working test version of my shop. When I install the latest version of IH2 (not the one from Tim's site) I cannot see additional images on the product page, but I can see them in the IH admin pages.

    I have read this thread all day (literally) and followed every suggestion on how to get these additional images to show in the product page and none solve this problem.

    I note that the product pages display with one error (using Firefox) for each additional image that should have been displayed. An example follows:

    Error: missing ) after argument list
    Source File: http://ed.homelinux.com/index.php?ma...roducts_id=129
    Line: 264, Column: 159
    Source Code:
    90cd509740b2.image.100x66.jpg" alt="Efergy Smart Meter" title=" Efergy Smart Meter " width="100" height="66" style="position:relative" onmouseover="showtrail('images//mod Efergy 3.jpg','Efergy Smart Meter',100,66,100,66,this,0,0,100,66);" onmouseout="hide


    If it helps, the Firefox error console has a green arrow running underneath each error, which ends up pointing to the letter "i" of images following the showtrail command.

    Having tried every other solution under the sun (and now moon) to solve this problem, I can only assume that this missing bracket might be the cause.

    Do any wiser owls have any suggestions please?
    Edwin
    Bump - any thoughts would be welcomed.

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

    Default Re: Missing ) after argument list with Image Handler 2

    Quote Originally Posted by edwinlloyd View Post
    Bump - any thoughts would be welcomed.
    I don't know but could be that you have spaces in your image(s) name.
    Code:
    mod Efergy 10.jpg
    Also you have 2 ( // ) in the image path.
    Code:
    images//mod Efergy 3.jpg

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

    Default Re: Missing ) after argument list with Image Handler 2

    Sorry, hit the wrong button and this 7 minute time limit thing.

    I don't know but could be that you have spaces in your image(s) name.
    Code:
    images/mod Efergy 10.jpg
    Also you have 2 ( // ) in the image path.
    Code:
    images//mod Efergy 3.jpg
    And it looks like the images are not named correctly.
    Some images are handled by IH and some are handled by ZenCart.
    Should be something like this.
    modEfergy.jpg <--- main product image
    modEfergy_01.jpg <--- additional image
    modEfergy_02.jpg <--- additional image
    modEfergy_04.jpg <--- additional image

    How did you upload the images?

    Mark

  7. #1667
    Join Date
    Jul 2007
    Location
    The space between a blink & a tear.
    Posts
    18
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by tophand View Post
    Have you made sure you uploaded all the files for IH?
    The hover is not working cause the needed file is missing.
    (/jscript/jscript_imagehover.js)
    I just re-downloaded everything again, and there is nowhere in the entire folder any javascripts or javascripts folder. Only images and PHP files.

    Where do I find this, and why is it not included in the download?
    Last edited by mrmyles; 30 Sep 2007 at 04:43 AM.

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

    Default Re: Image Handler 2 Support

    Should be in includes\templates\template_default\jscript
    of your download.

    M

  9. #1669
    Join Date
    Feb 2007
    Posts
    37
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Thanks for your ideas Tophand.

    I have other products that have no spaces in the names and the same thing happens.

    I believe the naming is correct - when I disable IH2, the pictures display correctly. The live version of the site is at www.mygreenerhome.co.uk and you can see there (where IH2 is not yet installed) that the images display fine. But I do appreciate that in the error console message there is a mix of my naming and that of IH2.

    All the images so far have been uploaded using ftp and then added to the products using the admin/products menu system.

    As for the //, I saw that but I have no idea why it is there. I have not modified any code and cannot explain why IH2 should pop 2 slashes in there. I think that it only occurs with images that have names in them.

    This product:
    http://ed.homelinux.com/index.php?ma...roducts_id=134
    has no spaces in the names, and gives the following errors in the console:

    Error: missing ) after argument list
    Source File: http://ed.homelinux.com/index.php?ma...roducts_id=134
    Line: 255, Column: 150
    Source Code:
    45eba159555.image.97x88.jpg" alt="Tefal Quick Cup" title=" Tefal Quick Cup " width="97" height="88" style="position:relative" onmouseover="showtrail('bmz_cache/0/0e5a100951fd40934e13077235048632.image.131x120.jpg','Tefal Quick Cup',97,88,131,120,this,0,0,

    In this case there are no //, but equally there is no longer a mix of image names.

    This is how it should look:
    http://www.mygreenerhome.co.uk/index...products_id=10

    Edwin

  10. #1670
    Join Date
    Sep 2007
    Posts
    58
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Hi edwinlloyd,

    I'm sorry that I don't have any answers for you. The best I can offer is the comfort of knowing that you're not the only one with the "missing )" error message.

    I note from my IH2 download file that the files are timestamped 1 May 2006 at 3.46 pm. Does anyone know if this is the latest version?

    Cheers, T.

 

 

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