DivanteLtd / magento1-vsbridge-indexer

This is an official, native Vue Storefront data indexer for Magento 1.9
https://vuestorefront.io
MIT License
18 stars 24 forks source link

Fix problem with missing and additional parameter storeId #51

Closed exoteq closed 4 years ago

exoteq commented 4 years ago

Fix problem with missing and additional parameter storeId for attributeMetaData and option execution

kkrieger85 commented 4 years ago

I face the same Issue:

PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function Divante_VueStorefrontIndexer_Model_Indexer_Datasource_Product_Metaattributes::getOptions(), 2 passed in /home/kkrieger/htdocs/devilbox/data/www/m1pwa/.modman/magento1-vsbridge-indexer/src/app/code/community/Divante/VueStorefrontIndexer/Model/Indexer/Datasource/Product/Metaattributes.php on line 107 and exactly 3 expected in /home/kkrieger/htdocs/devilbox/data/www/m1pwa/.modman/magento1-vsbridge-indexer/src/app/code/community/Divante/VueStorefrontIndexer/Model/Indexer/Datasource/Product/Metaattributes.php:122
kkrieger85 commented 4 years ago

With this code change php -f vsf_tools.php -- --action full_reindex --store 1 is working well

afirlejczyk commented 4 years ago

Thanks for checking!