Hi,
during the install the only options for Database is 'MySQL' or 'SQLlite', how to set up it to work with my 'MS SQL Express 2012'?
Can someone share how should be the "$config['db_dsnw'] " parameter?
tks,
Renato P
Make sure you have the MSSQL PDO extension installed on your server.
Hi SKaero,
after put PHP to work with MS-SQL (https://social.msdn.microsoft.com/Forums/sqlserver/en-US/c287f743-9de1-42da-8758-2e884a62c7f6/w2k12-iis-php-56-sql-express-2012-error-to-connect-php-to-db?forum=sqldriverforphp) now I´m able to use the installer scripts and set up as MS-SQL.
Tks!