Skip to content

magento-2.2.5

Auto Added by WPeMatico

upgrading from magento2.2.5 to 2.3.5 I’m facing this issue

I’m upgrading from magento2.2.5 to 2.3.5 I’m facing this issue PHP Fatal error: Uncaught Error: Class ‘MagentoFrameworkComponentComponentRegistrar’ not found in app/code/<Vendor>/<ModuleName>/registration.php file <?php MagentoFrameworkComponentComponentRegistrar::register( MagentoFrameworkComponentComponentRegistrar::MODULE, ‘Vendor_Module’, __DIR__ ); can anyone please help me.

Notice: Undefined index: extension in vendor/magento/framework/File/Uploader.php on line 59

I am trying to import product image programmatically but I am getting Below error Notice: Undefined index: extension in vendor/magento/framework/File/Uploader.php on line 59 Code For Import Image: <?php namespace VendorDemoModel; use MagentoCatalogApiProductRepositoryInterface; use MagentoFrameworkAppFilesystemDirectoryList; use MagentoFrameworkExceptionNoSuchEntityException; /* * Class ProductImagesImporter… Read More »Notice: Undefined index: extension in vendor/magento/framework/File/Uploader.php on line 59

Integrity constraint violation: 1062 Duplicate entry ‘3-2-9’ for key ‘PRIMARY’, query was: ALTER TABLE `catalog_category_product_index_tmp`

Integrity constraint violation: 1062 Duplicate entry ‘3-2-9’ for key ‘PRIMARY’, query was: ALTER TABLE catalog_category_product_index_tmp ADD CONSTRAINT PRIMARY KEY (category_id,product_id,store_id), COMMENT=’Catalog Category Product Indexer temporary table’ this error comes when I run the setup:upgrade command in Magento 2 please make… Read More »Integrity constraint violation: 1062 Duplicate entry ‘3-2-9’ for key ‘PRIMARY’, query was: ALTER TABLE `catalog_category_product_index_tmp`