Closed (fixed)
Project:
ImageCache
Version:
5.x-2.0-beta
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Jan 2008 at 07:03 UTC
Updated:
17 Jan 2008 at 07:12 UTC
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
Comment #1
ericdes commentedimagefield-5.x-2.0-rc2.tar.gz doesn't call _imagecache_get_presets().