skip to Main Content

Magento 2 InstallSchema method not executed

On my own Magento 2 custom module, I want to install a custom database table. This is the InstallSchema class code: <?php namespace MyVendorMyModuleSetup; use MagentoFrameworkSetupInstallSchemaInterface; use MagentoFrameworkSetupModuleContextInterface; use MagentoFrameworkSetupSchemaSetupInterface; class InstallSchema implements InstallSchemaInterface { /** * @inheritdoc */ public…

VIEW QUESTION

Class ShopgateConfig not found – magento

I have installed a custom module in my Magento website but now, when I try to reach the frontend of my website I receive an error. Class 'ShopgateConfig' not found. PHP Fatal error: Class 'ShopgateConfig' not found in C:\xampp\htdocs\blugento\.modman\shopgate_magento_integration\src\app\code\community\Shopgate\Framework\Model\Config.php on…

VIEW QUESTION
Back To Top
Search