Closed (cannot reproduce)
Project:
Views (for Drupal 7)
Version:
7.x-3.7
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Jul 2013 at 08:36 UTC
Updated:
8 Feb 2019 at 22:54 UTC
Jump to comment: Most recent
Comments
Comment #1
pushpinderchauhan commentedI have disabled devel and devel themer module, now this error gone away.
Can anybody suggest me why devel module is conflicting with Views.
Comment #2
sam.hernandez commentedI can confirm that this is a conflict with the Devel module. When it is enabled, at line 2183 in
views/plugins/views_plugins_display.inc,$registry[$theme]['path']is never set. When disabled,$registry[$theme]['path']does occasionally exist.Comment #3
Robert_W commentedThis problem still exists in combination with the latest Views and Devel module:
Devel: 7.x-1.3
Views: 7.x-3.7
Comment #4
Robert_W commentedComment #5
basvredelingThis is still occurring even with devel disabled.
Also see: #2387159: Theme suggestion template file missing
Comment #6
polYou can download this small module to see the problem: https://github.com/Polzme/test_style
Comment #7
promarka commentedI found a solution here, related to templates defined in template.php instead of the templates directory.:
http://drupal.stackexchange.com/questions/153318/views-row-style-output-...
Comment #8
damienmckennaComment #9
damienmckennaHave not been able to reproduce this and all comments indicate something broken in the theme being used.