Watchdog has nothing special, only some warnings: Strict warning: Declaration of views_fieldrewrite_handler_field_taxonomy::options_validate() should be compatible with views_handler::options_validate(&$form, &$form_state) in require_once()
This module works for me, however I recieve mountains of strict warnings spewing out everywhere.
Strict warning: Declaration of views_fieldrewrite_entity_views_handler_field_entity::options_validate() should be compatible with views_handler::options_validate(&$form, &$form_state) in require_once() (line 11 of /var/www/mysite/sites/default/files/decorator/views_decorator/views_fieldrewrite_entity_views_handler_field_entity.inc).
Strict warning: Declaration of views_fieldrewrite_handler_field_date::options_validate() should be compatible with views_handler::options_validate(&$form, &$form_state) in require_once() (line 11 of /var/www/mysite/sites/default/files/decorator/views_decorator/views_fieldrewrite_handler_field_date.inc).
Strict warning: Declaration of views_fieldrewrite_handler_field_node::options_validate() should be compatible with views_handler::options_validate(&$form, &$form_state) in require_once() (line 11 of /var/www/mysite/sites/default/files/decorator/views_decorator/views_fieldrewrite_handler_field_node.inc).
Strict warning: Declaration of views_fieldrewrite_handler_field_field::options_validate() should be compatible with views_handler::options_validate(&$form, &$form_state) in require_once() (line 11 of /var/www/mysite/sites/default/files/decorator/views_decorator/views_fieldrewrite_handler_field_field.inc).
Strict warning: Declaration of views_fieldrewrite_handler_field_node_type::options_validate() should be compatible with views_handler::options_validate(&$form, &$form_state) in require_once() (line 11 of /var/www/mysite/sites/default/files/decorator/views_decorator/views_fieldrewrite_handler_field_node_type.inc).
Strict warning: Declaration of views_fieldrewrite_handler_field_taxonomy::options_validate() should be compatible with views_handler::options_validate(&$form, &$form_state) in require_once() (line 11 of /var/www/mysite/sites/default/files/decorator/views_decorator/views_fieldrewrite_handler_field_taxonomy.inc).
I see this post was last updated a year ago, Is there a plan to fix this anytime soon? Is this module being actively maintained?
For anyone interested, I have decided to use the Views Regex Rewrite module instead. It has a much simpler codebase and works like a charm out of the box. (Note that while the functionality is identical the configuration is slightly different - it provides a new field type.)
Comments
Comment #1
geek-merlinWatchdog has nothing special, only some warnings:
Strict warning: Declaration of views_fieldrewrite_handler_field_taxonomy::options_validate() should be compatible with views_handler::options_validate(&$form, &$form_state) in require_once()Comment #2
wapnik commentedYeah views has probably changed its api.
Comment #3
Chris Gillis commentedThis module works for me, however I recieve mountains of strict warnings spewing out everywhere.
I see this post was last updated a year ago, Is there a plan to fix this anytime soon? Is this module being actively maintained?
Comment #4
Chris Gillis commentedFor anyone interested, I have decided to use the Views Regex Rewrite module instead. It has a much simpler codebase and works like a charm out of the box. (Note that while the functionality is identical the configuration is slightly different - it provides a new field type.)