Good day
Thanks for module
I have problem
Node convert not converted, but writting - "Node 62678 has been converted successfully"
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | node_convert-1341984-convert_node_type-7.patch | 510 bytes | ianthomas_uk |
| #2 | node_convert-1341984-2.patch | 5.66 KB | pjcdawkins |
Comments
Comment #1
pjcdawkins commentedI have the same problem.
Comment #2
pjcdawkins commentedThis change solved it for me, it involved putting in:
$converted_node->type = $dest_node_type;before
node_save($converted_node);innode_convert_node_convert().I don't know why this is, so this patch should be considered experimental/dangerous.
Comment #3
JimmyAx commentedPatch is working fine, however as it seems to introduce some other changes someone should probably review it.
Bumping to major as the module was useless for me without the patch.
Comment #4
JimmyAx commentedAlso a better title.
Comment #5
hawkdrupal commentedSame problem, 7.x-1.0 version of this module does not work.
Node Convert declares it worked, bragging "Node NNN has been converted successfully" (sic: redundancy is in the displayed statement). But nothing actually happens to the node.
Given the 18 months since 7.x-1.0 was released, we are waiting for the module manager to fix it, to determine if this module is actually still maintained.
Comment #6
JimmyAx commentedBumping to critical as there were other issues created with the problem.
Comment #7
ianthomas_ukHere is a version of the patch with just the change mentioned.
Comment #8
alcroito commentedFixed in 1.1 release.
Strangely, I can't reproduce the problem, nodes convert perfectly on Drupal 7.17 without the fix. Maybe it has something to do with race conditions?
Nonetheless, the change won't harm anything.