Welcome Guest, Not a member yet? Register   Sign In
Dealock Error 1213
#1

[eluser]xerosis[/eluser]
Hi,
I keep getting a deadlock on my site:
Code:
A Database Error Occurred
Error Number: 1213

Deadlock found when trying to get lock; try restarting transaction

UPDATE `adp_session` SET `last_activity` = 1329129920, `session_id` = '5334161763893b01ac8a472075b736ee' WHERE session_id = 'eac2b882436365c0cf5b48a7a49883ec'

Filename: libraries/Session.php

Line Number: 382

This is starting to happen frequently.

What are the different reasons something like this happens? If someone could help me.
Thanks.
#2

[eluser]InsiteFX[/eluser]
Because CodeIgniter handles all of the internal and you should not be messingwith it.
Also CI stores all that in a cookie.

If you need to keep track of that information create your own database table.




Theme © iAndrew 2016 - Forum software by © MyBB