sampart/WhiteOctoberPagerfantaBundle

Not working with Symfony 4.1 beta 2

DavG opened this issue · 2 comments

DavG commented

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

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?

should this be closed ?