I upgraded the imagecache module to version 5.x-2.0 and Asset module to version 5.x-1.0-beta3. After the upgrade when I try to view a CCK node type I keep getting the following error

PHP Fatal error: Call to undefined function _imagecache_get_presets() in /var/www/mysite.org/sites/all/modules/asset/modules/asset_imagecache.inc on line 24, referer:http://mysite.org/admin/content/node

Because of this im stuck with a version of imagecache and asset modules that are incompatible. Hope this can be fixed quickly.

Comments

brianV’s picture

It appears that the imagecache API has changed extensively between the 1.x releases and the new 2.0 release. There appear to be plans to release a compatibility layer to take care of this, but it hasn't been added yet.

See http://drupal.org/node/258602 for more details.

wmostrey’s picture

Doug has already taken a good step for compatibility for both versions: http://drupal.org/node/232021

Krummrey’s picture

Status: Active » Closed (duplicate)