Skip to content

Instantly share code, notes, and snippets.

@jeremyFreeAgent
Created June 27, 2010 13:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeremyFreeAgent/454921 to your computer and use it in GitHub Desktop.
Save jeremyFreeAgent/454921 to your computer and use it in GitHub Desktop.
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
@jeremyFreeAgent
Copy link
Author

The error is :
Fatal error: Uncaught exception 'InvalidArgumentException' with message 'The tag "web:validation" is not defined in the "web" extension.'

@jeremyFreeAgent
Copy link
Author

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