Created
June 27, 2010 13:46
-
-
Save jeremyFreeAgent/454921 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
parameters: | |
kernel.include_core_classes: false | |
kernel.config: | |
charset: UTF-8 | |
error_handler_level: null | |
web.config: ~ | |
web.templating: | |
escaping: htmlspecialchars | |
assets_version: SomeVersionScheme | |
# as documented in http://symfony-reloaded.org/guides/Validator | |
web.validation: | |
annotations: true | |
doctrine.dbal: | |
driver: PDOMySql | |
dbname: dbname | |
user: root | |
password: root | |
doctrine.orm: ~ | |
swift.mailer: | |
transport: gmail | |
username: xxxxxxxx | |
password: xxxxxxxx |
And with :
web:
validation: true
I have :
Fatal error: Uncaught exception 'InvalidArgumentException' with message 'The "web" tag is not valid
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The error is :
Fatal error: Uncaught exception 'InvalidArgumentException' with message 'The tag "web:validation" is not defined in the "web" extension.'