Hi,

If you want to visit the admin/build/services/settings/general page, it says:
warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'services_admin_settings' was given in **/includes/form.inc on line 366.

The missing peace was the file tag in the menu item definition.

Bye,
Peter

CommentFileSizeAuthor
services_callbackfile.patch914 bytesitarato

Comments

marcingy’s picture

Status: Patch (to be ported) » Needs review
parkijp’s picture

This issue seems very similar to the message i'm getting when trying to create a node using node.save using the admin/build/services/browse/node.save page -

warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'Story_node_form' was given in /Users/james/Sites/drupal/includes/form.inc on line 366.

Another question I have is does node.save support adding tags to a node? If so what would the data structure look like?

Cheers.

marcingy’s picture

Status: Needs review » Fixed

@itarato thanks for the patch commited.

marcingy’s picture

Status: Fixed » Closed (fixed)