⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

Installing in existing project



takoulo
  • profile picture
  • Member

Posted 25 April 2012 - 14:32 PM

Hello all,

I have been able to install this tool in a vacuum and it CodeIgniter function perfectly, but in my existing project, I have this error message:
"[b]Message:[/b][b]Undefined index: Filename: libraries / grocery_crud.php Line Number: 242[/b]"

Can you help me?

web-johnny
  • profile picture
  • Administrator
  • 1,166 posts

Posted 25 April 2012 - 18:29 PM

Just add the chage_field_type to integer for the field that you have with int 1 or tinyint 1. For example:


$crud->change_field_type('ordering','integer');

takoulo
  • profile picture
  • Member

Posted 26 April 2012 - 10:37 AM

Thank a lot . It's work now...