Aistis

Results 17 comments of Aistis

I confirm it is an issue for docker-compose v2

Run into the same problem.

What if use DBAL instead of entities? It would give a better performance.

@malas depends on flushing strategy: - if flush is done after every email - no control is needed as it is single insert statement; - if flush is done in...

https://lh3.googleusercontent.com/qT_FfBn4qximsuWHGkmLzdNbqn3ybtwYJr4_ayvgOpAq2jI46Ex4ERMSGhQCS4SZRUaouY1z4b9hwvw=w1896-h968-rw `chmod()` via `php -a` works fine. Looks like the error occurs when nginx tries `chmod()` https://lh3.googleusercontent.com/hC7Nh4FMHpbyhJ8X0Ktbf1V8kIY5il9vygRFjp_4bUkKXh04JCZx6fIsxCpKfFc7PulHrdVlTwz5dAM=w1896-h968-rw

It is clear that the problem is related to php5-fpm permissions. It was working under `www-data:www-data` and on `vagrant:www-data` it works fine. `vagrant` is in `www-data` group and `www-data` in...

Our workaround was to set `vagrant` as `php5-fpm` user.

I had a similar situation, but in my case PHPCR was the cause. It was mapping all documents, including and those in Lexik. ``` doctrine_phpcr: odm: auto_mapping: false ```

In my case, we are using just few ODM bundles, so it was not a big deal to map it manually. I would also prefer more cleaner solution while keeping...