문제

I am install Sonata Ecommerce bundle in my project for using Ecommerce functionality. I follow this doc : http://sonata-project.org/bundles/ecommerce/master/doc/reference/installation.html

As per manual part when I Run the easy-extends:generate commands then show me error :

ContextErrorException: Notice: Undefined index: seo in /var/www/xyz.com/vendor/sonata-project/ecommerce/src/Sonata/ProductBundle/DependencyInjection/SonataProductExtension.php line 317

Any one suggest me why ? This is Sonata Ecommerce bug ?

도움이 되었습니까?

해결책

This issue has been reported on github (see https://github.com/sonata-project/ecommerce/issues/7) - maybe by you - and is now fixed. This fix is available on the develop branch however, so you may have to switch to this branch to complete your installation.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top