-
Hi,
sorry if I'm misunderstanding but according to http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/annotations-reference.html#annotations-reference states
> The implem…
-
I can see from running "php composer.phar -vvv update" that it is reading the cache files in ".composer/cache/repo/https---packagist.org" but it just hangs there and doesn't do anything after its fini…
-
Some commands return additional information when encountering an error. In this specific case, the `shardCollection` command contains a list of indexes and a proposed key in its result if the shard ke…
-
Hi guys,
maybe I miss a thing, but:
At doctrine/mongodb-odm the method to get the document identifier is called "getDocumentIdentifier", see https://github.com/doctrine/mongodb-odm/blob/master/l…
-
Hi,
I updated from `1.1.2` => `1.2.0` and now I'm getting the following error while dropping collections:
```
Error: Call to undefined method MongoDB\Driver\WriteConcern::isDefault()
/server…
-
I use MongoDB to store product data and override the entity class for product attributes like this to be able to add some custom data to all attributes:
``` yaml
akeneo_storage_utils:
mapping_ove…
-
```
Fatal error: Class 'Doctrine\ODM\MongoDB\DocumentRepository' not found in
/home/czasnako/public_html/butterfly/dev/vendor/sonata-project/
news-bundle/Document/BasePostRepository.php on line 17
``…
-
On upgrading from 1.17.0 to 1.17.3 we've started getting the following error in our project:
```
[Doctrine\ODM\MongoDB\Mapping\MappingException]
No mapping found for field 'id' in class 'Foo\Ap…
-
We should not put "doctrine/mongodb" in the "require" section of composer.json, but in "require-dev" and in "suggest".
-
Hi,
It seems `mongodb-odm` v1.1.7 as a compatibility issue with `mongo-php-library` v1.2:
```
"Call to undefined method MongoDB\Driver\WriteConcern::isDefault()" at
/server/http/vendor/mongodb…