jit_image_manipulation icon indicating copy to clipboard operation
jit_image_manipulation copied to clipboard

Call to undefined method Image::applyFilter()

Open wdebusschere opened this issue 9 years ago • 4 comments

Symphony 2.6.7 .htaccess

IMAGE RULES

RewriteRule ^image/(.+.(jpg|gif|jpeg|png|bmp))$ extensions/jit_image_manipulation/lib/image.php?param=$1 [L,NC]

php_error.log Call to undefined method Image::applyFilter()

wdebusschere avatar Jun 24 '16 18:06 wdebusschere

$image->applyFilter( 'resize', array($width, $height) ); field.image_upload.php Line 60.

wdebusschere avatar Jun 27 '16 08:06 wdebusschere

Can you try the integration branch ?

nitriques avatar Jun 27 '16 17:06 nitriques

Seems to work, but my thumbnails in symphony are not displayed with RewriteRule ^image\/(.+.(jpg|gif|jpeg|png|bmp))$ extensions/jit_image_manipulation/lib/image.php?param=$1 [L,NC]

wdebusschere avatar Jun 27 '16 17:06 wdebusschere

Hum did you run the update script ? it should take care of this...

nitriques avatar Jun 27 '16 17:06 nitriques