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
Comment #1
gddI believe that a recent change to Services is causing this error. I will try and look into this today or tomorrow.
Comment #2
travisc commentedsame problem here. I also notice under admin/build/deploy/settings the fieldset opens but there is nothing in it...
Comment #3
gddThis 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!
Comment #4
travisc commentedexcellent, 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!
Comment #5
travisc commentedoh 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.
Comment #6
gddNot 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.
Comment #7
cfarr commentedSweet works great for me, Thank You so much.
Comment #8
gddDone