Re: Image Handler 2 Support
Quote:
Originally Posted by
DarkAngel
try deleteing them from the server side by just deleteing all the folders
and
what are you image settings
Did the file deletion on the server side.. still the same.. no images shows up...
as for the image setting. I followed exactly instructed as the one from documentation...
:frusty:
:frusty:
:frusty:
Re: Image Handler 2 Support
Quote:
Originally Posted by
Luvmoomoo
Did the file deletion on the server side.. still the same.. no images shows up...
as for the image setting. I followed exactly instructed as the one from documentation...
:frusty:
:frusty:
:frusty:
are you adding the images by uploading or by image handler under the tools in admin?
hae you verified that every file got uploaded to the right spot?
Re: Image Handler 2 Support
Quote:
Originally Posted by
DarkAngel
are you adding the images by uploading or by image handler under the tools in admin?
hae you verified that every file got uploaded to the right spot?
you know what... I found the .htaccess in the bmz_cache and it shows:
Code:
# but now allow just *certain* necessary files:
<FilesMatch ".*\.(jpe?g|JPE?G|gif|GIF|png|PNG|swf|SWF)$" >
Order Allow,Deny
Allow from all
</FilesMatch>
Then i swapped a pic to GIF... it got displayed and the hover worked too.. except for the watermark..
Do you think its got to do with the JPEG or any configs?
I changed it to:
Code:
# but now allow just *certain* necessary files:
<FilesMatch ".*\.(jpeg|JPEG|gif|GIF|png|PNG|swf|SWF)$" >
Order Allow,Deny
Allow from all
</FilesMatch>
But no changes...
Here's how it looks like from the admin page:
http://miuchimoo.com/baby/Manager.JPG
http://miuchimoo.com/baby/Preview.JPG
Thank you sooo much...
Re: Image Handler 2 Support
Another thing... I found difference in the gd between the local and the server... could it be possible the cause?
Local:
http://miuchimoo.com/baby/localGD.JPG
Server:
http://miuchimoo.com/baby/ServerGD.JPG
:frusty:
Re: Image Handler 2 Support
The image file name suffixes are case sensitive for multiple and extra size images. If your base image is picture.jpg and your large picture is named picture_LRG.JPG it won't find it. It needs to be picture_LRG.jpg (same case suffix)
Re: Image Handler 2 Support
Quote:
Originally Posted by
breauxlg
The image file name suffixes are case sensitive for multiple and extra size images. If your base image is picture.jpg and your large picture is named picture_LRG.JPG it won't find it. It needs to be picture_LRG.jpg (same case suffix)
Not sure who you are addressing this too (should say, I'm not sure which post in this support thread this is in reply to), but the image suffixes is probably the ONLY part of the default Zen image functions that IH2 does NOT use.. You only need to upload your largest image, IH2 takes care of creating and naming your small and medium images.. and NONE of this activity requires the use of image suffixes being included in the file names you upload.. IH2 takes care of all the work for you..
Re: Image Handler 2 Support
Quote:
Originally Posted by
Luvmoomoo
you know what... I found the .htaccess in the bmz_cache and it shows:
Code:
# but now allow just *certain* necessary files:
<FilesMatch ".*\.(jpe?g|JPE?G|gif|GIF|png|PNG|swf|SWF)$" >
Order Allow,Deny
Allow from all
</FilesMatch>
Then i swapped a pic to GIF... it got displayed and the hover worked too.. except for the watermark..
Do you think its got to do with the JPEG or any configs?
I changed it to:
Code:
# but now allow just *certain* necessary files:
<FilesMatch ".*\.(jpeg|JPEG|gif|GIF|png|PNG|swf|SWF)$" >
Order Allow,Deny
Allow from all
</FilesMatch>
But no changes...
Here's how it looks like from the admin page:
http://miuchimoo.com/baby/Manager.JPG
http://miuchimoo.com/baby/Preview.JPG
Thank you sooo much...
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?
Re: Image Handler 2 Support
Quote:
Originally Posted by
RoPey
Hi
I'm using ZenCart 1.3.7.1 for one of my customers (planning a full upgrade over the next month or so) and recently added Zen LightBox at their request. However, after that install the additional images ceased to display. I found that people said that Image Handler solves this issue, so installed Image Handler Version 2 for 1.3.7.
However, although the install works fine and I can see the additional images in the Admin area for IH, I still do not see the additional images on the products themselves.
I found on this thread
http://www.zen-cart.com/forum/showth...35913&page=645 that apparently the order in which these two mods are installed makes a difference, but apparently the additional_images.php file is the key and the ZLB should be the one used. I've made sure that this is one being used but still see no additional images.
Can anyone tell me which bit of code actually controls the appearance of the additional images?
Thanks
I am having a similar issue (additional images not showing up after lightbox upgrade) so i am about to upgrade. (from IH2 1.5 to 2.0 rev8 running in ZC 1.38a)
My question is that the Read Me file states:
"BEFORE you install the Rev 8c files, you MUST uninstall the currently running version of Image Handler2 1.3.x. In Admin > Tools >Image Handler2 click on the "Admin" link, and click on "Remove Image Handler from database""
If i do this an re-install, will my additional images still be there, or will i need to start from scratch?
Re: Image Handler 2 Support
Quote:
Originally Posted by
dni
I am having a similar issue (additional images not showing up after lightbox upgrade) so i am about to upgrade. (from IH2 1.5 to 2.0 rev8 running in ZC 1.38a)
My question is that the Read Me file states:
"BEFORE you install the Rev 8c files, you MUST uninstall the currently running version of Image Handler2 1.3.x. In Admin > Tools >Image Handler2 click on the "Admin" link, and click on "Remove Image Handler from database""
If i do this an re-install, will my additional images still be there, or will i need to start from scratch?
your images should still be there when you get done with the upgrade...but you really should upgrade both the store and the ih2...that version of store is prone to hacking and the newest is great
then when you get it upgraded remember to use the additional_pages.php from lightbox instead of the one with IH2 so they both play well together...I think that is the one
Re: Image Handler 2 Support
Yes your images will still be there.. IH2 uses your original images to generate the images it uses in the bmz_cache folder..
Quote:
Originally Posted by
dni
I am having a similar issue (additional images not showing up after lightbox upgrade) so i am about to upgrade. (from IH2 1.5 to 2.0 rev8 running in ZC 1.38a)
My question is that the Read Me file states:
"BEFORE you install the Rev 8c files, you MUST uninstall the currently running version of Image Handler2 1.3.x. In Admin > Tools >Image Handler2 click on the "Admin" link, and click on "Remove Image Handler from database""
If i do this an re-install, will my additional images still be there, or will i need to start from scratch?