Can't manage to get a successful push. It processes, then fails. I've resolved a few errors. Latest error:

user	User: _content-push	Error	The name _content-push is already taken.

It appears that the module is trying to create the specified push user account (_content-push) anew for each push. Clearly that doesn't work for updates, where that account is already on the destination server.

I tested it without that account first being created on destination; then, I tested it with that account created before the push. Didn't work either way.

I have been testing it through VBO -- checking multiple items (custom content types) and then clicking DEPLOY (now). Tried and failed pushing a plan, too.

My use case: Distribution of shared content -- created on master site, pushed to slave sites. Each site is a standalone Drupal (6.22) installation.

Comments

greta_drupal’s picture

UPDATE: I manage to resolve this error. (Change author, which was same username using to log into destination server for content push.) But, new error:

An illegal choice has been detected.

I have Upload module disabled on both sending and receiving sites. And, the custom content type being pushed does not have any date fields. Several custom CCK fields (selects, checkboxes, inputs), many/most required fields.

Not using Content Permissions module.

D6.22

greta_drupal’s picture

Priority: Normal » Major

You convinced me (in IRC) that I should switch to using Deploy rather than the other mod that I was using. Now that I have, I'm left hanging, here. I am ready to launch a network of 9 sites, but cannot until this feature is complete.

Have tried repeatedly to get anyone in #drupal-services to assist. Nothing but crickets over there.

Would appreciate if you could try to help me troubleshoot. (See above post).

Thank you.