GroceryCRUD error

0

Hey guys, I'm trying to use GroceryCRUD along with the Framework Codeigniter I'm doing the installation exactly as indicated in the grocery video tutorial but even without changing anything this is returning the following error:

As I am a beginner, search, I changed the versions of the frameworks but nothing works.

    
asked by anonymous 17.01.2017 / 14:43

1 answer

0

Researching a little more, I discovered that it was a codeigniter 3.1.3 bug where just changing the line

get_object_vars($object) 

for

get_object_vars($vars) 

in the following file and line system \ core \ Loader.php line 1381.

    
17.01.2017 / 17:59