It looks like the node_resource module's include file is not being required properly. When I try to test any of the node_resource services, I get a user_func_array (invalid callback) error from line 422 of services.module. If I add a module_include('inc', 'node_resource') line just above, it succeeds and the error goes away. Pretty sure thats not the right place to put it though, and I'm not sure where it belongs.
I'm using what I believe is the latest 2.x-dev snapshot, the one from 12/25.
Comments
Comment #1
apolzon commentedSorry, that function is
module_load_include not module_include
Comment #2
Hugo Wetterberg commentedHmm, I can't reproduce this one. I need more info about your setup, what server is used et.c.. And a confirmation that this problem still exists in the latest version of services.
Comment #3
Hugo Wetterberg commentedSorry apolzon, found the error now, fixed.