skip to Main Content

Magento 2 Install and Setup issue

I am trying to install Magento 2.4.5 on Centos server through Terminal, But I stuck with setup and installation - https://prnt.sc/_usdY93pCVUW. I am getting below message when I run php bin/magento setup:install Starting Magento installation: File permissions check... [Progress: 1…

VIEW QUESTION

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
Back To Top
Search