Grocerycrud error

Asked

Viewed 42 times

0

Speak guys I’m trying to use the Grocerycrud together with the Framework Codeigniter I am doing the installation exactly as indicated in the video tutorial of Grocery but even without changing anything this returning me the following error:

inserir a descrição da imagem aqui

as I am beginner search, I changed the versions of frameworks but nothing to work.

1 answer

0

Researching a little more I ended up discovering that it was a bug of the codeigniter itself 3.1.3 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.

  • 1

    It’s not very healthy to change the framework to solve a problem in another library. Wiser is extend class, so when you update the CodeIgniter, will have no problem with the changed class.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.