Closed (fixed)
Project:
Services
Version:
6.x-2.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Nov 2009 at 17:13 UTC
Updated:
1 Dec 2009 at 17:38 UTC
I can't get node resources calls to work from the service browser.
I got errors like
warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, '_node_resource_retrieve' was given in C:\xampp\htdocs\musescore.com\sites\all\modules\services\services.module on line 344.
It appears that changing line 47 in services.resource-translation.inc from
if (!empty($file) && !empty($method['file'])) {
to
if (!empty($file) && empty($method['file'])) {
Comments
Comment #1
gddCommitted, thanks.