Skip to:
Content

BuddyPress.org

Opened 4 years ago

Last modified 10 days ago

#8320 new defect (bug)

404 error for the next page after loading any BuddyPress page

Reported by: dmcsupport's profile dmcsupport Owned by:
Milestone: Awaiting Review Priority: high
Severity: critical Version: 6.0.0
Component: Core Keywords:
Cc: support@…, dmcsupport

Description

Random 404 pages appearing after the BuddyPress page loads.

The pattern is always the same:
BuddyPress page: page displayed correctly
– Next page (not BP): throws a 404

Similar issue has been reported a few years back. Please find the link here - https://buddypress.org/support/topic/is_404-triggered-on-every-buddypress-page/

There is also a ticket explaining similar bug here - https://buddypress.trac.wordpress.org/ticket/6527#comment:4

Is there a fix of this? Please advise.

Change History (1)

#1 @dmcsupport
4 years ago

  • Cc dmcsupport added

So the cause of this 404 error the line below in the file /wp-content/plugins/buddypress/bp-core/bp-core-catchuri.php

$wp_rewrite->use_verbose_page_rules = false;

This line can be wrapped around with IF statement to check if the page is BP or non BP page.

Note: See TracTickets for help on using tickets.