There is something wrong with my site, MrAirsoft.com. My partner says he was editing a header related file and then the site crashed and he can't fix it. It's been down for about 18 hours, so this is not good. By the way, here is the message currently displayed on the site: 1016 - Can't open file: 'sessions.MYI'. (errno: 145) select value from sessions where sesskey = '6ef55a1fda0bf4613bde94ee3f8d10c7' and expiry > '1192373400' [TEP STOP] Code (markup): If anybody can help me, or direct me to where I can find help, please do!
That looks like it will be very helpful, thank you. Does anybody else have some additional resources that I may be able to utilize?
try repairing the sessions table from phpmyadmin or run the fallowing via ssh $ mysql -uusername -p DatabaseName $ REPAIR TABLE sessions; $ exit Code (markup): i hope it helps