Active
Project:
Cumulus
Version:
7.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Nov 2011 at 20:36 UTC
Updated:
28 Nov 2011 at 13:31 UTC
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
Comment #1
astutonetAnyone 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:
After running the update, the message in the summary is displayed.
Can anyone help?
Tks.