Imagefield (CCK) calls _imagecache_get_presets(), which is not any longer in imagecache.

     if (module_exists('imagecache') && !function_exists('_content_field_view')) {
        $options = array();
        $options['default'] = 'Default';
        $presets =  _imagecache_get_presets();

Where is the image_compat.module? Would that fix the problem?
Takenn from ImageCache 2.x API:

 *  The API for imagecache has changed. There is a compatibility layer for 
 *  imagecache 1.x. Please see the imagecache_compat.module

Comments

ericdes’s picture

Status: Active » Closed (fixed)

imagefield-5.x-2.0-rc2.tar.gz doesn't call _imagecache_get_presets().