There is an error in some actions, like, canvas, text, etc... in all version 1.8, 2.0 and 2.x-dev.
"warning: Parameter 1 to theme_imagecacheactions_rgb_form() expected to be a reference, value given in ....."
The patch is this: (Posted by neorg on June 9, 2011 at 5:37pm)
change /imagecache_actions/utility.inc
function theme_imagecacheactions_rgb_form(&$form) {
to
function theme_imagecacheactions_rgb_form($form) {
Greetings and ty neorg.
Comments
Comment #1
Jorrit commentedThis change works for me.
Comment #2
mandreato commentedThis worked for me too, but on utility-color.inc
Comment #3
dman commentedThanks. Fixed in 2.x-dev
Was a warning only, so probably not fatal for older versions, will go live with the next stable release.
http://drupalcode.org/project/imagecache_actions.git/commit/5ce275a
Comment #4
fietserwinD6 EOL. This module's D6 issues already haven't received any attention for over a year. Closing them all unconditionally now.