You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My source code has config Route and remove index.php and using sql server.
When run 'php index.php welcome index ', it show error:
`C:\xampp\htdocs>php index.php welcome index
An uncaught Exception was encountered
Type: Error
Message: Call to undefined function sqlsrv_connect()
Filename: C:\xampp\htdocs\system\database\drivers\sqlsrv\sqlsrv_driver.php
Line Number: 144
My source code has config Route and remove index.php and using sql server.
When run 'php index.php welcome index ', it show error:
`C:\xampp\htdocs>php index.php welcome index
An uncaught Exception was encountered
Type: Error
Message: Call to undefined function sqlsrv_connect()
Filename: C:\xampp\htdocs\system\database\drivers\sqlsrv\sqlsrv_driver.php
Line Number: 144
Backtrace:
File: C:\xampp\htdocs\application\controllers\Load_Page.php
Line: 8
Function: __construct
My source code working ok.
The text was updated successfully, but these errors were encountered: