Could it have anything to do with the urchinTracker not defined error that I'm seeing in the FireFox and/or Chrome console? Chrome has gotten more (and more) finicky over the past couple of years.
Printable View
I'll look at that but I wouldn't expect it to be the problem as I have confirmed that it happens on a fresh 1.5.5e install with only image handler installed.
Have you applied this correction to the imagehover.js module distributed by the IH plugin?
Yes, I did try that and it made no difference
I am getting an error when trying to install IH4
Anyone know what is causing this?Quote:
PHP Fatal error: 1048:Column 'set_function' cannot be null :: INSERT INTO configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES (NULL, 'IH small images background', 'SMALL_IMAGE_BACKGROUND', '255:255:255', 'If converted from an uploaded image with transparent areas, these areas become the specified color. Set to -transparent- to keep transparency.', 4, 1021, now(), now(), NULL, NULL) ==>
I finally upgraded my Zen Cart to the latest version! For some reason, I'm getting a huge gap at the top of my store, above the header bar, and I can't figure out why. If I hit refresh in my browser it gets rid of it, but then if I scroll down the page and go back up, the gap is there again. Anyone know why this could be happening? Someone told me that it's an Image Handler issue. I didn't have this happen in my old store. I'm attaching a pic.
Joanne
Attachment 17383
Yes I've cleared my cache, rebooted, etc. When I first open the page it's fine, and then if I scroll down and hover over an image, then scroll back up the gap is there.
http://joannes-digital-designs.com/shop/
Thank you! It also seems like it is just the main page that does this - just noticed that.
Here is a site that is an example of image hover not working correctly when you compare firefox to chrome behavior. New 1.5.5e and IH4, https://estatedollhouseminiatures.com/ right on the front page you can hover the new product centerbox and in firefox the image popups will be right where you expect them to be but in Chrome the popups will be much farther up the page.
As far as I can tell, it is something about Chrome that updated recently, so it is treating the javascript differently then the way firefox is handling it.
It was happening in firefox too, but now there is a light blue bar above the Home top bar instead of a gap, so it's not just a Chrome thing. I don't see anything happening on the page you showed here. I hovered over the center products images, but nothing popped up, and nothing was up above either.
Hi,
I'm using IH v4.3.2 on a zc155e.
I'd like to make an adjustment to the hover effect for product lists (showtrail). Here is a link to a product list on my site:
https://002mc.justmedical.biz/index....index&cPath=70
When you mouse over an image, a larger version appears. What I want to do is remove the title text from that popup.
Is there a switch in settings for that?
I'd rather not muck about in code, but if there is no setting... can somebody point me toward a CSS solution? I'd do a display:none if I could figure out where to apply it. :)
I found the CSS solution. In style_imagehover.css, on line 23 (#trailimageid h1):
display:none
I'm fine with that, but if there is a switch would you please lemme know? I'd prefer that route.
I ended up disabling the image hover, was the only way to stop the blank space at the top of the page. Didn't happen with my old store and IH :(
Here is a screenshot of the hover in Chrome Version 62.0.3202.89 (Official Build) (64-bit) on Windows 10. I am hovering over the middle image of new products box
Attachment 17421
That isn't my site lol
Like I said I turned the hover thing off, so it wouldn't do it anymore. My site is http://www.joannes-digital-designs.com/shop/
Has anyone experienced issues when using png images?
Original png is 60.64Kb
IH4 creates a medium at 687.09Kb, and a small at 76.48Kb
If that's a bug, it's a pretty serious one.
IH4.3.2 running on ZC 1.5.5e
Also tested IH5 beta and experienced the same issue.
It's using png because that's what the site owner uploaded. Several hundred of them! And yes, he's using transparency.
I'm not here to debate the use of one image format over another though as that's a moot point when the images already exist.
Simple fact is that IH doesn't work correctly with png images, and that has been proven by soxophoneplayer who tested it himself.
Clearly this is a bug. If it's not a fixable one, then there is little point in png being processed by IH as the file sizes are simply ridiculous, and support for png might as well be removed.
Have you played around in
Configuration->Images and altered the compression settings
IH small images compression quality
IH medium images compression quality
IH large images compression quality
to see if this helps out.
Googling png images comes up with lots of issues regarding file sizes and image quality
So it may not totally be IH's fault but may be a problem with png and the underlying "server" software that manipulates the images on the server.
there really is no reason why either GD or ImageMagick cannot scale a .png image correctly. I can demonstrate that but I do not think I need to. Both technologies are well proven. If IH is creating smaller images that have greater file sizes there is either something funky going on in the code or there is something funky going on with the images.
The thing that those who believe it is a bug should do next is to create an absolutely simple .png image. So, go to photoshop/gimp/whatever and create a 1000X1000 image with a solid fill colour and nothing else. Save the image as a .png. Then see if you are experiencing the same issues when IH tries to scale that image. If you are then you have ruled out the 'something funky with your images' option.
If it is then the next step will be to work out if the server is running ImageMagick and/or GD (I am not sure what IH uses any more as I am a well-documented non-user of IH). I'd guess IH uses ImageMagick by preference but drops to GD if needed. Either way, find out what the server is using and then find out (by google or by asking your hosting company) how to scale an image directly on the server using ImageMagick (or GD). Do that with the test image you have created. If that directly scaled image is larger file size then you have shown that the problem is server related. If it is not larger then you have shown that it is an IH issue.
As I say, I am not a fan of IH anyway (just because it does something very simple in a very complex way) so am not all that interested in spending a whole lot of time on this but the steps above will allow you to identify where the problem is occuring.
I, too, just tried a .png image (with additional images):
Image 1: 328 x 370 (228KB)
Image 2: 1213 x 584 (1.28MB)
When run through IH5 (note that its processing hasn't changed from IH4), this produced:
Image 1: 70 x 80 (22KB), 106 x 120 (49.9KB)
Image 2: 100 x 48 (18.8KB), 150 x 72 (42.3KB), 750 x 361 (1.02MB)
That said, there's more to the .png file "expansion" than just the file type. Perhaps the original file's size?
OK, the file size matters! Tried again with an additional image 183 x 275 (11.2KB), which produced images 53 x 80 (16.7KB) and 79 x 120 (37.2KB).
The issue's source lies in the save_imageGD function present in /includes/classes/bmz_image_handler_class.php:
I'm guessing that most stores use the default quality configuration values of 85, which is what I'm using for my investigation. I'll also note that the documentation for the imagepng function's 3rd input (quality) indicates that the value should be an integer in the range 0 to 9.Code:public function save_imageGD($file_ext, $image, $dest_name, $quality = 75)
{
global $ihConf;
switch (strtolower($file_ext)) {
case '.gif':
if(!function_exists("imagegif")) return false;
$ok = imagegif($image, $dest_name);
break;
case '.png':
if(!function_exists("imagepng")) return false;
$quality = (int)$quality/100;
$ok = imagepng($image, $dest_name, $quality);
break;
case '.jpg':
case '.jpeg':
if(!function_exists("imagejpeg")) return false;
$ok = imagejpeg($image, $dest_name, $quality);
break;
default: $ok = false;
}
imagedestroy($image);
return $ok;
}
I made a slight change to the function, sanitizing that quality input, with the resultant files being 7.95KB and 15.8KB respectively.
That looks like a start! I'll be posting that update to the IH5 GitHub repository.Code:public function save_imageGD($file_ext, $image, $dest_name, $quality = 75)
{
// -----
// Initially, santitize the quality input for use by imagejpeg; values should
// be in the range 0-100.
//
$quality = (int)$quality;
if ($quality < 0 || $quality > 100) {
$quality = 75;
}
switch (strtolower($file_ext)) {
case '.gif':
if(!function_exists("imagegif")) return false;
$ok = imagegif($image, $dest_name);
break;
case '.png':
if(!function_exists("imagepng")) return false;
// -----
// The quality input for imagepng requires an integer value in the
// range 0-9. If the value's out-of-range, use a proportional setting
// based on the input.
//
if ($quality > 9) {
$quality = (int)(9 * $quality / 100);
}
$ok = imagepng($image, $dest_name, $quality);
break;
case '.jpg':
case '.jpeg':
if(!function_exists("imagejpeg")) return false;
$ok = imagejpeg($image, $dest_name, $quality);
break;
default:
$ok = false;
break;
}
imagedestroy($image);
return $ok;
}
Have Zencart 1.5.4 When I click on a product that uses Image Handlet, I get a blank page with just one photo. just one page with the issues Just click on any item. one of my logs
Code:[24-Dec-2017 14:10:03 UTC] PHP Warning: Illegal string offset 'cPath' in /home/cubmanky1/public_html/store/includes/classes/navigation_history.php on line 40
[24-Dec-2017 14:10:03 UTC] PHP Warning: Illegal string offset 'products_id' in /home/cubmanky1/public_html/store/includes/classes/navigation_history.php on line 40
[24-Dec-2017 14:10:03 UTC] PHP Warning: A non-numeric value encountered in /home/cubmanky1/public_html/store/includes/classes/categories_ul_generator.php on line 58
[24-Dec-2017 14:10:03 UTC] PHP Warning: A non-numeric value encountered in /home/cubmanky1/public_html/store/includes/classes/categories_ul_generator.php on line 73
[24-Dec-2017 14:10:03 UTC] PHP Warning: A non-numeric value encountered in /home/cubmanky1/public_html/store/includes/classes/categories_ul_generator.php on line 73
[24-Dec-2017 14:10:03 UTC] PHP Warning: A non-numeric value encountered in /home/cubmanky1/public_html/store/includes/classes/categories_ul_generator.php on line 73
[24-Dec-2017 14:10:03 UTC] PHP Fatal error: Uncaught Error: Cannot use string offset as an array in /home/cubmanky1/public_html/store/includes/modules/responsive_sheffield_blue/additional_images.php:114
Stack trace:
#0 /home/cubmanky1/public_html/store/includes/templates/template_default/templates/tpl_modules_additional_images.php(13): require()
#1 /home/cubmanky1/public_html/store/includes/templates/responsive_sheffield_blue/templates/tpl_product_info_display.php(83): require('/home/cubmanky1...')
#2 /home/cubmanky1/public_html/store/includes/modules/pages/product_info/main_template_vars.php(178): require('/home/cubmanky1...')
#3 /home/cubmanky1/public_html/store/includes/templates/responsive_sheffield_blue/common/tpl_main_page.php(251): require('/home/cubmanky1...')
#4 /home/cubmanky1/public_html/store/index.php(97): require('/home/cubmanky1...')
#5 {main}
thrown in /home/cubmanky1/public_html/store/includes/modules/responsive_sheffield_blue/additional_images.php on line 114
@cubmanky:
in includes/classes/navigation_history.php, lines 32-34 change as follows:
lets us know if that fixes it!PHP Code:
//from
function add_current_page() {
global $request_type, $cPath;
$get_vars = "";
//to
function add_current_page() {
global $request_type, $cPath;
$get_vars = array();
best.
Someone pointed out that I was using a .JPG and changed it to lower case and it worked.
that may be true, but it has nothing to do with the error message that you have posted.
you have an illegal string offset.
my guess is that you are running php7 on a v154 site. which is not recommended. see:
https://www.zen-cart.com/content.php...o-run-zen-cart
php7 handles strings/arrays differently than earlier versions.
the ZC team addressed these issues in ZC v155.
you can try running php5.6 and it could address all of the issues you are having. else you can update, or you can try my fix.
if you are currently running less than php7, and still experiencing these issues, i will crawl back into the hole from whence i entered....
I think this is from this mod; I get the following error:
Cannot use string offset as an array
PHP Code:
End Image Handler changes 2 of 2
$image_regular = zen_image($products_image_medium, $products_ar['products_name'], $width, $height, 'class="adt-img"');
$large_link = zen_href_link(FILENAME_POPUP_IMAGE_ADDITIONAL, 'pID=' . $products_id . '&pic=' . $i . '&products_image_large_additional=' . $products_image_medium, 'SSL');
$script_link = '<a href="'.$product_link.'" title="' . $products_ar['products_name'] . '">' . $image_regular .'</a>';
// List Box array generation:
$list_box_contents[$row][$col] = array('params' => 'class="item "', 'text' => array("imglink"=>$script_link, "img"=>$image_regular));
$col ++;
if ($col > (IMAGES_AUTO_ADDED -1)) {
$col = 0;
$row ++;
}
Does this plug in work seamlessly with Attribute image? https://www.zen-cart.com/downloads.php?do=file&id=699
Thanks
Image Handler puts images in the bmz_cache directory.
Putting the images in this directory causes problems when I signed up for CDN service to improve the site loading time. The CDN caches all files in the images directory but not the bmz_cache directory. Although the images are visible on the server the large images on the product pages do not appear with the CDN active.
To eliminate this problem should I copy all the files in the bmz_cache directory to the images directory or is there another work around for this problem.
Hi,
Just did a fresh instal of 1.55f, then installed correctly the IH 4, all is well when I add one photo.
But when I add multiple images, it ads them fine on the admin side, but on the store front the product page description turns blank, once I remove the additional images they description and name etc come back.
No weird characters in file name, the extension is lowercase .jpg, the names are photo, photo_01, photo_02 etc.., Not sure of the issue, again this is a fresh install with no other mod installed.
I really hope someone can help, been working on this a while now and am too tired so I asking for help.
Two things. While not exactly a cause, there is now an IH5 that was designed to integrate "better" with ZC 1.5.5. The other and more related to this issue is that at least with IH4 and more specifically the compression software it accesses, if the overall picture resolution were too high then the problem you have described would occur: namely the blank screen(s) which on occasion would affect the admin as well when trying to access the IH4 image tool with the same problem file. The issue was seen with the image on its own or as an added image meaning that it wasn't as if it took more than one image to see the problem.
Unfortunately the solution when using IH4 tended to be to down size the image a little before storing it on the site and then the software could address it more appropriately. I can't say that a magic dimension was ever found at least for my system, but I would often change the resolution to a maximum of like 1024 in say the vertical direction then page through new product after adding the image(s) to see if there were any issues.
Hi mc,
Thanks for your help :)
I for some reason did not actually notice the IH5 in the plugins that's why I installed IH4 :(
I now uninstalled IH4 and Installed IH5 and it's working great now, I can see additional images with no issues! (p.s: images were low res as well.)
[the only noticeable change is the IH5 doesn't seem to show Medium Photos, only Small & Large]
I have installed (fual_slimbox_v2_1_0a), and it works great together :smile:
Again, thank you for your help!
I have installed Image Handler but this message constantly displays in the admin
Image Handler5 was successfully updated from vIH_VERSION to v5.1.2.
Please can you tell me how to remove it
Noting also that the support thread for IH-5 is located here: https://www.zen-cart.com/showthread....Support-Thread
zc 1.5.0 php 5.6
I installed Image handler about month ago and everything seemed ok. Imges got watermarked and bmz_cache filled with images. Then I noticed that even the subfolders and original images from /images folder had just disappeared. In the documentation states that original images are left intact. Question is where they are now?
Unless you use IH to delete images, the base images are left intact. I don't know what process removed them.
I don't understand that either, also cache folder is empty and it used to have log data. Something strange is happening. I have installed query cache because 1.5.0 don't support it and we are going to upgrade in near future to 1.5.5.f this is very strange. Could query cache cause this issue?
More than likely access has been gained by someone and there is some additional software on the site allowing continued access. If the physical image files are no longer in the images directory nor the bmz_cache directory, then it is likely that files in other places are going to begin to be removed by the same process that allowed deletion of those files. Recommend: http://www.zen-cart.com/wiki/index.p...ing_From_Hacks
Thank you Lat9 & mc12345678 bmz_cache files are ok and images are visible on the shop, I will investigate about hacking possibility.
I checkedthe site to my best ability comparing with backupand found no clues about hacking.
I also checked the settings and I could not see the option to delete images in adminside? Is there possibly an option in the source code to make Imagehandler destroy images?Code:Unless you use IH to delete images,
Any help would be greatly appreciated.
Deletion using IH would be through the normal admin interface of working with images of a product and would require identifying to delete the image from the server. Asimilar option is available in th product information page when working with the image(s).
Would really suggest that a separate thread be begun to address this as IH just does not willy nilly delete images from the images folder.
You indicated above that the store runs Zen Cart 1.5.0, but you didn't indicate what version of IH you installed.
Hi,
the image handler version is 4.3.2
Have been advised I should post my problem here....
Zencart 1.5.4 IH4.
Whatever settings I use in IH it does not put my images where I want them eg in IMAGES/FASHION/SUNDRY IMAGES/FASHION/DONNA
I have tried all combinations. What do I need to put in the IH boxes to make sure they go there?
I already have most of my images uploaded to the server in structured directories under IMAGES.
Can anyone tell me what goes in what b ox in IH to achieve this?
anyone???
was advised to post in this thread but it seems no-one is looking......
Greetings all - Ok a long time ago i worked on image handler, but i moved away from the job and ill health meant i havent been around it for a while, anyway long story short, i have just been asked to look over a site i did years ago running zen 1.5.1 and Image Handler 4.0, (no FTP access unfortunately), but was the abilitiy to add additional product images ever added to image handler, I was sure it was a function we added in, but I can't seem to find it, Am i just mis-remembering it and going senile in my old age
Hello,
Does anybody have problem with image hover option in Chrome browser? I think this is a new thing from Chrome update or something. In product listing, new products, all products, etc. after the first line of products, when you hover on product the popup image is not on the right place, instead is somewhere in the top of the screen where the first line of products is. I have the same issue is on a few websites where I am using this image hover pop up.
You can see it here: https://knigianglia.co.uk/novi-knigi and on this clean installation (without modifications): https://knigianglia.co.uk/CLEAN/inde..._page=specials
Can someone help to resolve this issue? I tried CSS but can't find a solution. It looks like a problem with relative position in the product box, but they are all display relative.
Kind regards,
Anton
Would suggest verifying that the associated page(s) pass html validation before attempting to adjust anything related to the popup image. While the link below identifies 87 errors, a majority of those appear to be based on the definition of the page type rather than proper closing of elements such as div tags or lists. Such improper closings leave the browser to try to figure out how to respond...
https://validator.w3.org/check?uri=h...org%2Fservices
That image-hover script has been problematic for the past few years, in both IH-4 and IH-5. So much so, that the feature will be dropped in a future version of IH-5.
try the attached jscript_imagehover.js file
goes in includes/templates/YOUR_TEMPLATE/jscript folder
It is from a much older version of image handler but it seems to solve the problem on the sites I have used it on with newer versions of image handler. The problem has existed with the hover for more than a year, at some point something changed with the javascript engine in chrome.
I have loaded lots of images to my website, but a lot of them are being displayed as Landscape mode eg https://www.vintagemagazines.eu/1970...vbhnoigl9fb2g7
The image is correct (ie Portrait) on both on my local drive and server. Any thoughts why this happened and how to correct these?
I suspect that there is EXIF data that flags the image as being rotated. This information is not read by a lot of programs, but the image viewer that you are using to look at the image on your local computer (and after downloading it from the server) probably does read the EXIF data. The easiest way to correct this is to open the image in some image manipulation program (like GIMP or Photoshop), rotate the image the way you want it, export that for web or save for web, and then upload that saved version to replace the one on the server. This should *actually* rotate the image, rather than relying on web browsers and shopping cart software to read EXIF data (generally neither does).
Hi Team
I am facing an issue. Using the below
Zencart : 1.5.4
IH4
Magic Zoom
I loaded an image of size 33 kb of dimensions 500X500. When I see the medium and large images of the same, I see the size of those larger than the original. Can someone help please. Attached http://prntscr.com/rg9iov
This is happening for each and very image i am loading.
Regards
Harshit
Hi Everyone,
I have issues with Image Handler 4 that I can't figure out. Problem is I'm not too tech savvy.
I currently have
Zen Cart 1.5.3
Image Handler4 4.3.2
PHP Version 5.6.40
SQL 5.0.11
Ceon URI Mapping (SEO)
Responsive All Business Template
I had someone install the Image Handler 4 and love how the hover works etc.
Love the easy adding of images to products.
The first issue I have is: When I go to admin, click on tools and the Image Handler 4 tab everything comes up fine.
I added a category Antique Pontiac Car Brochures, as soon as I click on it, the whole pages under the tab bar disappears.
Here is a screen shot of before and then one of after.
Attachment 19221Attachment 19222
I'm not sure why it's doing that when I tried to do a postcard, it worked fine.
I originally added a new brochure to Antique Car Brochures which came up but as soon as I clicked on the Pontiac Car Brochure the same thing happened.
So I tried a new category and added the brochure there instead but same problem.
The second issue I have is since the contribution was added I've only done two postcards and the images are great.
However the layout of the whole product page is awful.
I tried making the images smaller, I tried changing the left and right column sizes and neither worked.
Is there something I can do to make the page correct.
I've attached a link to the site and product that I did where I love the hover image but the layout is awful. The description is broken up around the Product title and Add to cart button and price.
I can't figure out how to fix that.
https://www.cocomilkcollectibles.com...ticut-big-lett
Every time I try and do the read me link for this contribution I get an error message. So I'm hoping someone here can help me.
Thank you in advance,
Linda
You may have accidentally removed or added a character that is causing the problem.
Following the docs at https://docs.zen-cart.com/user/troub...ng/blank_page/ may help.
It's weird though it's only with the one category and one item, I've just added about 25 postcards without a hitch.
Would that make a difference if it's just one product I'm having an issue with ? And the one new category that I tried to add the product too ?
Would the missing or added character not effect the postcards I have put on ??
Thank you for the reply.
The "blank part of the page" is indicative of a PHP fatal error that halted execution and therefore halted generating the rest of the page.
Follow the troubleshooting guide mentioned above to read the logs to see the actual error so you can sort it out.
Thank you ! I'm just confused as to why it's only working with that one category and then that product.
I looked at the logs and had the problem today when I checked to see if it was any different and was still a problem.
There was nothing at all in the logs for today or yesterday.
I'll send what you said to the person who put the contribution on the cart and see if he can make heads or tails on it.
Thank you again,
Linda
Sorry to post again before hearing back from my guy.
I tried adding a TEST category and put a test product in the category.
It all worked fine.
I went back and deleted the Antique Pontiac Car Brochure Category.
Added a New Category Antique Pontiac Car Brochure and put a brochure in.
Clicked on the image handler button under actions section for the product and it brought me to a blank admin page like the one I posted.
I tried again from the tools area in admin same issue.
I can't figure out why it's only a problem with the one added category.
I thought maybe it was all new categories but was working with old categories because I've added more postcards.
Which was why I decided to try a test Category with a test product. But the IH 4 in the tools tab worked fine with the test category and test product.
Sorry but I'm so confused.
Thank you again,
Linda
Are you positive that the information you are entering does not have an embedded special character?
https://docs.zen-cart.com/user/troub...d-product-data
Thank you for responding dbltoe,
For the Category I used Antique Pontiac Car Brochures
For the product I used 1949 Pontiac Foldout Car Brochure
When I was listing it I used 1949Pontiac1.JPG for the image.
All Free Hand Typing, no copy and paste and no special characters.
Can't even click on the category in the tools Image Handler 4 for Antique Pontiac Car Brochures. Page will disappear.
When I put the product in my Antique Car Brochure Category in tools, the category is there, but when I try clicking on the product 1949 Pontiac Car Brochure the same problem occurs. But I can click on any other brochure in there and it works fine.
Just to have an image with the product I uploaded addition images the old fashioned way just to have an image that will enlarge. I would really rather the IH4 worked, I have like 40 or more brochures I would like to add. :blush:
Thank you again,
Linda
Suggest changing the original filename extension from JPG to jpg.
Well that's weird. I didn't do anything and now it's working.
Thank you everyone.
If it acts up again, I'll probably be back.
I hope you all have a great day and thanks again !!!!
Linda
I am using 1.5.5e version.
Today, I noticed that all the extra images are missing from my store. I am sure they WERE visible on the front end before, but now, I can only see them in the backend and they no longer display on the front end.
Here are some examples where extra images are added but not visible.
https://creationcassel.com/store/ind...roducts_id=489
https://creationcassel.com/store/ind...roducts_id=588
I Have not installed anything recently, or changed or updated anything. I am unsure where to look for an explanation and/or a solution.
Can you help?
It appears the product pages with additional images are failing to fully load - no footer. Hopefully there will be an error log in the /logs folder. Additionally, looking at the source code, I see the HTML ends where the additional images code begins. Perhaps a further clue as to where the issue lies.
Not sure that there's an easy way to enable/disable error logs/logging. Some suggestions if you're sure files aren't being generated in your logs folder:
https://docs.zen-cart.com/user/troub...ing_log_files/
https://www.zen-cart.com/showthread....-being-written
If you do have log files then this Doc may help, https://docs.zen-cart.com/user/troub...ng/debug_logs/, post the content of the file if you need help.
Would suggest starting new threads for either of these issues as they probably don't relate to IH4.
Is this plugin being support or updated any longer? I want to upgrade my site to 1.5.7d and I've been using this plugin for quite a while. But I see it is 9 years since it's been updated. Thanks.
There's a newer version at https://www.zen-cart.com/downloads.php?do=file&id=2169 for 1.5.7+.
Thank you, I missed that in my search.
Dutch translation (in you're admin folder):
DirkS
Thanks, I'll review and possibly incorporate into Image Handler's distribution. Note that the current support thread is here: https://www.zen-cart.com/showthread.php?222983
Sorry translation is for version 5 (wrong threat), but maybe also usable for version 4.
Will post it in the right one.
DirkS