Postponed (maintainer needs more info)
Project:
Caption Filter
Version:
7.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Oct 2011 at 21:55 UTC
Updated:
8 Aug 2013 at 20:49 UTC
Base D7.8. Install insert, caption_filter, wysiwyg w/tinymce. Add an image field to Basic page. Create a Basic Page, result is:
Notice: Undefined index: caption_from_title in caption_filter_element_process() (line 245 of caption_filter.module)
If I disable insert.module, the notice goes away.
Comments
Comment #1
13rac1 commentedHaha! Module load weight! I ran the update hooks and issue was corrected.
Comment #2
chrowe commentedThis seems to only come up for me when I have http://drupal.org/project/imagefield_crop enabled.
I am running imagefield_crop-7.x-1.0
Comment #3
kmonty@chrowe - I just enabled imagefield_crop 7.x-1.x and couldn't reproduce the error. Can you provide clear steps as to how to get the error?
Comment #4
stevieegee commented@kmonty I too have just encountered the same error - Notice: Undefined index: caption_from_title in caption_filter_element_process() (line 245, after installing imagefield_crop.module today. I have two image fields on an article content type, one that uses the caption filter in conjunction with the insert module and another that uses the imagefield crop module. The error arises when I create an article.
Drupal 7.22
Caption Filter 7.x-1.2
Image crop 7.x-1.1
Thank you for looking into this.
Comment #5
stevieegee commentedComment #6
stevieegee commented@kmonty I also uninstalled caption filter and reinstalled it but I still received the error.
Comment #7
populist commentedI looked through this issue and am not able to replicate it with the -dev of caption_filter and the newest version of insert module.
Comment #8
populist commentedTo the extent which this is still a problem, likely solved by the patch/solution that comes out of #1985458: Problem with caption_from_title?