Symfony 2.3 + FOSComment:在AbstractLoader中找不到Constraints \ MinLength

时间:2014-01-13 08:45:36

标签: symfony symfony-2.3

我使用Symfony 2.3.9和foscommentbundle 1。*。

创建foscomment时出现此错误。

错误

FatalErrorException: Error: Class 'Symfony\Component\Validator\Constraints\MinLength' not found in vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Loader/AbstractLoader.php line 64

请帮忙吗?

萨姆

1 个答案:

答案 0 :(得分:0)

在Symfony 2.3,MinLength中删除了

Length replace约束 见http://symfony.com/doc/2.3/reference/constraints/Length.html

你必须使用foscommentbundle的v2。例如2.0.*@dev

希望它有用

最好的关注