-
Notifications
You must be signed in to change notification settings - Fork 472
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue Installing #455
Comments
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 // |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
The text was updated successfully, but these errors were encountered: