Re: Image Handler 2 Support
I can't seem to find an answer. I'm trying to get rid of the last validation error and I believe it's related to IH2.
The error i'm getting says:
"<" + "/" + letter not allowed here
and references this code:
document.write('<a href="javascript:popupWindow(\'http://www.customcreationsunlimited.com/shop/index.php?main_page=popup_image&pID=896\')"><img src="images/prod/wooden-puzzle-dad.gif" alt="I Love Dad Wooden Puzzle" title=" I Love Dad Wooden Puzzle " width="144" height="120" /><br /><span class="imgLink">larger image</span></a>');
If I'm understanding it correctly, it should end with <\/span><\/a>
Is that correct? What file do I edit to fix it?
URL if it helps; http://www.customcreationsunlimited....uzzle-896.html
Re: Image Handler 2 Support
hi All
I have installed image handler 2 to my clients website but for the additional images in each product , when rollover with my mouse the hover image displays correctly , but when i click on that additional image. It only display the main product image and not the image that is being selected
eg:
http://www.trustytime88.com/index.ph...7a619a0a1ca867
Any help is appreciated
Re: Image Handler 2 Support
Working on localhost I have installed IH2 v 1.3.7 onto a fresh copy of ZC v1.3.8a
I notice no problems until I attempted to add a new product the other day. That product image would not display on the product list, and it would not display on product info page either. It causes strange behaviour only solved by deleting the product.
For the product info page, sometimes I would see this:
<!--document.write('
where the product image and info were suppose to be, but were never rendered.
And then sometimes I would get the product info but only a link for the pop-up image. The behaviour has been erratic.
I've deleted and reinserted the product numerous times. I deleted the image and recreated it numerous times. But to no avail.
I'm working on a WAMP5 server which is windows based. Does case matter for the image file extensions? Another words, do I have to modify a config file somewhere to allow for uppercase extensions such as .PNG, .JPG, .GIF ??
Re: Image Handler 2 Support
I need help. Honestly I do not know where to look into
Site ysandals dot com
Stop working, I do not know what contribution I have added due I have a lot, but IH2 is no longer active.
I did overwrite all the files again, clear cache and set again folder permission to 777.
All started when stop working on product listing per category then I realized that some items on side boxes did not work either, and some yes
also in another site ygfashion dot com, is not working on product listings or Feature Product. If I did set up wrongly of again another contribution may have affected this
Any help would be appreciated.
Thank you
Marcelo
Popup pops Under: Re: Image Handler 2 Support
Hey kids,
It's been a month of sundays, but I finally have my cart almost the way I want it. I had everything working on my local testbed, but now that I'm building it on the live server I've hit a snag regarding imagehandler2.
The popup image (for an extra image in the Porduct Info page pops *under* my site images, and way off to one side, like so:
http://kentbarrett.com/zen1/index.ph...&products_id=3
Can't find what I did different from the test site. Any ideas?
TIA!
(ps sorry if I posted this twice, I lost my connection when I was sending this message previously)
Re: Popup pops Under: Re: Image Handler 2 Support
Quote:
Originally Posted by
Kent
Hey kids,
It's been a month of sundays, but I finally have my cart almost the way I want it. I had everything working on my local testbed, but now that I'm building it on the live server I've hit a snag regarding imagehandler2.
The popup image (for an extra image in the Porduct Info page pops *under* my site images, and way off to one side, like so:
http://kentbarrett.com/zen1/index.ph...&products_id=3
Can't find what I did different from the test site. Any ideas?
TIA!
(ps sorry if I posted this twice, I lost my connection when I was sending this message previously)
Appears to be working fine ...
Re: Popup pops Under: Re: Image Handler 2 Support
Really? Because on Safari and on Firefox (Mac) the rollover popup appears in the top left corner of the page, underneath the logo image.
Re: Popup pops Under: Re: Image Handler 2 Support
Quote:
Originally Posted by
Kent
Really? Because on Safari and on Firefox (Mac) the rollover popup appears in the top left corner of the page, underneath the logo image.
Your template does not have correct stylesheet installed for image handler
i.e.
Code:
includes/templates/sang_embed/css/style_imagehover.css
is missing..
Re: Image Handler 2 Support
Thanks so much to Focus360. Out of the blue I was getting this error...
Code:
Warning: main() [function.main]: open_basedir restriction in effect.
File(/usr/share/pear/bmz_gif_info.class.php) is not within the allowed path(s):
(/home/httpd/vhosts/freshabundance.com/httpdocs:/tmp) in
/home/httpd/vhosts/freshabundance.com/httpdocs/includes/classes/bmz_image_handler.class.php on line
12
Warning: main(bmz_gif_info.class.php) [function.main]: failed to open stream: Operation
not permitted in
/home/httpd/vhosts/freshabundance.com/httpdocs/includes/classes/bmz_image_handler.class.php on line
12
Fatal error: main() [function.require]: Failed opening required 'bmz_gif_info.class.php'
(include_path='.:/usr/share/pear:.') in
/home/httpd/vhosts/freshabundance.com/httpdocs/includes/classes/bmz_image_handler.class.php on line
12
It literally appeared out of nowhere. I have been running 1.3 since it was released without problems till today.
Found Focus 360's post and that seems to have done the trick.
Has anyone else had this problem appear suddenly?
Quote:
Originally Posted by
focus360
Ok My problem is now sorted!!!
I deleted line 12
require_once('bmz_gif_info.class.php');
and replaced it with the contents of bmz_gif_info.class.php
Everything now works!!!! Including all IH.
So why does the script use require_once('bmz_gif_info.class.php');???
No other scripts in includes/classes call a script.
Ive found nothing which is missing, zoom, compression, and watermarks all work.
:D
Re: Image Handler 2 Support
Quote:
Originally Posted by
jacque427
Thanks so much to Focus360. Out of the blue I was getting this error...
Code:
Warning: main() [function.main]: open_basedir restriction in effect.
File(/usr/share/pear/bmz_gif_info.class.php) is not within the allowed path(s):
(/home/httpd/vhosts/freshabundance.com/httpdocs:/tmp) in
/home/httpd/vhosts/freshabundance.com/httpdocs/includes/classes/bmz_image_handler.class.php on line
12
Warning: main(bmz_gif_info.class.php) [function.main]: failed to open stream: Operation
not permitted in
/home/httpd/vhosts/freshabundance.com/httpdocs/includes/classes/bmz_image_handler.class.php on line
12
Fatal error: main() [function.require]: Failed opening required 'bmz_gif_info.class.php'
(include_path='.:/usr/share/pear:.') in
/home/httpd/vhosts/freshabundance.com/httpdocs/includes/classes/bmz_image_handler.class.php on line
12
It literally appeared out of nowhere. I have been running 1.3 since it was released without problems till today.
Found Focus 360's post and that seems to have done the trick.
Has anyone else had this problem appear suddenly?
Path bug...