skip to Main Content

Product collection is not showing Products on frontend – Magento

here is my block file: path:-VendorModuleBlock <?php namespace VendorModuleBlock; class Product extends MagentoFrameworkViewElementTemplate { protected $_productCollectionFactory ; public function __construct( MagentoBackendBlockTemplateContext $context, MagentoCatalogModelResourceModelProductCollectionFactory $productCollectionFactory, array $data = [] ) { $this->_productCollectionFactory = $productCollectionFactory; parent::__construct($context, $data); } public function getProductCollection() {…

VIEW QUESTION

Upgrade from 2.3.4 to 2.4.4 errir: Class 'LaminasCodeScannerFileScanner' not found#0 – Magento

We are upgrading Magento 2 from 2.3.4 to 2.4.4, but are getting the following error when running setup:upgrade. Anyone having an idea why we get this error? Best regards, Jesper Class 'LaminasCodeScannerFileScanner' not found#0 /home/name_dev/public_html/vendor/composer/ClassLoader.php(444): include() #1 /home/name_dev/public_html/vendor/composer/ClassLoader.php(322): ComposerAutoloadincludeFile() #2…

VIEW QUESTION
Back To Top
Search