Closed (fixed)
Project:
Finder
Version:
7.x-2.0-rc2
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Nov 2012 at 09:17 UTC
Updated:
4 Jun 2016 at 14:54 UTC
Jump to comment: Most recent
Fatal error: Call to undefined function views_include() in /srv/www/xxx/public_html/profiles/commerce_kickstart/modules/contrib/views/includes/plugins.inc on line 9
Comments
Comment #1
demoshane commentedThis came up after creating finder node with ajax results
Comment #2
rsvelko commentedpasted from #2025731: Fatal error: Call to undefined function views_include() /views/includes/plugins.inc on line 9
"Hi,
I came across this error after changing settings in finder views page. I changed urp parameters to NO. Error spreads to ALL of my pages. A workaround is to comment out line 9 in plugins.inc. However, after changing back parameter settings and uncommenting line 9 in views I get the same error and it seemt that my page can not work without this line commented out.
"
here is the line we have to comment out...
// @todo: Remove this once update.php can use the registry
views_include('base');
I wonder if its safe now in D7 after views is this mature, to remove that line for ever.... ?
Comment #3
rsvelko commentedmore of the same bug report here #1688216: Call to undefined function views_include()
Comment #4
jaydee1818 commentedAlso experienced this bug - and it wasn't pleasant.
Comment #5
andrew.eatherington@gmail.com commented7.x-2.0 experienced the same.
Comment #7
danielb commentedOK I'm trusting you guys on this. I don't see any difference either way. Perhaps something in Views changed again making this not a problem anymore. Either way that line was meant to be removed eventually.
Comment #8
danielb commentedNow I get it. It crops up with Ajax enabled in finder. It seems it will happen still because of views plugins.inc line 9, you have to comment out that one too.