fusio
fusio copied to clipboard
Sql Server is not connecting
After installing by docker I receive the message "Call to undefined function sqlsrv_configure()", when I try to create a SQL Server connection. Can anyone help me?
Hi @leandrocmaiaa currently in our docker image we have only activated the mysql and postgres PHP extension, if you want to connect to an SQL server you need to activate the sqlsrv PHP extension, so you need to adjust the docker image to also install this extension.