2 blueyed Nov 13, 2006 20:52

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.
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!
Go with phpMyAdmin to your database, select the evo_hitlog table and repair it.
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...
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.
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..