apioo / fusio

Open source API management platform

Home Page:https://www.fusio-project.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sql Server is not connecting

leandrocmaiaa opened this issue · comments

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?

ErrorSql

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.