Lately I've been getting this error often:
Fatal error [400]: SQLSTATE[HY000]: General error: 145 Table './fmshots_che/chv_users' is marked as crashed and should be repaired
Triggered in /app/lib/classes/class.listing.php at line 362
Stack trace:
#0 /app/routes/route.index.php(205): CHV\Listing->exec()
#1 /lib/G/classes/class.handler.php(216): G\Handler->{closure}(G\Handler)
#2 /lib/G/classes/class.handler.php(120): G\Handler->processRequest()
#3 /app/loader.php(614): G\Handler->__construct(Array)
#4 /index.php(20): include_once('/app/loader.php')
I fire up phpMyAdmin and repair the tables, and that temporarily fixes the issue. Sadly it returns few days later. Not really sure what's causing this nor how I can ensure it doesn't happen again. Any suggestions welcome.
Fatal error [400]: SQLSTATE[HY000]: General error: 145 Table './fmshots_che/chv_users' is marked as crashed and should be repaired
Triggered in /app/lib/classes/class.listing.php at line 362
Stack trace:
#0 /app/routes/route.index.php(205): CHV\Listing->exec()
#1 /lib/G/classes/class.handler.php(216): G\Handler->{closure}(G\Handler)
#2 /lib/G/classes/class.handler.php(120): G\Handler->processRequest()
#3 /app/loader.php(614): G\Handler->__construct(Array)
#4 /index.php(20): include_once('/app/loader.php')
I fire up phpMyAdmin and repair the tables, and that temporarily fixes the issue. Sadly it returns few days later. Not really sure what's causing this nor how I can ensure it doesn't happen again. Any suggestions welcome.