Welcome Guest, Not a member yet? Register   Sign In
How debug Tutorial - News section to pass "We seem to have hit a snag. ..."
#3

(09-23-2019, 08:32 PM)ciadmin Wrote: The whoops message means that there is an uncaught exception happening.
Enable development of testing mode, by changing the "environment" setting in the .env file in your project root.
The problem page should now show the exception message and stack trace, so you can see what went wrong.

Thank you for your quick answer. Now the error was revealed:
Class '\CodeIgniter\Database\sqlsrv\Connection' not found

The error is located in: SYSTEMPATH/Database\Database.php at line 84. There DBDriver parameter is set with 'sqlsrv' like I set it into: app/Config/Database.php .

Please tell me what is the name of the driver CI4 is expecting for MS SQL Server database because 'sqlsrv' is not accepted by CI4 framework.
Reply


Messages In This Thread
RE: How debug Tutorial - News section to pass "We seem to have hit a snag. ..." - by sotiulian - 09-24-2019, 02:30 AM



Theme © iAndrew 2016 - Forum software by © MyBB