Carsten Schinzer

Results 4 comments of Carsten Schinzer

Just for completeness, the config file: ``` doctrine: dbal: connections: default: url: '%env(resolve:DATABASE_URL)%' driver_class: 'Facile\DoctrineMySQLComeBack\Doctrine\DBAL\Driver\PDOMySql\Driver' server_version: 'mariadb-10.1.40' wrapper_class: 'Facile\DoctrineMySQLComeBack\Doctrine\DBAL\Connection' options: x_reconnect_attempts: 5 ```

I attach the PDF of the Symfony Error Page. My composer.lock is fixed upon: ``` "doctrine/annotations": "^1.0", // 1.13.2 "doctrine/doctrine-bundle": "^2.1", //2.3.2 "doctrine/doctrine-migrations-bundle": "^2.2.0", // 2.2.3 "doctrine/orm": "^2.6", // 2.7.5...

**Hint:** Use `./bin/console nelmio:apidoc:dump` in your local environment to debug your annotated RestControllers in your dev environment. Kudos to the Nelmio devs for that feature. It saves a ton of...

I found how to switch on debug level. Now I see that the page being uploaded has a size of 20,770 characters on the body - maybe a size limitation?