Re: Image Handler 2 Support
Quote:
Originally Posted by
mediathing
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.
Re: Image Handler 2 Support
Quote:
Originally Posted by
DrByte
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
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
Re: Missing ) after argument list with Image Handler 2
Quote:
Originally Posted by
edwinlloyd
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.
Re: Missing ) after argument list with Image Handler 2
Quote:
Originally Posted by
edwinlloyd
Bump - any thoughts would be welcomed.
I don't know but could be that you have spaces in your image(s) name.
Also you have 2 ( // ) in the image path.
Code:
images//mod Efergy 3.jpg
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
Re: Image Handler 2 Support
Quote:
Originally Posted by
tophand
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?
Re: Image Handler 2 Support
Should be in includes\templates\template_default\jscript
of your download.
M
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
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.