KissIT image errors
Posted: Sat Mar 12, 2022 4:08 am
hi @raiwa ,
Thank you for update the addon, I had installed v1080 addon onto 1087,
after click on admin/configuration/images/ and catalog/images/thumbs will be created with different dimension thumbs.
And when view the front page, the watermark show up on logo and product categories without problem, but when try to open product image and product via manufacturer, found 2 errors occur:
Recoverable fatal error: Object of class Image could not be converted to string in /catalog/includes/modules/boxes/templates/tpl_bm_manufacturer_info.php on line 9
Recoverable fatal error: Object of class Image could not be converted to string in /catalog/includes/modules/pi/product_info/templates/tpl_pi_gallery.php on line 3
Thanks!
Thank you for update the addon, I had installed v1080 addon onto 1087,
after click on admin/configuration/images/ and catalog/images/thumbs will be created with different dimension thumbs.
And when view the front page, the watermark show up on logo and product categories without problem, but when try to open product image and product via manufacturer, found 2 errors occur:
Recoverable fatal error: Object of class Image could not be converted to string in /catalog/includes/modules/boxes/templates/tpl_bm_manufacturer_info.php on line 9
Code: Select all
new Image("images/$_image", ['class' => 'card-img-top'], htmlspecialchars($_brand), SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT)
Code: Select all
new Image('images/' . $active_image['image'], ['alt' => htmlspecialchars( $active_image['htmlcontent'])])