You’ll see this error, if a table has been corrupted and needs to be repaired. For example, if that happens to the cscart_sessions table, you’ll see the following error:
Database error: Table 'cscart_sessions' is marked as crashed and should be repaired
Note
A PHP script like CS-Cart cannot crash a MySQL database table. Usually, MyISAM tables can get corrupted after a system failure.
To solve this these problem, complete the steps below:
Download the repair4.php file
.http://www.your_domain.com/your_cscart_directory/repair4.php?table=cscart_table_name
Remember to replace the parts of the URL with your details:
Note
If your store is available directly at www.example.com, and the crashed table is cscart_sessions, the URL you use will be as follows: http://www.example.com/repair4.php?table=cscart_sessions
Questions & Feedback
Have any questions that weren't answered here? Need help with solving a problem in your online store? Want to report a bug in our software? Find out how to contact us.