Hello,

Have setup deploy and am having issues deploying nodes that are not the uid=1 admin user.
Getting this error as a result in the Service response object:

[status_message] => Not found : Could not find the controller.
[headers] => Array
(
[server] => nginx/1.4.6 (Ubuntu)
[date] => Thu, 09 Apr 2015 13:43:13 GMT
[content-type] => text/html
[connection] => close
[vary] => Accept-Encoding
[x-powered-by] => PHP/5.5.9-1ubuntu4.5
[expires] => Sun, 19 Nov 1978 05:00:00 GMT
[last-modified] => Thu, 09 Apr 2015 13:43:12 GMT
[cache-control] => no-cache, must-revalidate, post-check=0, pre-check=0
[etag] => "1428586992"
)

[code] => 404
[error] => Not found : Could not find the controller.

and
DeployServiceException: Service error: 404 Not found : Could not find the controller. in DeployServiceRest->httpRequest() (line 74 of /web/ubuntu/www/vbcontent/public/www/sites/all/modules/contrib/deploy/includes/DeployServiceRest.inc).

I thought that the other end would create new users and that everything would be ok, but this doesn't seem to be so. I tried this with the same node of content with a non-admin user and then when I changed the author to admin it worked.

Any ideas?

Of course I could set the author to admin and have it work, but would only use this as a last resort because there are many authors that need to keep track of what they've created.

Comments

farse’s picture

Category: Support request » Bug report
Priority: Normal » Major
alan80’s picture

Any solutions ?

apaderno’s picture

Version: 7.x-2.0-alpha3 » 7.x-2.x-dev