-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add readme content, correct licence and dependency
- Loading branch information
1 parent
7ce5576
commit bd7cce7
Showing
3 changed files
with
20 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,17 @@ | ||
# module-mage-2.4.5-fix | ||
After upgrade Magento to version 2.4.5 you can see this error: | ||
TypeError: Magento\Elasticsearch\Model\ResourceModel\Fulltext\Collection\SearchResultApplier::categoryProductByCustomSortOrder(): Argument #1 ($categoryId) must be of type int, array given | ||
|
||
|
||
This bug is related to the latest Magento changes and custom extensions like Amasty Improved Layered Navigation. | ||
|
||
To see more information | ||
|
||
https://github.com/magento/magento2/issues/35918 | ||
|
||
|
||
If you are Amasty customer, you can fix this error by installing additional package from our private repository: | ||
|
||
composer require amasty/module-mage-2.4.5-fix | ||
|
||
|
||
But this case can be reproduced without our extension. This is why we made this package public. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters