404 Errors on subforums in bbpress
-
After much testing i finally determined it was this plugin, specifically the line
$is_bbpress = function_exists( ‘is_bbpress’ ) ? is_bbpress() : false;
I know that calling is_bbpress here results in an instant 404 and adds headers already sent messages to php error logs.
This only occurs on our sub forums.
I tried several different fixes using the query args themselves but haven’t nailed down a solution and cant really afford to test on production server to much.
Top level forums work fine as i can tell but had to disable this plugin as all of our addon forums were unusuable with 404s.
is_bbpress() returned null on those pages as well when dumped.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘404 Errors on subforums in bbpress’ is closed to new replies.