AbanteCart Community

Shopping Cart Operations => Support => Topic started by: kasynhk on September 17, 2020, 10:00:46 PM

Title: There has been a critical error processing your request
Post by: kasynhk on September 17, 2020, 10:00:46 PM
Hello
My website was unable to log in to FTP this morning. After contacting the service provider to recover, the following error appeared on the website page.
Error: Table'./H1×0××7_×B/abc_online_customers' is marked as crashed and should be repaired
Error No: 145
DELETE FROM `abc_online_customers` WHERE `date_added`< (NOW()-INTERVAL 1 HOUR)

This seems to be a problem with the database? Please help me, thanks!
Title: Re: There has been a critical error processing your request
Post by: maxter on September 17, 2020, 10:34:05 PM
Your FTP issues it not related/connected to Mysql error.

I think your error is self explanatory. you need to repare the table.
https://dev.mysql.com/doc/refman/5.7/en/rebuilding-tables.html

Code: [Select]
mysqlcheck --repair --databases [db name]or
Code: [Select]
mysqlcheck --repair --all-databases