XF 1.5 The table 'xf_thread_view' is full

  • Thread starter Thread starter Member 10517
  • Start date Start date
M

Member 10517

Guest
Hi!

I get an error in the xenforo log:
Mysqli statement execute error : The table 'xf_thread_view' is full​

What can I do?

Thanks!
 
I would manually run all the crons in the acp, I think this should be automatically cleaned up every hour, is it a very busy forum, or have you turned any of the cron jobs off.

It could potentially be due to a ddos, which I'm expecting to see more of now we are getting a new wave of bots hitting us
 
That table is a memory table so it is possible to fill up, but it should be cleared up once an hour via a deferred task.

Check that the cron tasks are running.
What is the next run time?
 
also, as asked already... if it's not a highly busy forum, and the crons look like they are running
Your server access logs should give you an indication of where / why this large amount of views occured

If it is from bot dos, see my sig
 
Top Bottom