Deply module isn't work with upload module
| Project: | Deployment |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
When I test deploy module, I found it's not work when enabling upload module.
After I choose a node which is new created and sync it, I get successful message in source server, but content of destination server is not changed.
After researching code, we found the problem should be from line 1025 in include/form.inc:
if (_form_button_was_clicked($form)) { ------------------- (1025 line)
...
...
...
if (isset($form['#submit'])) {
$form_state['submit_handlers'] = $form['#submit'];
}
}
After enabling upload moudle, the value of $form_state['submit_handlers'] will changed from "node_form_submit" to "node_form_submit_build_node", so the synchronized node will not save.
Thanks!

#1
I can confirm that this is still occuring with the current dev versions of both services 2.x and deploy modules.
My fix is to temporarily disable upload module on the destination.
#2
Hello. I just installed the deploy module but when i try to actually deploy anything I get this error:
Error
category: illegal value.
it appears to have something to do with a text field 'category' that I've created to filter nodes in views?
Is there anything I can do to make this work?
thanks!