У меня проблема с производственным окружением.
$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()
.
У кого-то была такая же проблема?