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

apolzon’s picture

Sorry, that function is
module_load_include not module_include

Hugo Wetterberg’s picture

Priority: Critical » Normal
Status: Active » Postponed (maintainer needs more info)

Hmm, 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.

Hugo Wetterberg’s picture

Assigned: Unassigned » Hugo Wetterberg
Status: Postponed (maintainer needs more info) » Fixed

Sorry apolzon, found the error now, fixed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.