Skip to content

Class doesn’t Exists when compile

try to create a simple plugin (magento 2.4.3-p1) : But when compile got a : “In PluginListGenerator.php line 326: Plugin class FsebModuleAPluginCatalogModelProduct doesn’t exist ” Here is the code appcodeFsebModuleAregistration.php <?php MagentoFrameworkComponentComponentRegistrar::register( MagentoFrameworkComponentComponentRegistrar::MODULE, ‘Fseb_ModuleA’, __DIR__ ); appcodeFsebModuleAetcmodule.xml <?xml version=”1.0″?> <config… Read More »Class doesn’t Exists when compile