Bundle "DivanteMagentoIntegrationBundle" does not exist or it is not enabled.
onlinemusketeers opened this issue · 3 comments
Hi! After a clean install of Pimcore and following the steps for installation I come to this command with an error:
bin/console pimcore:bundle:install DivanteMagentoIntegrationBundle
In Kernel.php line 231:
Bundle "DivanteMagentoIntegrationBundle" does not exist or it is not enabled. Maybe you forgot to add it in the "registerBundles()" method of your "AppKernel.php" file?
What could be wrong here?
@onlinemusketeers did you enable the the bundle?
bin/console pimcore:bundle:enable DivanteMagentoIntegrationBundle
Thank you for your reply. I am going to try that. What do you recommend in terms of the initial installation of Pimcore? Is that skeleton or with demo data?
Looks like everything works fine now. :)