Closed (fixed)
Project:
Advanced Views RSS Feed
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Mar 2012 at 02:56 UTC
Updated:
17 Apr 2012 at 12:21 UTC
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
Comment #1
walker2238 commentedJust also thought I'd add that I'm using the taxonomy_term view.
Comment #2
walker2238 commentedOk, 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.
Comment #3
maciej.zgadzaj commentedThanks walker2238. Fixed in the most recent dev versions, just pushed.