views:

81

answers:

1

symfony 1.2, doctrine, dsn: sqlite:%sf_data_dir%/db.sq3

When i am trying "php symfony dctrine:build-sql" i get this error, but on frontend all fine. Also i have tried to change ini file this way

php -c "path to file" symfony doctrine:build-sql

but get the same error

Couldn't locate driver named sqlite

A: 

added to symfony script file dl(pdo_sqlite.so); it works!

eldar