Hi everyone,
I’m trying to upgrade a SuiteCRM instance from 7.11.18 to 7.12.8 using the Upgrade Wizard, with the intention to later upgrade to 7.14.4 (knowing it requires PHP 8.1).
However, when I reach the execution step of the upgrade process, it fails with these errors in the upgradeWizard.log
file:
[UpgradeWizard] - Running SQL file /bitnami/suitecrm/cache/upgrades/temp/3wOniI/scripts/65x_to__mysql.sql
[UpgradeWizard] - *** ERROR: Schema change script [/bitnami/suitecrm/cache/upgrades/temp/3wOniI/scripts/65x_to__mysql.sql] could not be found!
...
[UpgradeWizard] - *** ERROR: no sugar_version.php file location found! - cannot complete upgrade...
Additional Info:
- Upgrade package:
SuiteCRM-Upgrade-7.11.x-to-7.12.8.zip
from the official website. - Environment: Bitnami stack (Apache 2.4.46, PHP 7.3.27, MySQL).
- The
sugar_version.php
file wasn’t updated — it still shows version 6.5.25. - The file
65x_to__mysql.sql
does not exist in/cache/upgrades/temp/...
, which is odd because this is not a 6.5.x upgrade. - The frontend shows a 500 Internal Server Error right after “adding modules”.
Things I’ve tried:
- Verified file and folder permissions.
- Tried a fresh download of the upgrade package.
Has anyone else faced this issue?
Could it be that the Upgrade Wizard is incorrectly expecting a 6.5.x schema file?
Any help on how to complete or fix the upgrade would be greatly appreciated.
Thanks in advance!