![]() |
IONAuth Blank Groups when register - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: IONAuth Blank Groups when register (/showthread.php?tid=58613) |
IONAuth Blank Groups when register - El Forum - 06-29-2013 [eluser]Unknown[/eluser] Hi everyone.. I have some problem with ion_auth library, and I follow the documentation, i have some clue from there and the net too, the sample code: Code: $group = array(''); Code: /* but, with 2 way i try, it's always give me 'blank groups' in table user_group.. and some error code information in line: Code: in line 833 on ion_auth_model.php i hope everyone give me shot, to the point, how to 'right' code for register new user, when i passing data from post form , i really appreciate you time. thx. |