1
I’m getting an error when connecting the application to the bank.
The file . env is configured correctly with the database settings, the error I have as return:
SQLSTATE[08001]: [Microsoft][ODBC Driver 11 for SQL Server]Named Pipes Provider: Could not open a connection to SQL Server [67]. (SQL: select top 1 * from [stakeholders] where [login] = rmendes)
The project is done in Laravel, and the bank is in localhost
.
I use the SQL SERVER MANAGEMENT STUDIO 2014
To fix the error, simply enable the communication option via TCP/IP protocol of SQL Server.
– Theotonio
How are you doing to "upload the application"? Just copied the files to the right places?
– Darlei Fernando Zillmer
is that this bank was in production ,aew for me to do the tests I took a backup and created a location , localhost sqlexpress configured in the.env file of the Standard and even in the database.php of the Standard itself pointing to the local bank... and I go up using the
php artisan serve
... that’s it– Ricardo Mendes