Hi.

I'm updating a site from D6 to D7. I'm receive this error when running update.php:

cumulus module
Update #7000
Failed: PDOException: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'Mysite-cumulus-1' for key 'tmd': UPDATE {block} SET delta=:db_update_placeholder_0 WHERE (module = :db_condition_placeholder_0) ; Array ( [:db_update_placeholder_0] => 1 [:db_condition_placeholder_0] => cumulus ) in cumulus_update_7000() (line 27 of C:\wamp\www\mysite\sites\all\modules\cumulus\cumulus.install).

Any ideas?

tks.

Comments

astutonet’s picture

Anyone have this problem too?

According to my research, we need a patch into cumulus.install file to solve this problem.

When importing data from D6 to D7, the new database import information from old installation and the new version of the Cumulus module does not provide adequate treatment to the old information.

We have two paths: either the information from the old installation should be erased, or they should be used to the new version of Cumulus.

As it is, whenever the update.php is run, the following message appears:

1 Pending Update
cumulus module
7000 - Migrate Cumulus settings, add the old cumulus block again.

After running the update, the message in the summary is displayed.

Can anyone help?

Tks.