odiseoteam / SyliusVendorPlugin

This is a Sylius Plugin that add vendors (brands) to your store. The vendors is an entity that sells products and are fully customizable by the admin.
https://odiseo.io
MIT License
59 stars 21 forks source link

can't install vendorplugin on sylius1.0.5 #3

Closed benyang2015 closed 6 years ago

benyang2015 commented 6 years ago

Fatal error: Uncaught Error: Cannot call abstract method Symfony\Component\HttpKernel\KernelInterface::registerBundles() in /Users/ben/www/sylius105/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Application/Kernel.php on line 112

odiseoteam commented 6 years ago

Hi @benyang2015 !

Can you copy the complete stack trace?

benyang2015 commented 6 years ago

image

benyang2015 commented 6 years ago

image

benyang2015 commented 6 years ago

it's a new sylius project

benyang2015 commented 6 years ago

how to solve this?

odiseoteam commented 6 years ago

Hi @benyang2015 ! Sorry for the delay. We are seeing you added the return statement in the vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Application/Kernel.php file, but you need add it in app/AppKernel.php. Let me know if it work.