Re: Image Handler 2 Support
I'm desperate!
I've just complete reinstall new fresh zencart.
the first option is image handler, but the problem remain.
Only when I try to add a new image from image handle manager, HTTP 403 forbidden page show me
folder image=777
folder bmz=777
Help me, please!!!
Re: Image Handler 2 Support
Although dir. permission may be correct it could be a problem with Ownership permissions and/or version of PHP being used and how it is setup.
Most Hosters are willing to work with their Clients with permission type problems and can clear up, or least explain, whatever problems you may be having. Your Hoster is also much more familiar with your account setup and commone problems, and can usually provide faster help as well.
Re: Image Handler 2 Support
Hi all,
I loaded image handler 2-- first to my demo site for testing and all worked well.
I then loaded it to my custom template and site. Some images had the rollover pop up - some did not. Also i could not change the background color of the images.
I thought i did everything by the instructions, but I must have missed something.
Anyone have some idea of why only some images will pop up with the rollover and why none of the image backgrounds can be changed.
I am using the latest versions of ZC.
~Thanks
Bill
Re: Image Handler 2 Support
Quote:
Originally Posted by
Website Rob
Although dir. permission may be correct it could be a problem with Ownership permissions and/or version of PHP being used and how it is setup.
Most Hosters are willing to work with their Clients with permission type problems and can clear up, or least explain, whatever problems you may be having. Your Hoster is also much more familiar with your account setup and commone problems, and can usually provide faster help as well.
How can I see the ownership permission?
I've 2 website: in the first I've php 4.4.1 and alla work well; on the second I've php 4.4.4 and I've the problem I tell in this thread.
Is this the problem?
Re: Zen Cart has gone blank after install
Quote:
Originally Posted by
neo314
If the permissions or ownership of the files/directories is incorrect, that would be a problem. is the bmz_cache directory set to 777?
Is the ownership of the zencart files the same as that of the IH files?
Ive gone for a complete reinstallation of zen cart. - Checked that zen cart works fine. Then I install IH by uploading the folders.
Still no luck Zen cart stops working cant access front of store or admin. When I turn on display php errors i get.
Warning: main() [function.main]: open_basedir restriction in effect. File(/bmz_gif_info.class.php) is not within the allowed path(s): (/var/www/vhosts/mywebsite.com/httpdocs:/tmp) in /var/www/vhosts/mywebsite.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 /var/www/vhosts/mywebsite.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='.:') in /var/www/vhosts/mywebsite.com/httpdocs/includes/classes/bmz_image_handler.class.php on line 12
The persmisons are of bmz_cache are set to 777. The ownership of the zencart files are the same as that of the IH files.
I can get rid of the first line the one with the 'open_basedir restriction' I do this by adding the complete route to line 12 i.e. http://www.mywebsite.com/....../bmz_gif_info.class.php.
My isp wont help me as it is a dedicated server. They said it is likely to be my php settings, which I have not changed so are the default installation settings.
It would make sense if this was the case. Ive turned safe mode off on the specific domain but maybe my php settings are too secure for the IH module? Does anyone know what settings are the optimum to run IH?
Still confussed! :blink: Please dont stop helping zen people
Re: Image Handler 2 Support
Quote:
Originally Posted by
sleepless
Hi,
Let me start off with an apology if this has been asked and answered and I missed it.
I am using the latest version of Zen Cart 1.3.5. I have the the image handler 2 installed as well. I notice when I visit a page on my site with 6 or more products listed, when you scroll down the page, the medium image pops up at the top of the page and out of sight.
http://www.kellyscountrycorner.com/s...e=products_new
This only happens, as far as I know, in IE. FireFox is fine.
Is anyone else having this issue? If so is there a fix?
Thanks,
Kelly :smile:
includes\templates\template_default\jscript\jscrip t_imagehover.js
Js error in IE the first fix I did was to get rid or the yellow ? at the bottom of the screen, now to fix the problem above as well also involve editing line 124
If you have not edited the line
The line should read
ycoord += event.clientY - Math.max(0,(0 + zoomimg_h + (5 * padding) + event.clientY - docheight - truebody().scrollTop));
Change it to:
ycoord += truebody().scrollTop + event.clientY-currentimageheight;
If you have edited the line it will read:
ycoord += event.clientY - Math.max(0,(0 + zoomimg_h + (5 * padding) - docheight - truebody().scrollTop));
Change it to:
ycoord += truebody().scrollTop + event.clientY-currentimageheight;
You should have good functionality in IE and Firefox, (Not Netscape (Did not work with netscape before anyway)), needs more work for that. I have finished with this for now since I have had only 1 visitor with Netscape in last 6 months.
Hope this helps.
Ps Where has Tim gone?
Re: Image Handler 2 Support
Quote:
Originally Posted by
Darkwander
I can't get the bloody water marks to work, i only use small images for the moment and i am using Internet Explorer.
Is there something else i am suppose to change ?
Anyone have any ideas...
Re: Image Handler 2 Support
For now, if you want there is a little handy utility to do watermerking, one or batch processing. its free
http://www.picture-shark.com/download.htm
Hope this helps.
Imagehandler is working fine on my servers?
Hope this helps
Re: Image Handler 2 Support
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
100asa
How can I see the ownership permission?
I've 2 website: in the first I've php 4.4.1 and alla work well; on the second I've php 4.4.4 and I've the problem I tell in this thread.
Is this the problem?
My ISP solve the problem: have setup a parameter in mod security (this was your reply my trouble ticket).
Now all is working