Closed (fixed)
Project:
MediaFront
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
22 Oct 2012 at 21:05 UTC
Updated:
4 Jan 2014 at 02:42 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
sah62 commentedNo one else has run into this? The error can be fixed by adding an "isset" check before referencing $options['link_to_player']. That is, change this:
to this:
Comment #2
ultimikeCan this be reproduced with a fresh copy of Drupal core and the latest version of MediaFront?
-mike
Comment #3
sah62 commentedI ran into it with the latest dev release version of MediaFront that was available on the date of my original post, but my Drupal installation is not fresh. It should be possible to reproduce with a fresh installation of MediaFront for which the view hasn't been successfully saved in the past.
Comment #4
drewkeller commentedJust ran into this myself while trying to get various players to work (MediaFront can't seem to find the minplayer, etc.). The fix in #1 worked for me to at least continue working on a view that included a media field.
Comment #5
drewkeller commentedMaybe if I make a patch, it will help. At least maybe be easier to apply next time I upgrade.
Comment #6
travist commentedThanks for your contribution. When you make patches, that gets my attention. ;)