Re: Image Handler 2 Support
Quote:
Originally Posted by
nigelt74
1) If you turn off image handler, do the images show?
2)
and
<FilesMatch ".*\.(jpe?g|JPE?G|gif|GIF|png|PNG|swf|SWF)$" >
is the same as
<FilesMatch ".*\.(jpeg|JPEG|jpg|JPG|gif|GIF|png|PNG|swf|SWF)$" >
the question mark means the e in jpeg is optional (as most jpegs end in jpg that handy)
You could try removing (temporarily) the .htaccess files on the images folder and the bmz_cache, but its pretty unlikely these are the problem.
Did those errors in your cache show up after you had altered the setting in your .htaccess file?
woww.. I deleted the .htaccess from the bmz_cache folder and it worked... :clap:
Is it ok for the file to be deleted? :dontgetit
Re: Image Handler 2 Support
Quote:
Originally Posted by
Luvmoomoo
woww.. I deleted the .htaccess from the bmz_cache folder and it worked... :clap:
Is it ok for the file to be deleted? :dontgetit
I wouldn't recommend this.. The purpose of the .htaccess file is to protect the bmz_cache folder.. It prevents the upload of files to these folders that should NOT be there -- in this case it restricts the allowed filetypes to image, PDF and SWF files. The .htaccess file in the bmz_cache folder is the SAME one used in the Zen Cart v1.3.9 images folder.. So if it works in the Zen Cart images folder, there's no reason for it to not work in the bmz_cache folder.. Did you modify the one that came with IH2??
Re: Image Handler 2 Support
Quote:
Originally Posted by
Luvmoomoo
woww.. I deleted the .htaccess from the bmz_cache folder and it worked... :clap:
Is it ok for the file to be deleted? :dontgetit
Not really, they are a security feature, try uploading a fresh .htaccess file to see if that works.
If it doesn't you could always try replacing the line
<FilesMatch ".*\.(jpe?g|JPE?G|gif|GIF|png|PNG|swf|SWF)$" >
with
<FilesMatch ".*\.(jpeg|JPEG|jpg|JPG|gif|GIF|png|PNG|swf|SWF)$" >
although it should make no difference
Re: Image Handler 2 Support
Quote:
Originally Posted by
nigelt74
Not really, they are a security feature, try uploading a fresh .htaccess file to see if that works.
If it doesn't you could always try replacing the line
<FilesMatch ".*\.(jpe?g|JPE?G|gif|GIF|png|PNG|swf|SWF)$" >
with
<FilesMatch ".*\.(jpeg|JPEG|jpg|JPG|gif|GIF|png|PNG|swf|SWF)$" >
although it should make no difference
**nods in agreement**:yes:
Re: Image Handler 2 Support
additional images not displaying here as well. using image handler 2.
question: how does additional image appear?
I followed the naming convention mentioned by Ajeh in tutorials and loaded additional image for one product to test with
what else can I look for?
Re: Image Handler 2 Support
No .htaccess file in bmz_cache folder -just added one. no additional image yet?
Re: Image Handler 2 Support
just noticed on server original product image file for product have [1].jpg . what is adding this [1] ?
Re: Image Handler 2 Support
Quote:
Originally Posted by
usr50
just noticed on server original product image file for product have [1].jpg . what is adding this [1] ?
A link to the test product would help..
Re: Image Handler 2 Support
Re: Image Handler 2 Support
Quote:
Originally Posted by
usr50
No .htaccess file in bmz_cache folder -just added one. no additional image yet?
Why?? this file is included with IH2.. Why did you have to create and add this file??
Quote:
Originally Posted by
usr50
additional images not displaying here as well. using image handler 2.
question: how does additional image appear?
I followed the naming convention mentioned by Ajeh in tutorials and loaded additional image for one product to test with
what else can I look for?
It would help if you posted the name of your main product image and the names of your additional images..
Also I would suggest double checking your lightbox installation.. If you are using ZLB, as has been posted SEVERAL times on the ZLB support thread, there is one file IH2 and ZLB have in common. You need to replace the one from ZLB with the one from IH2..