This is a discussion on I need help! within the osCommerce 2.2 Installation Help forums, part of the osCommerce 2.2 Forums category; I had installed an OSC ,and it once worked very well. And after I had uploaded a logo file last ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| I had installed an OSC,and it once worked very well. And after I had uploaded a logo file last day,it show me this error report: "1016 - Can't open file: 'whos_online.MYI'. (errno: 145) delete from whos_online where time_last_click < '1053997911' [TEP STOP]" who can tell me why? ps:the osc was installed in the root directory,and in the directory of /forum ,a PHPBB was installed ,too.and they two use one mysql database. |
|
#2
| ||||
| ||||
| You have a corrupt table in your database. This is a mySQL configuration issue. To fix it, repair the table 'whos_online' and change the table type from MYISAM to INNODB to prevent this from happening again. You can repair and change the table type using phpMyAdmin (web based database management tool)
__________________ Michael Sasek osCMax Developer
|