Magento 2.4.6 or 2.4.7 with latest version of Module installed
For first error the file system should probably be case sensitive
Steps to reproduce (*)
Call a full indexation with CLI
Expected result (*)
No errors during indexation
Actual result (*)
2 errors show up:
Class "Magento\Framework\Mview\View\ChangeLogBatchWalker" does not exist
Meta\Catalog\Model\ResourceModel\FacebookCatalogUpdate::getChildProductLinks(): Argument #1 ($parentIds) must be of type array, Generator given, called in vendor/meta/module-catalog/Model/ResourceModel/FacebookCatalogUpdate.php on line 259
Preconditions (*)
Steps to reproduce (*)
Call a full indexation with CLI
Expected result (*)
No errors during indexation
Actual result (*)
2 errors show up:
Class "Magento\Framework\Mview\View\ChangeLogBatchWalker" does not exist
Meta\Catalog\Model\ResourceModel\FacebookCatalogUpdate::getChildProductLinks(): Argument #1 ($parentIds) must be of type array, Generator given, called in vendor/meta/module-catalog/Model/ResourceModel/FacebookCatalogUpdate.php on line 259
(Pull request created with fixes)