The exception states your problem loud and clear if you read carefully. You have to use "pdo_sqlsrv", not "mssql"
Marco Pivetta http://twitter.com/Ocramius http://ocramius.github.com/ On 26 February 2014 17:45, Luis Vicente <[email protected]> wrote: > > in paremeters.ini I'm using this: > > database_driver: mssql > database_host: 127.0.0.1 > database_port: 1433 > database_name: SIGH > database_user: sa > database_password: null > mailer_transport: smtp > mailer_host: 127.0.0.1 > mailer_user: null > mailer_password: null > locale: en > secret: ThisTokenIsNotSoSecretChangeIt > > > The Exception: > > [Doctrine\DBAL\DBALException] > > The given 'driver' mssql is unknown, Doctrine currently supports only > the following drivers: pdo_mysql, pdo_sqlite, pdo_pgsql, pdo_oci, oci8, > ibm_db2, > pdo_ibm, pdo_sqlsrv, mysqli, drizzle_pdo_mysql, sqlsrv > > -- > You received this message because you are subscribed to the Google Groups > "doctrine-user" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/doctrine-user. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "doctrine-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/doctrine-user. For more options, visit https://groups.google.com/groups/opt_out.
