You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.
Hello
Each time I enable this bundle in the kernel, i get an error on cache clear.
// Clearing the cache for the dev environment with debug true
In RegisterEventListenersAndSubscribersPass.php line 71:
Notice: Array to string conversion
Tested version is v1.2.0
The text was updated successfully, but these errors were encountered:
Hi there, @DavG, sorry you've had problems here. I've just tested this using Symfony 4.1 (released version, not the beta) and don't see that issue.
Are you able to upgrade to the released version of 4.1?
Also, it looks like the problem line is in Symfony's Doctrine bridge. I've installed Doctrine in my test instance and still didn't see the problem. To help us narrow this down, are you able to temporarily uninstall Doctrine and see if the problem persists? Or would that require a lot of unpicking?
Hello
Each time I enable this bundle in the kernel, i get an error on cache clear.
Tested version is v1.2.0
The text was updated successfully, but these errors were encountered: