Installing & updating modules
How to install an Amasty extension?
There are two ways of installing an extension on Magento 2. It's recommended to use one and the same installation method for all Amasty extensions. Composer installation Step 1. To download and install Magento modules, the vendor repository is ...
Composer error: Command "require" failed. You must be using the interactive console to authenticate
This error appears when Composer is unable to locate the PHP version with which it can work. The located version can be either not supported or not found at all. To help composer find the PHP version that is being used by Magento, it is ...
Composer error: SSL certificate problem: certificate has expired
curl error 60 while downloading https://composer.amasty.com/enterprise/packages/module-page-speed-tools-1.0.4-ee.zip: SSL certificate problem: certificate has expired This error appears due to the outdated or not supported SSL certificate. The ...
Composer error: Failed to decode response: Failed to decode zlib stream
If you've experienced this error using Composer, there are several ways on how to solve this: 1. First, please verify whether the Amasty repository is installed and whether the authentication keys are valid. More information on this can ...
How to update an Amasty extension?
Below, you may find the instructions on installing an update to an Amasty extension. Choose the appropriate method of the extension update – via Composer or via a manual file upload. The choice of the method corresponds to the initial way the ...
How to uninstall an extension?
This article describes a basic flow for extension uninstallation, not touching DB changes. Preparation Before making any changes to your Magento instance, either live or a dev site, make sure to create backups. This way you can secure the ...
I’m trying to install the module via composer, but the package is not found. How to resolve it?
Composer is the dependency manager that allows you easily download the required files on your server. The files are located on a remote server, or a repository, that you need to add to the list of “known” ones and authenticate to using the ...
Composer doesn’t allow me to install the latest update of the module. Is there a solution for it?
There are two possible reasons why the composer is not fetching the latest version of the module. The first one is that the module package is loaded from caches - composer cannot see the latest available version, so it loads the latest that is ...
I’ve updated the modules via composer and I got the error Amasty/Base has been already defined.
For Amasty modules, there are two possible ways of installation/update: via composer and via a direct file upload. Depending on the initial installation method, the module files will be located in a specific directory. Each installation method ...