Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sql Server is not connecting #524

Open
leandrocmaiaa opened this issue Sep 27, 2023 · 1 comment
Open

Sql Server is not connecting #524

leandrocmaiaa opened this issue Sep 27, 2023 · 1 comment
Labels

Comments

@leandrocmaiaa
Copy link

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
@chriskapp
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants