Problem upgrading from 7.11.0 to 7.11.1

Hi,

SuiteCRM 7.11.0, PHP 7.2, ISPConfig 3

I’m trying to do an upgrade but can not proceed after uploading zip file to server. File permissions check goes ok. -> Next -> Choose file -> Upload package

Uploading goes well and I can see the file on the server but there is no file name in the section “The following upgrade packages are ready to be installed” !

Any ideas what is wrong ?

Snip from upgradeWizard.log:

Sat, 02 Feb 2019 11:39:38 +0100 [UpgradeWizard] - setting session variables…
Sat, 02 Feb 2019 11:39:38 +0100 [UpgradeWizard] - At upload.php
Sat, 02 Feb 2019 11:39:38 +0100 [UpgradeWizard] - running upload
Sat, 02 Feb 2019 11:39:38 +0100 [UpgradeWizard] - File uploaded to upload://SuiteCRM-7.11.1.zip
Sat, 02 Feb 2019 11:39:38 +0100 [UpgradeWizard] - extracting manifest.
Sat, 02 Feb 2019 11:39:39 +0100 [UpgradeWizard] - ERROR: no manifest.php file found!
Sat, 02 Feb 2019 11:39:39 +0100 [UpgradeWizard] - at unlinkUWTempFiles()
Sat, 02 Feb 2019 11:39:39 +0100 [UpgradeWizard] - finished!
Sat, 02 Feb 2019 11:39:39 +0100 [UpgradeWizard] - finding new files for upgrade
Sat, 02 Feb 2019 11:39:39 +0100 [UpgradeWizard] - *** UW using [ ] as source for patch files.

There is typo error in the manifest.php file of the zip-file.
Change ‘from_dir’ => ‘SuiteCRM-Upgrade-7.11-x-to-7.11.1’,
to
‘from_dir’ => ‘SuiteCRM-Upgrade-7.11.x-to-7.11.1’,

(change a dash to dot before letter the letter x.)

br
Antti

Hmm, I can not find a file name manifest.php at all. Not from the .zip file or from my server…? :unsure:

The zip file you downloaded from suitecrm.com site: SuiteCRM-Upgrade-7.11.x-to-7.11.1.zip contains the manifest.php file.
With some zip tool (like winzip) you should be able to modify the single file…

Thanks, upgrade was succesfull. Original reason was me playing with a wrong update file :stuck_out_tongue:

It looks like the reason for an upgrade fail for me too (https://suitecrm.com/suitecrm/forum/installation-upgrade-help/21687-7-11-0-7-11-1-upgrade-fail/unread).

I can’t found any bug report for this, should I open one?

Just reported: https://github.com/salesagility/SuiteCRM/issues/6891