Topic information is stored in the phpbb_topics table with a title, usually the title on first post.
All posts are stored in phpbb_posts table with their own titles, e.g. titles on replies are typically "Re: Subject" unless the user modified it when they submitted.
What that will fix is titles in the posts table if they are blank assuming there is a topic title in the topics table.
Titles in posts table shouldn't be blank unless you had modification/extension that was leaving them blank or perhaps the occasional user that deleted it before they submitted post. Titles in the topics table should never be blank.
Statistics: Posted by thecoalman — Wed Jun 04, 2025 12:02 am