• Resolved Daniel Iser

    (@danieliser)


    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.

    https://www.ads-software.com/plugins/edd-hide-download/

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.