The error “Table is marked as crashed and should be repaired” is a database problem.
To fix it we will have to access a database interface and run the following query:
repair table table_name;
Where “table_name” we’ll replace it with the name of the table where we’re having the problem.