Hello.
We have installed Drupal 6.14 on two nodes: one is used for the development and the other is the live site. We would like to enable the Deployment module to keep them align. I've downloaded the required modules, but I cannot configure the Services modules properly. I got the services-6.x-0.15.tar.gz file and I tried to configure it. The problem is that there isn't anymore the Key Authentication section for it and the deployment seems to not work whatever login I use from the source server. It just keeps on saying "login Remote user login Error Forbidden" even if the user has the administration role.

I've downloaded the services-6.x-2.x-dev.tar.gz file also, but I get an error when I install it:
Parse error: parse error, unexpected '=', expecting ')' in /var/www/drupal_deploy/sites/all/modules/services/services.module on line 234

I checked the 234th line:
function services_auth_invoke($method, &$arg1 = NULL, &$arg2 = NULL, &$arg3 = NULL) {

but I cannot find anything wrong with it.

I would appreciate some help to make the deployment module work.

Thank you in advance.

Maila

Comments

scoutbaker’s picture

Questions pertaining to a particular module are best asked in the support queue for that module. That way it is more likely that the people who use or work with the module will see the question and be able to provide an answer.

Maila’s picture

Thank you for the suggestion. I am moving it.