Good day
Thanks for module

I have problem

Node convert not converted, but writting - "Node 62678 has been converted successfully"

Comments

pjcdawkins’s picture

I have the same problem.

pjcdawkins’s picture

Status: Active » Needs work
StatusFileSize
new5.66 KB

This change solved it for me, it involved putting in:

$converted_node->type = $dest_node_type;

before node_save($converted_node); in node_convert_node_convert().

I don't know why this is, so this patch should be considered experimental/dangerous.

JimmyAx’s picture

Priority: Normal » Major
Status: Needs work » Needs review

Patch 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.

JimmyAx’s picture

Title: Node Convert not converted » Node Convert not converting nodes

Also a better title.

hawkdrupal’s picture

Same 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.

JimmyAx’s picture

Priority: Major » Critical

Bumping to critical as there were other issues created with the problem.

ianthomas_uk’s picture

Here is a version of the patch with just the change mentioned.

alcroito’s picture

Status: Needs review » Fixed

Fixed 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.