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

danielb’s picture

I 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

danielb’s picture

Status: Active » Closed (works as designed)

#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.