Posted by RdeBoer on July 14, 2009 at 12:56am
Jump to:
| Project: | Deployment |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Hi,
When deploying to the destination server, the initial system.connect call (via function_xmlrpc() and drupal_http_request()) returns an HTTP success code (200), which suggests the URL used is correct, as we're not getting the "No such host is known" error.
However the result data does not contain a session id, but instead has a message like this:
[message] => faultCode 1 faultString 1 Any ideas on what we're doing wrong?
We're using the latest development snapshots of Deploy and Services.
Thanks so much!
Comments
#1
Further on the above, should also mention that contrary to what the the instructions at http://drupal.org/node/408774, section Instructions for Installing Using an Existing Drupal Site, Destination server, point 5, say, we do not get a box to click 'Use sessid' at admin/build/services/settings.
There is only a single form element on the page. It's a "Select authorization module" drop-down with one entry, Key Authorisation, which by the way, if you try to Save it produces the error "The token expiry time must specified in whole seconds as a number".