-
Hello,
Each time i clean symfony cache with command line
`sudo -u www-data php app/console cache:clear --env=prod --no-debug`
I get this error :
`assetic.ERROR: The template "DoctrineBundle:Coll…
-
I've a problem with multiple value query array
`$repository->findBy('FieldName' => array("value1", "value2"));`
This aspect is reported into [official documentation](http://docs.doctrine-project…
-
If the organization logo is deleted, you'll get an error like
```
Doctrine\ODM\MongoDB\DocumentNotFoundException
File:
/var/www/zf3.yawik.org/vendor/doctrine/mongodb-odm/lib/Doctrine/ODM/Mongo…
-
Hello,
there is a new PHP driver for MongoDB ( http://docs.php.net/manual/en/set.mongodb.php ) , compatible with HHVM and with PHP7. As far as I know, the current implementation of the Doctrine Mongo…
-
I saw https://github.com/symfony/flex/issues/181 that tells something similar
The case is, I prepare a project with flex all good. Like some official repos and some from contrib too.
```sh
comp…
-
Hi,
Today I updated my dependencies and `mongodb-odm` was updated from `1.1.6` to `1.2.0`. Now I'm getting deprecation notices when I run my tests:
```
Doctrine\ODM\MongoDB\EagerCursor is depre…
-
| Q | A
| ---------------- | -----
| Bug report? | yes
| Feature request? | no
| BC Break report? | yes
| RFC? | no
| Symfony version | 3.4
There seems to be …
-
Will doctrine/mongodb-odm 1.2 and doctrine/mongodb be compatible with the upcoming MongoDB 3.6?
-
I'm writing an [ODM](https://github.com/tequila/mongodb-odm) for MongoDB and PHP7.
Initially it was based on my own high-level driver, which was an alternative to this library, but recently I decide…
-
Hey guys !
I'm new to API Platform, and I tried to implement an API with a Mongo database, but I got an issue when I want to generate my routes, It seems not to have taken into account the fact I cha…