-
I'm having exception when I try to access to a referenced object's property
```
PHPCR\RepositoryException: Not an absolute path 'e7cbb4f0-74d7-4a7b-b8e3-758cb83061f2'
```
It seems like the listener …
-
Thank you for your tutorial. I've been following the instructions on the symfony website and double checked with this git repository, however i'm unable to use the "set hompage" functionality. The fol…
ghost updated
10 years ago
-
I'm trying to update from SF3 to SF4 and i'm getting strange error:
` The service "fos_oauth_server.client_manager.default" has a dependency on a non-existent service "doctrine.odm.mongodb.document…
-
We should find a way to mark the supported and unsupported version on those pages
- http://www.doctrine-project.org/projects/orm.html
- http://www.doctrine-project.org/projects/migrations.html
- http:…
-
I have to build Web app using Spiral framework with mongoDB.
Is MongoDB ODM engine provided in the latest version of spiral framework or not?(v3.11)
As my hearing, this feature don't support in the …
-
| Q | A
|------------ | -----
| Version | 2.1.0
### Support Question
tl;dr
When using `targetDocument` and `discriminatorMap` annotation property for `EmbedMany` (I believe `E…
-
In Admingenerator\GeneratorBundle\DependencyInjection\AdmingeneratorGeneratorExtension at line 136 is:
``` php
$container->getDefinition('admingenerator.generator.doctrine_odm')
```
should be:
``` …
-
Official documentation says it is possible to use mongodb as connection
`$this->loadFixtures($fixtures, null, 'doctrine_mongodb');`
but when tried we see:
`Liip\FunctionalTestBundle\Test\WebTestCase::…
-
Creating this from #530.
doctrine/mongodb 1.1 supports GeoJSON and 2dsphere queries as of https://github.com/doctrine/mongodb/pull/109.
Todo items:
- [x] Upgrade ODM to support doctrine/mongodb 1.1 …
-
wrong usage or bug?
is there any way to ignore this file as it is not used in project?
```
sh-4.2$ php -v
PHP 8.0.7 (cli) (built: Jun 16 2021 12:25:08) ( NTS )
Copyright (c) The PHP Group
Ze…