If using a table prefix on your Drupal database tables, there is a warning generated Table '[prefix].users_roles' doesn't exist query when creating a view using any of the following filters:

  • Node: Taxonomy Access: grant create
  • Node: Taxonomy Access: grant delete
  • Node: Taxonomy Access: grant list
  • Node: Taxonomy Access: grant update
  • Node: Taxonomy Access: grant view

This is due to the table names in the queries not having curly braces. These queries are found in "includes/taxonomy_access_handler_filter_*"

Comments

flexman’s picture

Patch for issue #1. Simply wraps the table names in the queries with {}.