KissIT image errors

Open to all! Ask other shopowners for help.
Locked
ce7
Member
Posts: 26
Joined: Tue Apr 06, 2021 12:26 am
Phoenix Version:
Has thanked: 18 times

KissIT image errors

Post 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!

Tags:


Join The Code Co-op to get access to your library in the Code Co-op Forum
ecartz
Core Team
Posts: 3084
Joined: Tue Nov 05, 2019 6:02 pm
Phoenix Version:
Has thanked: 4 times
Been thanked: 208 times

Re: KissIT image errors

Post 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.


Join The Code Co-op to get access to your library in the Code Co-op Forum
Locked