Opened 4 years ago
Closed 3 months ago
#8320 closed defect (bug) (maybelater)
404 error for the next page after loading any BuddyPress page
Reported by: | dmcsupport | Owned by: | |
---|---|---|---|
Milestone: | 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 (2)
Note: See
TracTickets for help on using
tickets.
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.