- Affected version
- 2.1
From a support perspective, the 'install/upgrade from archive' has requirements that it doesn't check and can result in unexpected errors.
Clicking on ' install/upgrade from archive' gives;
It does not check that ZipArchive is actually enabled, and nor does the server environment report list it.
Clicking on ' install/upgrade from archive' gives;
Installing from archives must be explicitly enabled by adding the following line to
src/config.php:$config['enableAddOnArchiveInstaller'] = true;
Various directories must be writable by the web server user to install from an archive and this may be considered to be insecure in some hosting environments. Your server must also have ZipArchive support in PHP.
It does not check that ZipArchive is actually enabled, and nor does the server environment report list it.