Skip to content

magento man

How to fix error: WE CAN’T FIND PRODUCTS MATCHING THE SELECTION

I upgraded from Magento 2.3.4 to 2.4.3-p3. But I cannot see products and categories. here is composer.json { “name”: “magento/project-community-edition”, “description”: “eCommerce Platform for Growth (Community Edition)”, “type”: “project”, “license”: [ “OSL-3.0”, “AFL-3.0” ], “config”: { “preferred-install”: “dist”, “sort-packages”: true,… Read More »How to fix error: WE CAN’T FIND PRODUCTS MATCHING THE SELECTION

Change the variable to the coming function from before plugin

I would like to change the variable – $validate to false from before the plugin. May I know how to do it? app/code/MyModule/ReviewCheck/Plugin/ReviewModel.php <?php namespace MyModuleReviewCheckPlugin; use MagentoFrameworkMessageManagerInterface as MessageManagerInterface; class ReviewModel { protected $messageManager; protected $request; public function __construct(… Read More »Change the variable to the coming function from before plugin

Folder permission

I installed magento2 with LEMP (nginx + php8.1-fpm) magento root: /var/www/html/ I am trying to add a seperate folder and execute a phpfile inside this folder in magento root: /var/www/html/mynewfolder but when i try to open https://example.com/myfolder/connect.php i am having… Read More »Folder permission