このクエリを実行すると、正しい結果が得られます
$entity = $em->getRepository('SurgeryPatientBundle:Visits')
->countDoctorVisits(13, '2013-03-01', '2013-05-30');
しかし、このように見える場合
$entity = $em->getRepository('SurgeryPatientBundle:Visits')->findAll();
エラー 500 が発生します。/var/log/mysql.err も空です/var/log/mysql.log
何をどのように表示すればよいですか?そして、これをどのように修正したか