Closed
Description
PHP Version
7.4
CodeIgniter4 Version
4.2.1
CodeIgniter4 Installation Method
Composer (using codeigniter4/appstarter
)
Which operating systems have you tested for this bug?
Windows
Which server did you use?
apache
Database
sqlserver 2017
What happened?
When I update to v 4.2.1. An error pop-up
"CodeIgniter\Database\Exceptions\DatabaseException #8
Unable to connect to the database.
Main connection [sqlsrv]: Proveedor de TCP: Tiempo de espera de la operación de espera agotado."
I understand that the error is due to internet connection, but the device where i'm working is connected directly to the ethernet of the company.
Steps to Reproduce
I want to a login like i used to connect in the version 4.1.9 (i make a backup) , but the error pop-up
Expected Output
Validate the user to if there are register to the database
Anything else?
No response