Bug - eZFunctionHandler
You need to be logged in to post messages in the forums. New users may register here.
|
Maxime Thomas
Member since: 09 January 2008
Posts: 18
|
Thursday 26 March 2009 12:18:30 pm
Hi,
I've tried to do this in my code :
$nodes = eZFunctionHandler::execute("content","list", array('parent_node_id' =>$id) );
But I've got the following error :
eZModuleFunctionInfo::loadDefinition:
Missing function definition file for module: content
It seems that something is missing in the index_ajax.php. Maybe index is too light. Or maybe I've got to include something else but I have not fount it yet.
Max
|
|
|
André R.
Member since: 14 January 2008
Posts: 168
|
Friday 27 March 2009 10:20:29 am
Try rev 58.
I guess the reason was the use of ExtensionAjaxRepositories instead of ExtensionRepositories.
Switched that now as index_ajax supports access rights now anyway, so it will hopefully fix your issue.
|
|
You need to be logged in to post messages in the forums. New users may register here.