1 i4veritas Nov 13, 2006 19:47
3 i4veritas Nov 13, 2006 21:25
blueyed wrote:
Have you fixed it? I did not get the error, but the session ID 1801082.
The sess_ID field is the field the error refers to ("key 1").
This should not happen at all.. sess_ID is an AUTO_INCREMENT field, so it should get the next free number..
Yes, I fixed it. The session table was corrupted and needed to be repaired.
4 azso Nov 19, 2006 18:22
I have to same problem...
You can check it at www.azso.hu
Please check it and tell very detailed, what should I do as a repair action!
Thanks in advance!
5 blueyed Nov 19, 2006 18:32
Go with phpMyAdmin to your database, select the evo_hitlog table and repair it.
6 azso Nov 19, 2006 18:38
blueyed wrote:
Go with phpMyAdmin to your database, select the evo_hitlog table and repair it.
OK, I have the phpmyAdmin. I see the table.
Can you be more specific, how should I repair it?
Thanks in advance...
7 blueyed Nov 19, 2006 18:56
Go to the databse view, which shows all the tables. Click the checknox next to the one you want to repair, and choose "Repair" in the "With selected" dropdown.
8 azso Nov 19, 2006 19:07
blueyed wrote:
Go to the databse view, which shows all the tables. Click the checknox next to the one you want to repair, and choose "Repair" in the "With selected" dropdown.
Coool. It's working.
There was two tables to repair, evo_hitlog and evo_sessions.
Thanks for your help. You're great.
Have you fixed it? I did not get the error, but the session ID 1801082.
The sess_ID field is the field the error refers to ("key 1").
This should not happen at all.. sess_ID is an AUTO_INCREMENT field, so it should get the next free number..