Running service module 6.x-1.x-dev and deployment module 6.x-1.x-dev on Drupal 6.12. Followed the install documentation with two fresh installs of Drupal 6.12. I'm just testing this out with a dummy node that I want to deploy. Here is the errors I'm getting in the Deployment Log Details on the source machine:

Module Description Result Message
=================================
login Remote user login Error Server error. Wrong number of method parameters.

Please help. - cfarr@kavi.com

Comments

gdd’s picture

I believe that a recent change to Services is causing this error. I will try and look into this today or tomorrow.

travisc’s picture

same problem here. I also notice under admin/build/deploy/settings the fieldset opens but there is nothing in it...

gdd’s picture

This is definitely an issue with the newest version of Services. Please do the following and let me know if it fixes your problems

- Go to admin/build/modules. Look for the module 'Key Authentication' in the group 'Services - authentication'. Enable it.
- Go to admin/build/services/settings. Under 'Authentication module' choose 'Key authentication'. Make sure that 'Use sessid' is clicked and 'Use keys' is not. Save the settings.

Other than this, the handbook instructions should be accurate. Let me know if this works and I will update the handbook.

Thanks!

travisc’s picture

excellent, it works like a charm.

Loaded up the latest services.module.tar followed the instructions, got a odd error back in a javascript alert box, (that had a bunch of html in it.) when enabling key authentication. Other then that everything went smoothly.

Under settings in deployment the "general settings" fieldset is still empty for me, not sure if that's a bug or not.

Also all i have tested here is node deployment.

Thanks for the great module!

travisc’s picture

oh yeah i also got this error

Deployment dependency checking has encountered an error.
Please continue to the error page

An HTTP error 500 occurred. /batch?id=16&op=do

but when i continued on from the error page the deployment was successful.

gdd’s picture

Title: error msg in log: Server error. Wrong number of method parameters. » Update docs to reflect new installation instructions for Services
Component: deploy.module » Documentation

Not sure what that dependency checking error is, but i've seen that when, for instance, you accidentally hit enter or escape while the deployment is running (because it cancels the batch api javascript.)

I will update the docs with the new installation instructions, leaving this issue open until that is complete.

cfarr’s picture

Sweet works great for me, Thank You so much.

gdd’s picture

Status: Active » Fixed

Done

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.