Closed (fixed)
Project:
Services
Version:
6.x-2.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Jun 2009 at 18:54 UTC
Updated:
28 Jun 2009 at 22:59 UTC
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
| Comment | File | Size | Author |
|---|---|---|---|
| services_callbackfile.patch | 914 bytes | itarato |
Comments
Comment #1
marcingy commentedComment #2
parkijp commentedThis 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.
Comment #3
marcingy commented@itarato thanks for the patch commited.
Comment #4
marcingy commented