This happens to me.
I have deleted many threads (I cleaned them), in the forum, they do not appear, but for example, the user who posted them, they continue to appear in his message counter, if I click on his message counter and search for his messages, they appear all the ones that I have deleted, if I click on a deleted message, it does tell me that that thread does not exist.
Hence:
The message counters have not been updated.
I notice that the deleted threads continue to appear in the phpbb_posts mysql table.
They all have the same pattern:
"Forum:
Topic:
Replies: -1
Views:"
And in phpmyadmin they appear with:
topic_id, forum_id, icon_id (all these fields with a value of 0).
Would it be possible with a mysql query to delete all these threads and at the same time, update the message counters of the users whose threads I have deleted?
Thank you and greetings.
I have deleted many threads (I cleaned them), in the forum, they do not appear, but for example, the user who posted them, they continue to appear in his message counter, if I click on his message counter and search for his messages, they appear all the ones that I have deleted, if I click on a deleted message, it does tell me that that thread does not exist.
Hence:
The message counters have not been updated.
I notice that the deleted threads continue to appear in the phpbb_posts mysql table.
They all have the same pattern:
"Forum:
Topic:
Replies: -1
Views:"
And in phpmyadmin they appear with:
topic_id, forum_id, icon_id (all these fields with a value of 0).
Would it be possible with a mysql query to delete all these threads and at the same time, update the message counters of the users whose threads I have deleted?
Thank you and greetings.
Statistics: Posted by wonder_wonder — Tue Mar 19, 2024 1:54 am