SuiteCRM upgrade 7.12.4 -> 7.13 fails with: The zip file is missing a manifest.php file. Cannot proceed

Downloaded upgrade package SuiteCRM-Upgrade-7.12.x-to-7.13.0.zip

Administration → Upgrade Wizard.
System check:
File Permissions: All Files Writable|
Database Privileges: All Privileges Available
Detected Settings: All System Settings Requirements Satisfied
Upload upgrade package: SuiteCRM-Upgrade-7.12.x-to-7.13.0.zip → Upload package

→ The zip file is missing a manifest.php file. Cannot proceed.

manifest.php -file is in the package, written with all small letters.

What next?

SuiteCRM likes to configure my settings by its own. Changed

 'default_permissions' => 
  array (
    'dir_mode' => 1517,
    'file_mode' => 420,
    'user' => 'www-data',
    'group' => 'www-data',
  ),

=>

 'default_permissions' => 
  array (
    'dir_mode' => 1517,
    'file_mode' => 420,
    'user' => '',
    'group' => '',
  ),

=> Installation OK

(Edit: These lines are in config.php)

Hi @promek,

Just to confirm you have this working and your upgrade package ran successfully?

Yes, managed to run it. Installation seems to be OK in general. Need to check logs, still.

However, at least one problem found, will make a separate post. Email client telling something about database error

.

Awesome! I’ll mark this post as resolved :+1: