Hi! I've executed the migration from "comment" to "node comments", more than 8000 comments have been migrated but, after the migration, I've got an error message for each comment (exactly 8704) about the impossibility to delete a record from the "comment_upload" table: indeed I'm not using that module.

The error is this:

# user warning: Table 'DB_NAME.comment_upload' doesn't exist query: DELETE FROM comment_upload WHERE cid = 43 in /web/htdocs/www.domain.com/home/sites/all/modules/nodecomment/nodecomment.convert.inc on line 314.

Probably before executing the DELETE query, it should be checked if the comment_upload is enabled.

Comments

crea’s picture

Status: Active » Fixed

I've added module_exists() checks for this and also for upload module.

finex’s picture

:-)

Status: Fixed » Closed (fixed)

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