This module promises to be amazing.
Unfortunately in current views (dev) i can see no change in field rewrite settings.

Comments

geek-merlin’s picture

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()

wapnik’s picture

Yeah views has probably changed its api.

Chris Gillis’s picture

Issue summary: View changes

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?

Chris Gillis’s picture

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.)