Upgrade from 7.02 to 7.1.1 Fails after upgrading SugarCRM to 6.5.17

Hello,
The upgrade from 7.02 to 7.1.1 fails.
Before we have upgraded SugarCRM to 6.5.17.

Now the Upgrade wizard telle us the SuiteCRM upgrade package is not compatible to Version 6.5.17.

Please Help
Kind Regards
George

you can try editing the manifest.php file found in the upgrade zip file and add 6.5.17 as a compatible version (I am not sure it is really compatible though so, you will be able to perform the upgrade, but you may find yourself with a non working system).

If you want to run the risk, the lines you would have to modify are:

    'exact_matches' => 
    array (
      0 => '6.5.15',
      1 => '6.5.16',
    ),

which should be changed to:
    'exact_matches' => 
    array (
      0 => '6.5.15',
      1 => '6.5.16',
      2 => '6.5.17',
    ),

Hi there,

This is due to SuiteCRM running 6.5.16 and SugarCRM CE latest release being 6.5.17. A new version of SuiteCRM with SugarCRM CE 6.5.17 updates is imminent.

Thanks,

Will.