I thought this module would be excellent for coping nodes from a development server to the production server. The production server is a clean install.

Source Server: drupal-6.14,
Source Server Enabled Modules: lots including Deployment, Node Deployment, User Deployment and UUID. Disabled Upload Module.

Destination Server: drupal-6.15
Destination Server Enabled Modules: few including Services, Key Authentication, XMLRPC Server, System Service, User Service and UUID Service.

Using sessid and not using keys.

I created a deployment plan and server on the Source Server. From the content menu, I selected the home page and deployed it to the plan. The pushed it. The log details showed a user and a node that were deployed successfully. On the Destination Server, there was no content or user created. Even checking the tables did not reveal anything.

How do you debug this if there are no errors?

Comments

waverate’s picture

I thought that there may be an issue with one of the installed modules on the source server. I created a new installation for the source server and a new installation for the destination server and only installed the modules required by http://drupal.org/node/408774.

Unfortunately, when I create a simple page and try to deploy it as in the original post, the log says successful but still not node created in the destination server.

So it looks like I am not understanding how to setup deploy correctly. I even watched the YouTube video.

Any help?

waverate’s picture

Status: Active » Closed (fixed)

SOLVED:

In my case, this was solved by checking the path of the destination server that is setup on the source server (http://drupal.org/node/408774 Source Server Step 5). I only had http://www.mydomain.com. It needed to be http://www.mydomain.com/services/xmlrpc as indicated in the link and INSTALL.TXT.

What I am surprised is that there was no error message and the Deployment Log indicated success.