* warning: imagefilter() expects exactly 3 parameters, 5 given in /modules/imagecache_actions/imagecache_coloractions.module on line 201.
* recoverable fatal error: Object of class stdClass could not be converted to string in /web/includes/bootstrap.inc on line 667.
* warning: preg_match() expects parameter 2 to be string, object given in /web/includes/bootstrap.inc on line 670.
* warning: preg_match() expects parameter 2 to be string, array given in web/includes/bootstrap.inc on line 670.
Comments
Comment #1
dvgm commentedI had the same error and solved it by replacing the following line of code in the imagecache_gd_imagefilter function in imagecache_coloractions.module
by
Thanks to Eaton which gave me the hint at http://drupal.org/node/212537.
Comment #2
Countzero commentedThanks a lot for this fix. Shouldn't it be commited to main source ?
Comment #3
dman commentedApplied to 6-1-dev
May be backported one day.
Comment #4
dman commented