News:

Wondering if this will always be free?  See why free is better.

Main Menu

Urgent need some help

Started by barcelona, October 23, 2008, 03:05:45 PM

Previous topic - Next topic

barcelona

I get this error message
smf_sessions' is marked as crashed and should be repaired


how can I repair this file??


Thanks!!!!!!!!!!!!!1   :D :D ;D ;D ;D ;D

ccbtimewiz

Try repairing it through phpMyAdmin (Refer to: What is phpMyAdmin?)

Run this query:

REPAIR TABLE 'smf_sessions'

Kermit


or try this

Admin CP
Forum Maintenance
Find and repair any errors.
My Mods
Please don't PM/mail me for support,unless i invite you
Formerly known as Duncan85
Quote
"Two things are infinite: the universe and human stupidity; and I'm not sure about the the universe."

A. Einstein

greyknight17

You can try repairing that table in your forum database or just remove all the current sessions. Go into phpMyAdmin and click on your database. Then click on the SQL tab and copy paste the following code and run it:

TRUNCATE smf_sessions;
TRUNCATE smf_log_online;


Doing this should kick everyone off...will need to login again. So try the suggestion mentioned earlier to repair it first to see if it works ;)

barcelona

This is what I get

Error

SQL query: Edit

SHOW INDEX FROM `smf_sessions` ;

MySQL said: Documentation
#145 - Table './boot_smf1/smf_sessions' is marked as crashed and should be repaired

ccbtimewiz

You're certain you type that query correctly?

Did you try some of the suggested things above?

barcelona

Okay the truncate worked!!! Thank you guys!!!  8) 8) 8) 8) 8) 8) 8) 8)

ccbtimewiz

Glad to see you got it working. :)

Marked solved.

Advertisement: