Hello,
I need help with this database error,
I review the others topics about this error but they are too old, the last one is form 2017.
I'm using:
Grocery CRUD 1.6.3 with
Codeigniter 3.1.11 and
MySQL 8.0.
My app in Codeigniter is running OK without Grocery CRUD, but when I try to use Grocery CRUD sent me this error:
Error Number: 1103
Incorrect table name ''
SHOW COLUMNS FROM ``
Filename: models/Grocery_crud_model.php
Line Number: 436
The database.php is using mysqli and is ok configured.
This is my controller: