10-17-2018, 04:00 PM
I have been having some problems with the during_user_creation.php script. I made an extra field in the users table called acount_id.
I tried the example code:
$db->update('users',$theNewId,['account_id'=>Input::get('account_id')]);
and nothing happend.
I uncommented dump($_POST); to see what was going on and after creating the user, the page did not show any dump info.
I tried the example code:
$db->update('users',$theNewId,['account_id'=>Input::get('account_id')]);
and nothing happend.
I uncommented dump($_POST); to see what was going on and after creating the user, the page did not show any dump info.