Closed (works as designed)
Project:
Finder
Version:
7.x-2.0-beta1
Component:
Miscellaneous
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 May 2012 at 10:38 UTC
Updated:
6 Jun 2012 at 02:14 UTC
The module worked great untill I try to activate the ajax functionality to get results from block search to content.
The page became totally white and I can't getting any other page.
Apache logs signs this message:
[...] [error] [...] PHP Fatal error: Call to undefined function views_include() in /usr/share/vhosts/drupal7/sites/all/modules/views/includes/plugins.inc on line 9
Comments
Comment #1
danielb commentedI had this problem also, as far as I know it's gotta be a views bug, I had to uncomment something at the top of that file
I think I recall something about Views refusing to fix it until Drupal core was changed
Comment #2
danielb commented#1110778: Fatal error in plugins.inc
#1044914: Fatal error: Call to undefined function views_include()
Yeah I have no idea why they did this, but if you search on google you'll find they've broken a lot of modules that integrate with Views.