Closed (won't fix)
Project:
Search Lucene API
Version:
7.x-3.0-unstable2
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Mar 2011 at 20:00 UTC
Updated:
29 Sep 2011 at 16:27 UTC
Jump to comment: Most recent file
Comments
Comment #1
cpliakas commentedHi illepic.
Thanks for posting! AFAIK that function is actually not in the bulk export module, and we can get away without having a dependency if we ensure
ctools_include('export');is called before that function is invoked. Do you happen to know what line number and file the error was thrown on?Thanks again for you help.
Chris
Comment #2
iinet commentedWe are getting same error:
Call to undefined function ctools_export_crud_load_all() in /home/www/vhosts/intranet.hsl.virginia.edu/sites/all/modules/luceneapi/contrib/luceneapi_node/luceneapi_node.module on line 42
We dropped in the following ctools function as suggested in issue, (http://drupal.org/node/1104536 ) and this solved the problem. Can somone add this to the queue so, it can be in the project?
Function Required Below:
ctools_include('export');
Comment #3
cpliakas commentediinet,
Thanks for the error message. I see where the code is needed now. Will post a patch that resolves the issue.
Thanks,
Chris
Comment #4
cpliakas commentedThe attached patch should fix the issue.
Comment #5
cpliakas commentedDue to end of life announcement.