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

Jorrit’s picture

Status: Active » Reviewed & tested by the community

This change works for me.

mandreato’s picture

This worked for me too, but on utility-color.inc

dman’s picture

Thanks. 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

fietserwin’s picture

Issue summary: View changes
Status: Reviewed & tested by the community » Closed (won't fix)

D6 EOL. This module's D6 issues already haven't received any attention for over a year. Closing them all unconditionally now.