You have a bunch of search indices on the post_subject column which has resulted in duplicate keys with a numbered suffix, but the original was deleted. When it looks at the search index, it can't find it for the post_subject field. I'm not sure how this happened, it looks like the Create Index button might have gotten pressed a bunch, but the UI doesn't allow that once an index is made.
Run these queries, then delete and re-create the index on the Maintenance tab.
Run these queries, then delete and re-create the index on the Maintenance tab.
Code:
ALTER TABLE phpbb_posts DROP INDEX post_subject_2;ALTER TABLE phpbb_posts DROP INDEX post_subject_3;ALTER TABLE phpbb_posts DROP INDEX post_subject_4;ALTER TABLE phpbb_posts DROP INDEX post_subject_5;ALTER TABLE phpbb_posts DROP INDEX post_subject_6;ALTER TABLE phpbb_posts DROP INDEX post_subject_7;ALTER TABLE phpbb_posts DROP INDEX post_subject_8;ALTER TABLE phpbb_posts DROP INDEX post_subject_9;ALTER TABLE phpbb_posts DROP INDEX post_subject_10;ALTER TABLE phpbb_posts DROP INDEX post_subject_11;ALTER TABLE phpbb_posts DROP INDEX post_subject_12;ALTER TABLE phpbb_posts DROP INDEX post_subject_13;ALTER TABLE phpbb_posts DROP INDEX post_subject_14;ALTER TABLE phpbb_posts DROP INDEX post_subject_15;ALTER TABLE phpbb_posts DROP INDEX post_subject_16;ALTER TABLE phpbb_posts DROP INDEX post_subject_17;ALTER TABLE phpbb_posts DROP INDEX post_subject_18;ALTER TABLE phpbb_posts DROP INDEX post_subject_19;ALTER TABLE phpbb_posts DROP INDEX post_subject_20;
Statistics: Posted by Noxwizard — Tue Jun 24, 2025 2:20 am