When I insert image with dimensions larger than max values and Scaling images is switched on, imce module gives me an error : Error scaling image. No other information is given. How to fix this ?

Comments

ufku’s picture

imce uses drupal's image_scale function. and image_scale looks for any installed image library(default GD). if none is avaliable then it returns false. do you have gd installed?
or between the steps of scaling there can be some read/write errors.
sorry i cant reproduce this with my installation.

ufku’s picture

Version: master » 7.x-1.x-dev
Status: Active » Closed (cannot reproduce)