使用zend2进行beberlei / DoctrineExtensions致命错误

时间:2015-05-16 20:16:56

标签: doctrine-orm zend-framework2 doctrine-extensions

我在使用composer安装它之后在mysnd GroupConcat的zend框架2中使用了beberlei doctrine扩展我改变了我的设置,如下所示:

How to implement beberlei doctrine extensions in zend framework 2

 'configuration' => array(
        'orm_default' => array(
            'string_functions' => array(
               'GroupConcat' => 'DoctrineExtensions\Query\Mysql\GroupConcat'
            )
        )
    ),

在我的本地电脑上一切正常但是当我在我的远程服务器上传我的代码时显示此错误:

Fatal error: Class 'DoctrineExtensions\Query\MySql\GroupConcat' not found in **/www/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Parser.php on line 3389

我更新了代码相同的所有内容我使用composer install安装了composer并更新了我的远程服务器上的所有东西我确定代码是相同的并且每个东西都安装了composer

0 个答案:

没有答案