Closed nitikeshd closed 4 years ago
@nitikeshd are you using the master branch? looks like https://github.com/DivanteLtd/magento2-vsbridge-indexer/blob/master/src/module-vsbridge-indexer-cms/Model/Indexer/DataProvider/CmsContentFilter.php#L77 already has a fix for this by casting the variable into string.
I see. Yes i am using master branch.
PHP Fatal error: Uncaught TypeError: Argument 2 passed to Divante\VsbridgeIndexerCms\Model\ContentProcessor::parse() must be of the type string, null given
It seems some value is going null. however there should be sole filter to filter our all the nulls and should not use those right?
Changes were not updated in the packagist, please update module/use 1.17.0 version https://github.com/DivanteLtd/magento2-vsbridge-indexer/pull/276
Command: php bin/magento vsbridge:reindex --store=en_us
Output:
Can anyone please help me out on this?