We have created a fix for these core bugs that is available to everyone. This fix can be installed via
Finish the installation by running the following Magento commands:
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento cache:flush
A package with this fix can also be downloaded
manually from
Amasty GitHub. If you're using manual upload, make sure that you already have
Amasty_Base module installed in your environment, it is required for correct work. Once the package downloaded, place it in
app/code/Amasty/Mage248Fix directory in your Magento root, and run this sequence of commands:
composer require wikimedia/less.php:^5.3.1
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento cache:flush