FileLoaderImportCircularReferenceException after created Bundle in Symfony2 FileLoaderImportCircularReferenceException after created Bundle in Symfony2 symfony symfony

FileLoaderImportCircularReferenceException after created Bundle in Symfony2


I finally found the solution... The issue comes from OPCache and the following setting : opcache.enable_file_override=1. After changing with opcache.enable_file_override=0 everything works :)