Closed marlongichie closed 10 years ago
The information you provide is not enought to reproduce the issue.
app/config/config.yml
)Sorry, I have managed to identify the problem to be user error in app/config/config.yml
The cause was defining a bundle without it's namespace. AcmeDemoBundle
was defined as just DemoBundle
. Odd that this would break the entire command console. Nevertheless, closing this issue.
Thanks for the speedy response.
Breaks the symfony command-line console after registering the bundle.
Shows:
when attempting to run commands from the command-line console