我的生产环境出现了问题。
$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()
调用此内容。
有人有同样的问题吗?
答案 0 :(得分:0)
您的数据库是否在您的prod环境中配置得很好?在这之前你试试clear:cache --env=prod
吗?它应该工作。