symphonycms / jit_image_manipulation

Just in Time Image Manipulation for Symphony CMS
http://symphonyextensions.com/extensions/jit_image_manipulation/
Other
25 stars 42 forks source link

Call to undefined method Image::applyFilter() #132

Open wdebusschere opened 8 years ago

wdebusschere commented 8 years ago

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 commented 8 years ago

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

nitriques commented 8 years ago

Can you try the integration branch ?

wdebusschere commented 8 years ago

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]

nitriques commented 8 years ago

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