Closed (fixed)
Project:
Node Convert
Version:
7.x-1.0
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Nov 2011 at 08:12 UTC
Updated:
18 Dec 2012 at 18:00 UTC
Jump to comment: Most recent file
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.