安装orientdb php驱动程序后无法执行php文件?

安装orientdb php驱动程序后无法执行php文件?,php,codeigniter,orientdb,orientdb-2.1,Php,Codeigniter,Orientdb,Orientdb 2.1,我已经使用composer安装了orientdb php驱动程序。 但是,在我使用代码时的php文件中: “需要'OrientDB/OrientDB.php';”它显示以下错误: require(OrientDB/OrientDB.php): failed to open stream: No such file or directory. 这是一个驱动程序是否在正确的位置?是的,我使用的是Codeigniter,并且驱动程序存在于供应商/orientdb php文件夹中。composer已经

我已经使用composer安装了orientdb php驱动程序。 但是,在我使用代码时的php文件中: “需要'OrientDB/OrientDB.php';”它显示以下错误:

require(OrientDB/OrientDB.php): failed to open stream: No such file or directory.

这是一个

驱动程序是否在正确的位置?是的,我使用的是Codeigniter,并且驱动程序存在于供应商/orientdb php文件夹中。composer已经包含了随附的库,因此不需要此处的要求,您可以直接从
$db=new orientdb(字符串$host[,int$port[,int$connectTimeout]])开始如果我直接使用而不包括Orientdb.php,则它会引发异常,声明消息为:com.orientechnologies.orient.core.exception.OCommandExecutionException:在当前数据库中找不到类“USER”突出显示错误消息。