symfony - Implement Sylius into Symfony2 Standard Edition -


hoi,

i trying implement sylius e-commerce bundles fresh symfony 2.2.2 standard edition.

when running sylius:install command commandline, keep getting following error:

the class 'sylius\bundle\cartbundle\model\cartiteminterface' not found in chain configured namespaces sylius\bundle\corebundle\entity, sylius\bundle\settingsbundle\entity, sylius\bundle\cartbundle\entity, sylius\bundle\assortmentbundle\entity, sylius\bundle\taxationbundle\entity, sylius\bundle\shippingbundle\entity, sylius\bundle\paymentsbundle\entity, sylius\bundle\promotionsbundle\entity, sylius\bundle\addressingbundle\entity, sylius\bundle\salesbundle\entity, sylius\bundle\inventorybundle\entity, sylius\bundle\taxonomiesbundle\entity, fos\userbundle\entity 

the bundles imported via composer, activated via appkernel.php, i've migrated dependencies , configuration plain sylius installation , have no idea, error comes from. noticed, trying find model inside entiy-namespace, can't right.

anyone idea?

we had same problem, working symfony 2.1. fixed reordering bundles registration in app kernel.php file.

in file placed syliuscart bundle register before other sylius bundles , doctrine registers.

i dont know causing or why worked me... hope works you.

cheers!


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -