0
votes

Hey all please i need help with symfony 3 bundles after i deleted a bundle called 'HomeBundle' from AppKernel.php and routing.yml i get an error msg in my cmd

[Symfony\Component\Config\Exception\FileLoaderLoadException] Bundle "HomeBundle" does not exist or it is not enabled. Maybe you forgot to add it in the registerBundles() method of your AppKernel.php file? in @HomeBundle/Resources/config/services.yml (which is being imported from "C:\wamp64\ www\projects\pipcke\app/config\config.yml"). Make sure the "HomeBundle/Resources/config/services.yml" bundle is cor
rectly registered and loaded in the application kernel class. If the bundle is registered, make sure the bundle pat h "@HomeBundle/Resources/config/services.yml" is not empty.

[InvalidArgumentException] Bundle "HomeBundle" does not exist or it is not enabled. Maybe you forgot to add it in the registerBundles() method of your AppKernel.php file?

Can anyone help thanks a lot

1
Error messages often provide clues: app/config/config.ymlCerad
Please use formatting to make your question more readable (code, quote etc)ymoreau
most likely you have "HomeBundle/Resources/config/services.yml" imported in app/config/config.ymlSergei Kutanov
did you clear the cache?habibun
i can't clear the cache it shows me the same error message when im trying toŠkắʼn Dridi

1 Answers

-1
votes

Delete HomeBundle folder from /src and clear cache