Download the PHP package amasty/module-mage-248-fix without Composer

On this page you can find all versions of the php package amasty/module-mage-248-fix. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package module-mage-248-fix

Magento 2.4.8 Issues Fix Module

Overview

This module is required to address several specific issues in Magento 2.4.8:

By resolving these issues, the module ensures a smoother and more reliable Magento 2.4.8 experience for both administrators and end-users.

Issue Details

Issue #39817: Ignored .less Styles with min-width: (@screen__l)

This issue occurs when Magento 2.4.8 ignores styles defined in .less files with the media query min-width: (@screen__l). As a result, certain responsive styles are not applied, leading to inconsistent or broken layouts on larger screens.

Issue #39806: Store Switcher Not Working (Page Served from Cache)

This issue arises when switching between stores using the store switcher functionality. Instead of loading fresh content for the selected store, Magento serves the page from the cache, displaying outdated or incorrect content.

Issue #39831: Calendar popup opens over display

Datepicker calendar popup may open over display or in wrong position after scrolling the page.

Issue #39847: Table prefix is not taken into account

If you are using a table prefix, there will be an error on the theme change page because the table prefix is not taken into account. Fixed missing table prefix usage.

Installation

Option 1: Installation via Composer (Recommended)

  1. Open your terminal and navigate to the root directory of your Magento 2.4.8 installation.
  2. Run the following command to install the module:
    composer require amasty/module-mage-248-fix -W
  3. Enable the module by running:
    php bin/magento setup:upgrade
    php bin/magento setup:di:compile
    php bin/magento cache:flush

Option 2: Manual Installation

  1. Download the module files from the repository.
  2. Place the module files in the app/code/Amasty/Mage248Fix directory of your Magento 2 installation.
  3. Run the following commands to enable the module:
    composer require wikimedia/less.php:^5.3.1
    php bin/magento setup:upgrade
    php bin/magento setup:di:compile
    php bin/magento cache:flush

Cloud environment

In the Magento Cloud environment, the file system is read-only. Therefore, you need to manually replace the file [magento-root-folder]/lib/web/css/source/lib/_responsive.less with the one provided by the module: [Amasty_Mage248Fix]/lib/web/css/source/lib/_responsive.less, before pushing your changes to the branch.

Requirenements

This module require:

Configuration

No additional configuration is required. The module automatically applies the fixes upon installation and activation.

The issues above partially break the functionality of Amasty modules; however, they can be reproduced without our modules being installed and may generate problems on a clean Magento instance. This is why we made this package public.

This package is required for the proper functioning of the following Amasty extensions:

-> Layered Navigation for Magento 2
-> Advanced Product Reviews for Magento 2
-> Advanced Reports for Magento 2
-> Advanced Search for Magento 2
-> AJAX Shopping Cart for Magento 2
-> Automatic Related Products for Magento 2
-> Blog Pro for Magento 2
-> B2B Company Account for Magento 2
-> Custom Form for Magento 2
-> Customer Group Auto Assign for Magento 2
-> Free Gift for Magento 2
-> Full Page Cache Warmer for Magento 2
-> GDPR Pro for Magento 2
-> Cookie Consent (GDPR) for Magento 2
-> Improved Layered Navigation for Magento 2
-> Landing Pages for Magento 2
-> Multiple Wishlist for Magento 2
-> One Step Checkout Pro for Magento 2
-> Out of Stock Notification for Magento 2
-> Product Tabs for Magento 2
-> Quick Order for Magento 2
-> Request a Quote for Magento 2
-> Shipping Cost Calculator for Magento 2
-> Shop by Brand for Magento 2
-> Special Promotions for Magento 2
-> Store Pickup for Magento 2
-> Subscriptions & Recurring Payments for Magento 2
-> Color Swatches Pro for Magento 2


All versions of module-mage-248-fix with dependencies

PHP Build Version
Package Version
Requires php Version >=8.1
amasty/base Version >=1.21.1
magento/framework Version ~103.0.8.0
wikimedia/less.php Version ^5.3.1
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package amasty/module-mage-248-fix contains the following files

Loading the files please wait ...