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

marcingy’s picture

See this thread http://drupal.org/node/469748 and work through those intructions.

Methos76’s picture

thx 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

marcingy’s picture

Status: Active » Closed (duplicate)

All 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.