Notifications
Clear all

[Closed] wpForo moderation says "84" but noting is displayed

10 Posts
4 Users
0 Reactions
870 Views
Posts: 993
Moderator
(@martin)
Support Team
Joined: 8 years ago

@emanuelusa,

Pleas use your hosting cPanel > phpMyAdmin database management too, export the following two tables:

  • wp_wpforo_topics
  • wp_wpforo_posts

and send it to support[at]gvectors.com email address. We'll check and find the issue. You have some orphan content in these tables and they should be deleted.

2 Replies
(@emanuelusa)
Joined: 7 years ago

Active Member
Posts: 11

@martin Ok I just them over to you guys! Thank you very much!

Robert

Robert
Admin
(@robert)
Joined: 9 years ago

Support Team
Posts: 10587

@emanuelusa,

We've checked the tables. Please use some phpMyAdmin plugin or the phpMyAdmin tool in your Hosting > cPanle and execute the following two SQLs:

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.

Page 2 / 2