Hi Brandon:

Thanks for your answer but it didn't solve the problem, I'm still getting the same error (doctrine revision 5719f85)


El 12/08/10 16:35, Brandon Turner escribió:

On 8/12/10 3:00 AM, alfonso wrote:
I'm trying to create an sqlite
database for a pilot proyect:

--------
# file: symad/config/config_test.yml
...
doctrine.dbal:
     driver:   PDOSqlite
     dbname:   %kernel.root_dir%/sf2cmf-test
----------

Try something like this:

doctrine.dbal:
  driver:  PDOSqlite
  path:     %kernel.root_dir%/sf2cmf-test

or

doctrine.dbal:
  connections:
    default:
      driver: PDOSqlite
      path: %kernel.root_dir%/sfcmf-test



--
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to