Page 1 of 1

KissIT image errors

Posted: Sat Mar 12, 2022 4:08 am
by ce7
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

Code: Select all

    new Image("images/$_image", ['class' => 'card-img-top'], htmlspecialchars($_brand), SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT)
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

Code: Select all

    new Image('images/' . $active_image['image'], ['alt' => htmlspecialchars( $active_image['htmlcontent'])])
Thanks!

Re: KissIT image errors

Posted: Sat Mar 12, 2022 4:12 am
by ecartz
Please ask all questions about free add-ons in the appropriate add-on support area. E.g. app.php/addons/free_addon/kissit_image_ ... er/support

Note that if you find the add-on for download, e.g. app.php/addons/free_addon/kissit_image_thumbnailer Then there is a tab on every free add-on for the associated support area. So finding the support area is basically finding the add-on in the add-ons area and then clicking the Add-on discussion/support tab.

Paid add-ons e.g. app.php/addons/paid_addon/kissit_image_thumbnailer_pro do not have support areas. You are expected to contact the person you paid directly for support. But all free add-ons have their own support areas, which are as simple to find as the add-on itself.