- 🇨🇦Canada iStryker
Marking all 7.x as out of date. If the problem persists, then only a new issue.
Hi,
When I preview a page with an image with no caption I get:
Notice: Undefined index: image_field_caption in image_field_caption_field_diff_view_alter() (line 443 of /www/html/sites/all/modules/contrib/image_field_caption/image_field_caption.module).
Is it possible to fix this with something like:
if(!isset($item['image_field_caption']['value'])){$item['image_field_caption']['value']='';}
$values[$delta][] = diff_normalise_text($item['image_field_caption']['value']);
}
}
Closed: outdated
2.3
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Marking all 7.x as out of date. If the problem persists, then only a new issue.