I did an update from 1.87 to 1.91 and comfort update just stalls on the installation screen. This is what I see below:
It was working with some php warnings before the update, so I am wondering what the problem could be. I've change the memory to 128M and it doesn't appear to be timing out, so there seems to be another problem.
SQL command failed: ALTER TABLE `lime_questions` ADD `parent_qid` integer NOT NULL default '0' Reason: Duplicate column name 'parent_qid'
SQL command failed: ALTER TABLE `lime_answers` ADD `scale_id` tinyint NOT NULL default '0' Reason: Duplicate column name 'scale_id'
SQL command failed: ALTER TABLE `lime_questions` ADD `scale_id` tinyint NOT NULL default '0' Reason: Duplicate column name 'scale_id'
SQL command failed: ALTER TABLE `lime_questions` ADD `same_default` tinyint NOT NULL default '0' COMMENT 'Saves if user set to use the same default value across languages in default options dialog' Reason: Duplicate column name 'same_default'
.
SQL command failed: CREATE TABLE `lime_defaultvalues` ( `qid` int(11) NOT NULL default '0', `scale_id` int(11) NOT NULL default '0', `sqid` int(11) NOT NULL default '0', `language` varchar(20) NOT NULL, `specialtype` varchar(20) NOT NULL default '', `defaultvalue` text, PRIMARY KEY (`qid` , `scale_id`, `language`, `specialtype`, `sqid` ) ) ENGINE=myISAM CHARACTER SET utf8 COLLATE utf8_unicode_ci Reason: Table 'lime_defaultvalues' already exists
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .