Closed (fixed)
Project:
Views RSS: Media (MRSS) Elements
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Apr 2015 at 13:43 UTC
Updated:
28 Oct 2020 at 07:09 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
danepowell commentedComment #2
elenat82 commentedThis patch worked for me, I had the same error but on different lines:
Notice: Undefined index: type in views_rss_media_field_formatter_view() (line 183 of /web/app/html/example/sites/all/modules/contrib/views_rss_media/views_rss_media.field.inc).
Notice: Undefined index: type in views_rss_media_field_formatter_view() (line 238 of /web/app/html/example/sites/all/modules/contrib/views_rss_media/views_rss_media.field.inc).
Notice: Undefined index: type in views_rss_media_field_formatter_view() (line 248 of /web/app/html/example/sites/all/modules/contrib/views_rss_media/views_rss_media.field.inc).
Notice: Undefined index: type in views_rss_media_field_formatter_view() (line 260 of /web/app/html/example/sites/all/modules/contrib/views_rss_media/views_rss_media.field.inc).
Comment #3
casivaagustin commentedThe issue happens in different lines of the same function, I did this in order to avoid the warning in all lines
Comment #4
parisekSeems to work as quickfix
Comment #6
gisleFixed in latest development snapshot of the 7.x-1.x branch.