I’ve spent hours yesterday and today trying to upgrade a SuiteCRM installation from 7.1.1 to 7.1.2.but it consistently fails (regardless of what repairs, cleanups I do) with following last entries in logs. After that the installation becomes useless as it only shows a WSOD (white screen of death).
upgradeWizard.log
Thu, 10 Jul 2014 17:16:54 +1000 [UpgradeWizard] - modules/AOR_Reports/aor_utils.php
Thu, 10 Jul 2014 17:16:54 +1000 [UpgradeWizard] - mobile/js/quickcrm-utils.min.js
Thu, 10 Jul 2014 17:16:54 +1000 [UpgradeWizard] - mobile/js/quickcrm-ce-3.0.0.min.js
Thu, 10 Jul 2014 17:16:54 +1000 [UpgradeWizard] - mobile/js/quickcrm-ce-3.2.2.min.js
Thu, 10 Jul 2014 17:16:54 +1000 [UpgradeWizard] - custom/Extension/modules/Contacts/Ext/Vardefs/sugarfield_facebook_username_c.php
Thu, 10 Jul 2014 17:16:54 +1000 [UpgradeWizard] - custom/Extension/modules/Opportunities/Ext/Vardefs/sugarfield_textarea_c.php
Thu, 10 Jul 2014 17:16:54 +1000 [UpgradeWizard] - modules/AOD_Index/Dashlets/AOD_IndexDashlet/AOD_IndexDashlet.meta.php
Thu, 10 Jul 2014 17:16:54 +1000 [UpgradeWizard] - modules/AOD_Index/Dashlets/AOD_IndexDashlet/AOD_IndexDashlet.php
Thu, 10 Jul 2014 17:16:54 +1000 [UpgradeWizard] - modules/AOD_IndexEvent/Dashlets/AOD_IndexEventDashlet/AOD_IndexEventDashlet.meta
Thu, 10 Jul 2014 17:16:54 +1000 [UpgradeWizard] - modules/AOD_IndexEvent/Dashlets/AOD_IndexEventDashlet/AOD_IndexEventDashlet.php
Thu, 10 Jul 2014 17:17:22 +1000 [UpgradeWizard] - Start Updating the license
Thu, 10 Jul 2014 17:17:23 +1000 [UpgradeWizard] - End Updating the license
Thu, 10 Jul 2014 17:17:23 +1000 [UpgradeWizard] - Cleaning up the session. Goodbye.
Thu, 10 Jul 2014 17:17:23 +1000 [UpgradeWizard] - at unlinkUWTempFiles()
Thu, 10 Jul 2014 17:17:23 +1000 [UpgradeWizard] - finished!
Thu, 10 Jul 2014 17:17:23 +1000 [UpgradeWizard] - Cleaning up the session. Goodbye.
Thu, 10 Jul 2014 17:17:23 +1000 [UpgradeWizard] - resetting $_SESSION
sugarcrm.log
Thu Jul 10 17:16:28 2014 [2900][1][FATAL] Query Failed: ALTER TABLE aor_fields CHANGE function field_function VARCHAR( 100 ): MySQL error 1054: Unknown column 'function' in 'aor_fields'
I read somewhere that SugarFTSHooks.php should not be present in custom/Extension/application/Ext/LogicHooks/ in 7.1.x… I got that file. And failure still happens even if I delete that file before upgrade.
Any help will be appreciated.