PHP 7.2.10
ZC v1.56b
IH5 v5.1.3 (from ZC plugins)
I've uninstalled and reinstalled IH5 but still have the same issue, this is without making any changes to IH's Admin > Config > Images settings other than turning on 'IH resize images', hopefully these three scenarios will help determine what's going on:
1. For an existing product without images I add, in Admin > Tools > IH5, a new base image (res. 934x650) with 'image base name' blank, however the small, medium and large images then generated are all of the same resolution i.e. 750x521 (which corresponds to the 'IH Large Images' settings) - even though I had previously set the small & medium image widths to 225 and 486. The store side product listing just shows a scaled down version of the large image and image hover zoom doesn't work.
next,
2. For an existing product without images I add, in Admin > Tools > IH5, a new base image (res. 934x650) with image base name 'cats_IH' (the readme indicates it doesn't require a suffix), for this I receive no generated images and an on-page error of
Code:
Error!
Unable to determine the page link!
Function used:
zen_href_link('', '', 'SSL')
together with an error log file of
Code:
[28-Jun-2019 10:47:46 Europe/London] Request URI: /ADMIN/image_handler.php?products_filter=214&imgName=cats_IH&imgSuffix=&imgExtension=&action=layout_info, IP address: 127.0.0.1
#1 trigger_error() called at [D:\wamp64\www\MYDOMAIN.co.uk\ADMIN\includes\functions\html_output.php:16]
#2 zen_href_link() called at [D:\wamp64\www\MYDOMAIN.co.uk\ADMIN\image_handler.php:596]
--> PHP Fatal error: zen_href_link(, , SSL), unable to determine the page link. in D:\wamp64\www\MYDOMAIN.co.uk\ADMIN\includes\functions\html_output.php on line 16.
finally, and this seems to work but with errors,
3. For an existing product without images I add, in Admin > Tools > IH5, a new base image (res. 934x650) with image base name 'cats_IH.jpg' (with suffix this time), for this I receive correctly-sized small,medium and large images. The store side product listing correctly shows the small image and image hover zoom does work - yeah!. However, I still get the on-page error and error log file as above.
I did generate ih_debug files on the admin side.
Bookmarks