i used beberlei doctrine extensions in zend framework 2 for mysql GroupConcat after installing it with composer i changed my settings like this from question :
How to implement beberlei doctrine extensions in zend framework 2
'configuration' => array(
'orm_default' => array(
'string_functions' => array(
'GroupConcat' => 'DoctrineExtensions\Query\Mysql\GroupConcat'
)
)
),
in my local pc everything is ok but when i upload my code on my remote server show this error:
Fatal error: Class 'DoctrineExtensions\Query\MySql\GroupConcat' not found in **/www/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Parser.php on line 3389
i updated every thing the code is same i installed composer using composer install and update everything on my remote server i sure the code is same and composer installed every thing