Notifications
Clear all

wpForo 1.x.x [Closed] Approving topics in moderation is not working

9 Posts
5 Users
0 Likes
3,312 Views
Posts: 1
Topic starter
(@dagobert)
New Member
Joined: 7 years ago

I just installed it, trying to approve a topic but when I click on approve, it just goes to a blank page like you can see in the screenshot.

8 Replies
Robert
Posts: 10499
Admin
(@robert)
Support Team
Joined: 8 years ago

I think your WordPress has errors in header or in submit actions. We need admin access to check it. Please send admin login details to support[at]gvectors.com email address.

Posts: 2
(@cbeard)
New Member
Joined: 7 years ago

This is a problem I am facing too  - did you find a solution?

Robert
Posts: 10499
Admin
(@robert)
Support Team
Joined: 8 years ago

This is a site specific problem end comes from other plugins and theme in most cases. To find the reason please deactivate all plugins and temporary change the theme if it's possible.

Posts: 2
(@marktheninja1901)
New Member
Joined: 7 years ago

Found the issue,

on line 462 wpf-actions.php

$pids = array_diff($pids, (array) $wpforo->current_userid);

not sure why the userid here is compared with the topic ids? Commenting this out fixes the issue in my case
Page 1 / 2