Hello Everyone,
I just work for this company and they were using old SugarCRM 4.2.1b. They asked me to upgrade the SugarCRM 4.2.1b to SugarCRM 5.2. I tried to upgrade to SugarCRM 4.2.1 to 4.5.1l but I receive following error from the upgrade wizard doing preflight check. Can anyone help me with this issue?
Errors Found During Preflight Check: Show Bad Queries
table exists::CREATE TABLE `saved_search` ( `id` char(36) NOT NULL default '', `name` varchar(150) default NULL, `search_module` varchar(150) default NULL, `deleted` tinyint(1) NOT NULL default '0', `date_entered` datetime NOT NULL default '0000-00-00 00:00:00', `date_modified` datetime NOT NULL default '0000-00-00 00:00:00', `assigned_user_id` char(36) default NULL, `contents` text, `description` text, PRIMARY KEY (`id`), KEY `idx_desc` (`name`,`deleted`) ) DEFAULT CHARSET=utf8
table exists::CREATE TABLE `user_preferences` ( `id` char(36) NOT NULL default '', `category` varchar(50) default NULL, `deleted` tinyint(1) NOT NULL default '0', `date_entered` datetime NOT NULL default '0000-00-00 00:00:00', `date_modified` datetime NOT NULL default '0000-00-00 00:00:00', `assigned_user_id` char(36) NOT NULL default '', `contents` text, PRIMARY KEY (`id`), KEY `idx_userprefnamecat` (`assigned_user_id`,`category`) ) DEFAULT CHARSET=utf8
Thank you.
SugarCRM 4.2.1b, PHP 4.4.3.3, Apache 2.0.5


LinkBack URL
About LinkBacks



Reply With Quote


Bookmarks