Nodes don't get deployed

eigentor - May 13, 2009 - 04:35
Project:Deployment
Version:6.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:duplicate
Description

In a second attempt, and using the latest Dev of Services, I managed my local site (local machine) to connect with a remote site. Hooray!

Trying to deploy a node, I get a success message: Node has been deployed. Obviously there is communication with the remote server - it even complained once that there was a required taxonomy setting (which was different on both servers) and it could not update the node.

Taxonomy Terms are deployed and the changes appear on the remote server. But where do the nodes go - I don't find anything. I guess they should be visible on /admin/content/node at the top as updated? Going straight to the node I also won't find the changes.

#1

killes@www.drop.org - July 7, 2009 - 16:36

I can confirm that this problem exists. node_submit_form does not get called.

#2

killes@www.drop.org - July 8, 2009 - 09:17

The problem seems to be with the upload.module. If you configure your node type to allow uploads, it won't get deployed. Ont he destination server, node_submit_form will not be in the submit handler array, but 'node_form_submit_build_node' will (which is added by _upload_form).

This is probably rather some dark magic in FAPI than a deploy bug.

#3

mooreds - August 22, 2009 - 19:06

Thank you! Disabling file uploads caused the deploy module to work for me! Thank you thank you thank you!

#4

bdwelle - October 9, 2009 - 00:04

I seem to be having a similar problem. Taxonomy terms deploy OK, but nodes do not deploy - at the end of the deployment run I get "An illegal choice has been detected. Please contact the site administrator."

My upload module is already disabled in admin/build/modules. How can I figure out where this error is coming from?

#5

heyrocker - October 19, 2009 - 04:10

I'm currently looking into supporting upload module, hopefully have something to show for this soon.

#6

heyrocker - October 19, 2009 - 04:29
Status:active» duplicate

I'm also marking this a dupe of #459192: Deply module isn't work with upload module

 
 

Drupal is a registered trademark of Dries Buytaert.