user.update xml-rpc method - Missing required argument data
Hi, I am sending the below xml for user.update and I get "Missing required argument data" . what am i doing wrong
<?xml version="1.0"?>
<methodCall>
<methodName>user.update</methodName>
<params>
<param>
<struct>
<member>
<name>uid</name>
<value><int>48</int></value>
</member>
<member>
<name>name</name>
<value><int>sally</int></value>
</member>
</struct>
</param>
</params>
</methodCall>questions about user.register
How can I specify the uid in the user.register method instead of having Drupal automatically assign it ? (using xml-rpc) Also how can I specify the role (s) for this user ? I tried
role
editor
but it ignores this. thank you
Read morehelp with URL arguments to make REST server output taxonomy fields
Hi everyone,
I'm a bit of a beginner to the Services module. On my site, I have a view that displays taxonomy fields from specific terms, filtered by a term from another vocabulary. For example, I have a vocabulary of terms called "nightclubs" and a vocabulary called "neighborhoods" that's used to sort each nightclub. Each nightclub is associated with a neighborhood via a taxonomy field. My view shows me a list of terms (nightclubs) in whatever neighborhood term is passed through the contextual filter, and a few fields for each term (name, description, address, etc).
Read morePlease help me with Services
Hello everybody! I am flash-developer and total newbi to Drupal. I have book "Flash with Drupal" by Travis Tidwell and I want to learn to develop flash apps with Drupal as back-end. So I installed Drupal 6.26 then several modules. So I have installed Chaos CTools 6.x-1.9, flashNode (6.x-3.1), Services (6.x-3.1), AMFPHP (6.x-1.0-beta2) and Views (6.x-2.16). I did all like was in the book, and everything was OK, no Error messages etc, but after installing Services, I’ve found in this module no services (in the book there was File service, menu service, node service etc).
Read moreSERVICES - 406 Not Acceptable; 401 Unauthorized
Hello,
Have anyone worked on the SERVICES module?
This module works properlly but I can`t login on it.
I check connection in Firefox due to "Poster" tools and "HttpRequester" tool. I used link http://10.10.30.100/mk/?q=drupalgap/user/login.json in
"Content Type": application/x-www-form-urlencoded
For Drupal 6:406 Not Acceptable
Drupal 7: 401 Unauthorized: Missing required argument username
I gave for user "anonymous user" i "authenticated user" all possible permissions
Read moreUsing Services to integrate Drupal 7 site with custom iPhone app?
I have to integrate a Drupal 7 site with a custom iPhone app. I need to be able to be able to perform the create, retrieve, update and delete process on the Drupal site using the iPhone app.
I have 20+ content types each with multiple custom fields. So what I need to know is will I have to write my own custom solution or is the Services module able to perform most/all of the functionality for me?
Read moreCreating Drupal distribution - still a hard task
Took me a while to understand I am not going to create any decent distribution for now.
Wrote about it here
Comments and ideas here or there are welcome !
Thanks,
Shushu
Site state / upgrade "Standby" module
The point of this "Standby" module - the solution I think people are after - is the ability to update code and files of an existing site without taking the site off-line - permitting WSoD on a live server, allowing for crudely implemented updates, and providing a deployment process for new modules.
Read moreDrupanium no DrupalCamp Porto 2012 - Feedback
Boa tarde, para os que ficaram interessados no projecto drupanium.org deixem aqui o vosso feedback, e quem quiser fazer parte da equipa e/ou trabalhar no projecto, que fale comigo. Também podem contribuir code e bug fixes através do repositório do exemplo que usei no DrupalCampPorto 2012. Estou aberto a sugestões.
Aqui ficam os links relevantes:
Forums & Site: http://drupanium.org
API + Services: http://api.drupanium.org
GitHub: https://github.com/drupanium
Exemplo da sessão DrupalCamp Porto 2012: https://github.com/utneon/drupanium_authentication
how to use TID as parameter for restful api
I am working on a site where there is multiple taxonomy terms on each node. I want to be able to use restful api and pull up every node that is related to a taxonomy term. The taxonomy term is saved with the node, but it is only saving the tid, I see that the tid is the link between the nodes, but everytime I try and use the parameter [tid] as a search I get the following. I can get the
Fatal error: Call to undefined method PDOException::message() in /home/content/20/8959120/html/sites/all/modules/services/services.module on line 555
Read more
