Aug 26, 2022 2:23 pm
I get a message that I have two topics to moderate, but nothing is displayed, how can I correct this?
I did the [Clear Up] in the administration panel, but it didn't work.
2 Replies
Aug 28, 2022 9:55 pm
Please use some phpMyAdmin plugin or the phpMyAdmin tool in your Hosting > cPanel and execute the following two SQLs. Change the red marked table prefixes to yours if it's not wp_ :
DELETE FROM `wp_wpforo_topics` WHERE `status` = 1; DELETE FROM `wp_wpforo_posts` WHERE `status` = 1;
Then navigate to wpForo > Overview admin page, scroll down and click the [Delete all caches] button.