06-16-2020, 05:43 AM
I have just downloaded an auth system for codeigniter4 But when I go to /register
have configured the default driver to be MySQL
in my .env
I get this error
Code:
`SQLite3::query(): Unable to prepare statement: 1, no such table: db_users`
Please note:
- I have a table called
users
- I do not want to use SQLite at all but MySql
- I have configured the default driver to be Mysql
- I have no idea why codigniter is trying to execute a SQLite query