WPIntell

Source evidence

Critical error with BuddyBoss theme & platform

Restrictions for BuddyPress · support · 2026-04-09T22:33:00+00:00

complaintsentiment
highseverity
0.97relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

3 / 31 rows with source links

9.7% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

28 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
littlebizonline unresolved
Hi – we are seeing a critical error on a site when this plugin is activated. Staging site only has the following: WordPress 6.9.4 BuddyBoss theme 2.20.0 BuddyBoss Platform 2.21.0 BP Restrict 1.5.3 Please advise? Thanks Hi there, Thanks for bringing his issue to our attention. In this case, the Fatal error is occurring due to a compatibility conflict between the Redux framework bundled in the Restrictions for BuddyPress plugin(version 4.0.0) and the BuddyBoss theme’s Redux extensions. The theme’s extensions are using an older version of Redux (3.0.0) that did not include typed property declarations, leading to a type mismatch. Prior to BuddyBoss theme updating their Redux version, you may make changes in the BP Restrict plugin to remove the strict type declarations from the Redux abstract class properties ($extension_url and $extension_dir). This change ensures backward compatibility with themes using older Redux extensions, preventing the fatal error. To do so, please carry out the following: – Navigate to the class-redux-extension-abstract.php file within the \wp-content\plugins\bp-restrict\includes\options\inc\classes\ directory path – Search for the line of code below: protected string $extension_url; – Alter it to: protected $extension_url; – Search for: protected string $extension_dir; – Alter it to: protected $extension_dir; I hope this information helps. Should you have any questions, please feel free to reach out once again. Kind Regards

Comments

1 shown
john 2026-04-13T03:02:00+00:00

Hi there, Thanks for bringing his issue to our attention. In this case, the Fatal error is occurring due to a compatibility conflict between the Redux framework bundled in the Restrictions for BuddyPress plugin(version 4.0.0) and the BuddyBoss theme’s Redux extensions. The theme’s extensions are using an older version of Redux (3.0.0) that did not include typed property declarations, leading to a type mismatch. Prior to BuddyBoss theme updating their Redux version, you may make changes in the BP Restrict plugin to remove the strict type declarations from the Redux abstract class properties ($extension_url and $extension_dir). This change ensures backward compatibility with themes using older Redux extensions, preventing the fatal error. To do so, please carry out the following: – Navigate to the class-redux-extension-abstract.php file within the \wp-content\plugins\bp-restrict\includes\options\inc\classes\ directory path – Search for the line of code below: protected string $extension_url; – Alter it to: protected $extension_url; – Search for: protected string $extension_dir; – Alter it to: protected $extension_dir; I hope this information helps. Should you have any questions, please feel free to reach out once again. Kind Regards