Hi there,
Today I tried this module, both the 7.x-1.0 as the 7.x-1.x-dev version on a 7.17 drupal installation, together with the 7.x-1.0-rc3 version of Entity API and the 7.x-3.0 version of VBO. But in both cases, when enabling the Admin views module in my admin modules list, I get a white screen with this fatal error:
Fatal error: Class 'views_handler_field_entity' not found in /home/virtual/site6/fst/var/www/html/ontwikkelomgeving/sites/all/modules/views/modules/node/views_handler_field_node_link.inc on line 13
After a refresh of the modules list, the module does seem to be enabled. But nothing has happened to my content admin pages, so it does not seem to work...
Anything I can do about this? I would like to use this module!
Comments
Comment #1
NicoDruif commentedAny suggestions anyone? Thanks!
Comment #2
damiankloip commentedThis file should certainly be here; in views/handlers/ directory. The only thing you didn't provide is the views version?! :)
This is really not anything to do with admin_views, are other views working for you? Because if you don't have this file registered for whatever reason, a lot of things would break. I guess you have cleared cached etc..?
Comment #3
NicoDruif commentedHi, thanks for your reply!
I am using the current 7.x-3.5 version of views. I use a lot of other views in blocks and pages, and everything works just fine.
I checked if in directory sites/all/modules/views/modules/node the file views_handler_field_node_link.inc exists and it does indeed.
Yes, I did clear the cache.
So what can cause this problem?
Comment #4
NicoDruif commentedWhat can I do to check if Drupal registry is correct? Can I see that? Can I rebuild that?
Thanks for any suggestions!
Comment #5
damiankloip commentedYep, you can try http://drupal.org/project/registry_rebuild if you haven't found it already.