Welcome Guest, Not a member yet? Register   Sign In
DX_auth relogin updates the user_profile table.
#2

[eluser]123wesweat[/eluser]
ok i have enabled $this->output->enable_profiler(TRUE);

and know when i do a login i see the last 4 queries
Code:
0.0225      UPDATE DX_users SET last_ip = 'xxx.xx.xxx.180', last_login = '2010-02-14 20:30:19' WHERE `id` = '5'
0.0004      INSERT INTO DX_user_profile (user_id) VALUES ('5')
0.0001      SELECT email
FROM (DX_users)
WHERE `id` = '5'
0.0002      SELECT *
FROM (DX_user_profile)
WHERE `user_id` = '5'

and the
Code:
0.0004      INSERT INTO DX_user_profile (user_id) VALUES ('5')
is the trouble one? Any way to find where the querie takes place in my code?? I know shouldn't be that hard but i am stuck Sad


Messages In This Thread
DX_auth relogin updates the user_profile table. - by El Forum - 02-14-2010, 01:21 PM
DX_auth relogin updates the user_profile table. - by El Forum - 02-14-2010, 01:36 PM
DX_auth relogin updates the user_profile table. - by El Forum - 02-14-2010, 02:39 PM



Theme © iAndrew 2016 - Forum software by © MyBB