solved CRI: Query Error: (errno: 24)

alt=
@dim
8 years ago
167 posts
Sometimes I see the error on my website:
CRI: Query Error: Can't open file: './server/jr_jrcore_log.frm' (errno: 24)
There are no details in the activity log.
What does this error mean?
Any ideas please.
updated by @dim: 12/17/16 07:39:32PM
brian
@brian
8 years ago
10,148 posts
This means your MySQL DB is corrupted, or you've run out of disk space.
Run:
REPAIR TABLE jr_jrcore_log
From MySQL if you can.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
alt=
@dim
8 years ago
167 posts
@brian,
Thanks! There was a limit on the number of open files for MariaDB-server.
brian
@brian
8 years ago
10,148 posts
dim:

@brian,
Thanks! There was a limit on the number of open files for MariaDB-server.

Glad that fixed it!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net

Tags