Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

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

10 Posts
4 Users
0 Reactions
1,146 Views
Posts: 990
Moderator
(@martin)
Support Team
Joined: 9 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: 8 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: 10616

@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