symfony-cmf / cmf-sandbox

Base project for trying CMF components integration
http://cmf.symfony.com
Other
367 stars 140 forks source link

Exception on admin list pages #395

Closed ElectricMaxxx closed 6 years ago

ElectricMaxxx commented 6 years ago

When opening the admin's list pages i see an exception in demo version:

Warning: array_keys() expects parameter 1 to be array, object given in /app/vendor/jackalope/jackalope-doctrine-dbal/src/Jackalope/Transport/DoctrineDBAL/Client.php on line 525

Locally i do not get it. the position looks a little bit wired as there is an (array) cast before.

ElectricMaxxx commented 6 years ago

This should be solved with a newer dbal version i think