I am using views 7.x-3.8.

Upon enabling references, running drush rr yields the following errors:

include_once(/var/www/html/sites/all/modules/contrib/references/references.views.inc): [warning]
failed to open stream: No such file or directory theme.inc:565
include_once(): Failed opening [warning]
'/var/www/html/sites/all/modules/contrib/references/references.views.inc'
for inclusion (include_path='.:/usr/share/pear:/usr/share/php')
theme.inc:565

This occurs because in references_views_plugins() you do not define a theme path or file for references_style, so views assumes the module name and the default include filename.

CommentFileSizeAuthor
#1 references-2336383-1-views-inc.patch523 bytesdaniel_j
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

daniel_j’s picture

Status: Active » Needs review
FileSize
523 bytes
jenlampton’s picture

Status: Needs review » Closed (cannot reproduce)

I don't think this is an issue anymore, at least drush rr has no problems with the latest Drupal 7, views, and references.