Symfony 2 ScannerException @(64)

symfony, yaml

Solution

I think you are missing the double quotes :

- { resource: "@BazaBlogBundle/Resources/config/config.yml" }

Problem

I'm getting following exception in my app/config/config.yml file: ScannerException while scanning for the next token we had this found character @(64) that cannot start any token The line that causes exception:`- { resource: @BazaBlogBundle/Resources/config/config.yml }` I think it's compatibility problem. I'm following tutorial for Symfony version 2.0 and I'm using 2.16. Any thoughts?

Original source