floriansemm / SolrBundle

Solr-Integration into Symfony and Doctrine2
http://floriansemm.github.io/SolrBundle
MIT License
123 stars 73 forks source link

Getting ServiceCircularReferenceException from AppKernel #179

Open rockyweng opened 6 years ago

rockyweng commented 6 years ago

Hello,

ServiceCircularReferenceException in bootstrap.php.cache line 2174

I am getting ServiceCircularReferenceException when putting FSSolrBundle after DoctrineBundle.

new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
new FS\SolrBundle\FSSolrBundle(),

Just wondering if anyone else is getting similar errors.

Thanks.

floriansemm commented 6 years ago

What Symfony version do you use?

rockyweng commented 6 years ago

Hi @floriansemm ,

I am using version 2.8.3 at the moment.

Thanks.