Hi. Using GroceryCrud 3.2.4 Enterprise on a Codeigniter 4.6.0 install and having some issues that I think are a namespace issue.
I’m getting this error:
- code: 500
- file: “/var/www/html/ci4_qe/vendor/grocery-crud/enterprise/src/GroceryCrud/Core/State/RemoveOneState.php”
- line: 44
- message: “Call to undefined method GroceryCrud\Core\GroceryCrud::getLoadList()”
I commented out the call in GroceryCrud::render so it would work, but I think it’s the same error.
I’m getting data from the database, so that’s not the problem.
I’m pretty sure there’s a namespace issue but don’t know right now how to resolve it. Any help would be appreciated.
Thank you for your time