Guest Posted July 27, 2005 Share Posted July 27, 2005 An OSCommerce site which has been working flawlessly for 2.5 - 3 years suddenly won't work. I get the following php error message. 1016 - Can't open file: 'whos_online.MYI'. (errno: 145) delete from whos_online where time_last_click < '1122495332' [TEP STOP] I have not touched anything but the hosting company has moved to a new physical server, supposedly transferring all the data as it existed on the old machine. My guess is that the problem relates to something having to do with the server move, but I thoght I would inquire here for some clue I might get about what might need fixing, as the hosting guy does not know php, and the programmer who set it up originally is no longer available. Link to comment Share on other sites More sharing options...
Guest Posted July 27, 2005 Share Posted July 27, 2005 an easy fix, search the knowledge base for myi basically you wil just need to go in with phpmyadmin and 'repair' the database Link to comment Share on other sites More sharing options...
OceanRanch Posted July 27, 2005 Share Posted July 27, 2005 An index or such probably got corrupted in the move or at shutdown. Go to your phpmyadmin and open to any table and then go to the SQL TAB and enter repair table whos_online Then hit the run button. HTH Tom Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.