10-17-2018, 06:20 PM
ok. What you're probably running into is that you get redirected right after going to during_user_creation so what I do there is do dnd($_POST);
If your post looks good, then get rid of that dnd statement and do your
$db->update('users',$theNewId,['account_id'=>Input::get('account_id')]);
and on the next line do
dnd($db->errorInfo());
I'm guessing that will tell you what your error is.
If your post looks good, then get rid of that dnd statement and do your
$db->update('users',$theNewId,['account_id'=>Input::get('account_id')]);
and on the next line do
dnd($db->errorInfo());
I'm guessing that will tell you what your error is.