为什么我的生产环境中出现了> findBy()错误?

时间:2011-12-15 14:58:35

标签: doctrine symfony

我的生产环境出现了问题。

    $repo = $em->getRepository('QuiQonCoreBundle:Speciality');

==>  $entities = $repo->findBy(array('regSpecGroup'=> 3)); 
    /*(3 is hardcoded to show that even with this value, the framework is returning an exception(*/

    return $entities;

我无法看到抛出的异常。

通过XmlHttpRequest()调用此内容。

有人有同样的问题吗?

1 个答案:

答案 0 :(得分:0)

您的数据库是否在您的prod环境中配置得很好?在这之前你试试clear:cache --env=prod吗?它应该工作。