AI Search
Classic Search
Notifications
Clear all
2 Replies
Aug 29, 2022 1:55 am
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.
