简体   繁体   English

symfony 2 sylius bundle lost(TranslationBundle)

[英]symfony 2 sylius bundle lost (TranslationBundle )

I try to install Sylius ResourceBundle on my project but when i run my symfony project, i get this error : 我尝试在我的项目上安装Sylius ResourceBundle但是当我运行我的symfony项目时,我收到此错误:

Class 'Sylius\Bundle\TranslationBundle\DependencyInjection\AbstractTranslationExtension' not found

I can't find Sylius TranslationBundle . 我找不到Sylius TranslationBundle

How can i fix it ? 我该如何解决?

There is a bug in version 0.13. 版本0.13中存在错误 You probably want to use version 0.12 until the new one is more stable. 您可能希望使用版本0.12,直到新版本更稳定。 Otherwise install the edge version (replace "~0.13.*" with "dev-master" in your composer.json file) and hope for the best. 否则安装边缘版本(在你的composer.json文件中用“dev-master”替换“~0.13。*”)并希望最好。

这是在0.14@dev中修复的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM