Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

HELP please, urgent.


polemarch

Recommended Posts

Posted

I've just checked my site and am getting the following:

 

1016 - Can't open file: 'whos_online.MYI'. (errno: 145)

 

delete from whos_online where time_last_click < '1054718237'

 

[TEP STOP]

 

 

Until today the site has been running perfectly, with no problems of any kind. What could have happened? Is this a file/database problem? Help would be much appreciated.

Posted

sounds like a corrupted table

 

use:

 

repair table whos_online;

 

from mysql prompt - there probably is an alternative for phpMyAdmin but I don't use it much

 

other than that you can use a sane backup of your database.

 

you do backups right? :wink:

Posted

Hi there, its ok, I fixed it using one of the previous posts. I am using Cpanel hence the problem. Thanks for the info though :-) Phew, close call

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...