Upgrade from 7.11 to 7.12 Fails on PHP Compatibility Error

Hello,

Just went to upgrade to 7.12, after uploading the upgrade package SuiteCRM-Upgrade-7.11.x-to-7.12.0.zip I’m getting the following error.

I’m runing PHP 7.4.25 and have had no issues upgrading before.

Hi,

same here, is there any solutions? PHP Version 7.4.25. All Settings as given in Upgrade Guide.

Took a look at the upgrade package and corrected manifest.php to this code and it works with PHP 7.4.x.

    'acceptable_php_versions' =>
    [
        'regex_matches' =>
            [
                '^7.4(.*)'
            ],
    ],

TIP: Make sure when zipping everything back up, you select the manifest file and folders, not the root folder else you’ll get the error “can’t find manifest.php” when uploading the package.

Screen Shot 2021-11-01 at 4.13.15 PM

Also, make sure the archive is named the same as it was downloaded.

3 Likes

Hi,

thx, this fix it!

3 posts were split to a new topic: Upgrade stalled to SuiteCRM 7.12 using PHP 7.3