Drupal 5 to 6 Database Update.php Failures

The Computer Au... - November 2, 2009 - 23:46
Project:Comment Notify
Version:5.x-2.3
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:postponed (maintainer needs more info)
Description

Hi - I am testing D5 to D6 upgrades on my local test environment and when I run Update.php for the first time during the upgrade I receive the following failure messages. Should I be concerned with these? If so, any idea what work I need to do to fix this?

comment module
Update #6003
Failed: ALTER TABLE {comments} ADD INDEX status (status)

comment_notify module
Update #6000
Failed: DELETE FROM {comment_notify} WHERE cid NOT IN (SELECT cid FROM {comments})

comment_notify module
Update #6004
Failed: ALTER TABLE {comment_notify} ADD `notified` SMALLINT unsigned DEFAULT NULL
Failed: ALTER TABLE {comment_notify} CHANGE `notified` `notified` SMALLINT unsigned NOT NULL
Failed: UPDATE {comment_notify} SET notified = 1

#1

greggles - November 4, 2009 - 02:46

What version of the 5.x module are you using? Did you run all the updates in the 5.x-2.x version before trying to upgrade?

#2

greggles - November 6, 2009 - 23:08
Status:active» postponed (maintainer needs more info)
 
 

Drupal is a registered trademark of Dries Buytaert.