Closed (duplicate)
Project:
Services
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 May 2009 at 16:56 UTC
Updated:
24 May 2009 at 21:27 UTC
Hello,
i just updatet to the 6.x-1.x-dev an now i get an error when calling taxonomy.getTree.
The Errormessage is telling me, that i have the wrong number of params.
The only param I giv is an existing voncabulary-id.
Also on the browse-page I get an empty array for an existing vocabulary wich is having five Terms associated.
Anybody an idea why the system reacts this way?
Comments
Comment #1
marcingy commentedSee this thread http://drupal.org/node/469748 and work through those intructions.
Comment #2
Methos76 commentedthx 4 adive but,
i can't see what the behavior of getTree has to do with the autentication Module,
which already has been configured to work with sessionIDs before getting the error mentioned above.
without the new configuration i couldn't even user.login, so I already did what is discribe in the posting.
Problem is still there
Comment #3
marcingy commentedAll methods calls reflect the signature required for a specific authenication. Plus if you are using XML-RPC as per your post, you need to pass in optional parameters because the xmlrpc in drupal fails as it doesn't respect the concept of optional parameters. There is an issue in the drupal core queue for this see http://drupal.org/node/179848. All with regards the second part of your issue I can't replicate this on my test environment. Marking this as a duplicate because of the outstanding bug.