I get the following error both in the views UI.

Strict warning: Declaration of views_rss_plugin_style_fields::options_validate() should be compatible with that of views_plugin_style::options_validate() in require_once() (line 8 of /.../drupal7/sites/all/modules/views_rss/views/views_rss_plugin_style_fields.inc).

And another warning on the page the feed icon is displayed at.

Strict warning: Declaration of views_rss_plugin_style_fields::options_validate() should be compatible with that of views_plugin_style::options_validate() in _registry_check_code() (line 2982 of /.../drupal7/includes/bootstrap.inc).

Comments

walker2238’s picture

Just also thought I'd add that I'm using the taxonomy_term view.

walker2238’s picture

Title: Strict warning errors » Strict warning errors due to $form variable not being referenced.

Ok, I think I figured this out. $form variable in options_validate() and options_submit() needs to be referenced in views_rss_plugin_style_fields.inc.

maciej.zgadzaj’s picture

Status: Active » Fixed

Thanks walker2238. Fixed in the most recent dev versions, just pushed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.