Error upon enabling module:
Your current build of Views RSS module (undefined) is too old for this version of Views RSS: Media Elements module to work properly. Minimum version required is 7.x-2.x-dev-20120314. Please upgrade.
The version I have installed of Views RSS is 7.x-2.0-rc3+3-dev (2012-May-02).
Comments
Comment #1
scotthorn commentedI had this problem as well. You have to enable views_rss BEFORE you try to enable views_rss_media. Otherwise the defined constant media looks for hasn't been defined yet. Seems a little odd... but I'm not sure if it's a bug.
Comment #2
maciej.zgadzaj commentedFixed in the most recent dev version, just pushed to d.o.
Comment #3
deanflory commentedThanks maciej.zgadzaj!