On every cache flush imagecache_token_token_info_alter is called which alters the type of every field of type 'image' to read 'image-field'. The minor issue here is it doesn't check for token existence prior to altering the type thus creating a new token array value of array('type' => 'image-field'), which is obviously missing the name property that's required. The attached patch fixes the issue.

CommentFileSizeAuthor
imagecache_token.module.patch687 bytesevgeny.chernyavskiy

Comments

hydra’s picture

Status: Needs review » Closed (fixed)

This should be fixed by https://drupal.org/node/1525210#comment-7567339
If not, please reopen this issue, thank you!