Howdy. I'm planning to try to resolve this issue myself, but I wanted to give others a heads-up, in case someone gets to it first.

Seems that the internal interface for the imagecache module has changed recently, such that function names have changed (and something internal that I haven't figured out yet). Changing function names to remove "_add" allows the creation of presets, but errors out on the creation of actions.

I've found the issue pretty reliable to duplicate: just try to run a pattern containing imagecache instructions!

Comments

vaish’s picture

Status: Fixed » Active

Hi michaek,

I didn't have a chance to confirm the issue personally but it's not uncommon that module upgrades break patterns functionality by renaming functions or changing their api. Your patch to fix this issue will be very much welcomed.

Thanks,
Vaish

vaish’s picture

Status: Active » Fixed

imagecache.inc updated to work with latest version of imagecache module. Here is the compatibility overview:

patterns dev release dated 2009-Oct-02 and older releases are compatible with imagecache 6.2 beta9 or older
patterns dev releases newer then 2009-Oct-02 are compatible with imagecache 6.2 beta10

Status: Active » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.