Item 'stuck' in the Moderation Queue

PVO_Dave

Active member
Hi,

I think during some problems with Elastic Search we somehow managed to get an item stuck in the Moderation Queue.

It was some reported spam, the post was removed, user banned etc..

But we now have this stuck in the queue:

stuck in queue.webp

Choosing any of those options and clicking 'Update Moderation Queue' makes no difference, the report is still stuck.

What can I do to get rid of this rouge alert?

Thanks,
Dave.
 
Run this query on your database to empty the moderation queue:

Code:
TRUNCATE TABLE xf_moderation_queue;

The count should update the next time you visit that page.
 
Top Bottom