Just making a note of this for anyone else looking.

Imagecache 2.X is not backwards compatible yet with modules built to work with Imagecache 1.x. There has been a whole raft of changes implemented in the API. The following comment is in the code:

/**
 *  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
 * 
 *  The 2.x API returns more structured data, has shorter function names, and 
 *  implements more aggressive metadata caching.
 *
 */

imagecache_compat.module has not yet been added to CVS. Therefore, any module calling functions in the imagecache 1.x API will fail for the time being.

Related Bug: http://drupal.org/node/257924

Comments

dopry’s picture

Yeah... that compatability layer won't come to pass. I removed mention of it in DRUPAL-5--2.

dopry’s picture

Status: Active » Closed (fixed)