Open dziegler991 opened 6 years ago
Note: this is running on php7.2 and apache2.4.x.
Use first letter in upercase to class name.
Try :
$crud = new Grocery_CRUD();
instead of :
$crud = new grocery_CRUD();
Unfortunately that didn't change anything
Comment out the lines from Grocery_crud_model.php file
// // function construct() // { // // parent::construct(); // } https://github.com/bcit-ci/CodeIgniter/commit/c45caeac4f45b83fbb3655f62638ebcf913981c8
Hi all,
I am having a bit of trouble installing Grocery CRUD. It is throwing this error after following the basic steps to get it working.
The Main.php file looks like this: