I have had this error and can be fixed easily with the patch

CommentFileSizeAuthor
views_handler_field_taxonomy.inc_.patch580 bytesjmaties
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dawehner’s picture

Wouldn't it make more sense to use entity_uri('taxonomy_term', $term)?
I'm not sure about the syntax

dawehner’s picture

Status: Active » Fixed

And commited a working version. Thanks!

Status: Fixed » Closed (fixed)

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

jmaties’s picture

In the latest version of views, the patch has not been incorporated :(

jmaties’s picture

Status: Closed (fixed) » Active

I 've forgotten to open :P

dawehner’s picture

      $uri = entity_uri('taxonomy_term', $term);
      $this->options['alter']['path'] = $uri['path'];

Works for me.

jmaties’s picture

Status: Active » Closed (fixed)

cache cache .... sorry :P