Welcome Guest, Not a member yet? Register   Sign In
SQLite3::query(): Unable to prepare statement: 1, no such table:
#1


I have just downloaded an auth system for codeigniter4 But when I go to /r
egister
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
Please help
Reply




Theme © iAndrew 2016 - Forum software by © MyBB