Migration from CI3 to CI4 - SQLServer |
I'm having difficulty configuring CI4 to connect to SQL Server.
![]() I have the following configuration on CI3 that works perfectly: PHP Code: $db['ADMINBD04'] = array( I tried to replicate at CI without success. .evn Code: database.default.hostname = ADMINBD\NAME Or in the Configuration file. PHP Code: public $default = [ I don't know what I'm doing wrong, I thank you for your help. ![]()
I discovered the problem, the firewall of the connection of the new server with PHP8 raised by the infra was with the UDP protocol blocked.
After several tests comparing the old server with PHP7, we identified the problem. But, again, I would like to congratulate you for your efforts to keep CodeIgniter simple and fantastic.
|
Welcome Guest, Not a member yet? Register Sign In |