微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

indexfiliere:1 GET http://localhost:8888/samanelms/Filiere/indexfiliere 500 (Internal Server Error) 条码 php

如何解决indexfiliere:1 GET http://localhost:8888/samanelms/Filiere/indexfiliere 500 (Internal Server Error) 条码 php

我在 PHP 中使用了学说。每次如果尝试为选择请求检索数据库中的信息。请求将不会被执行并产生浏览器错误

带有源代码

public function getListeOfFiliere(){
  if($this->db == null) return ;
  return $this->db->getRepository("Filiere")->findAll();
}

数据库配置:

$orm = array('dbname' => 'dbname','user'     => 'user','port' =>'port','password' => 'password','host' => 'localhost','driver' => 'pdo_MysqL');

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。