WPIntell

Source evidence

Fatal Error

GD bbPress Tools 路 support 路 2022-07-20T15:17:00+00:00

mixedsentiment
highseverity
0.88relevance
8replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

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

5 / 32 rows with source links

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

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

27 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
carmpocalypse resolved
Hello, When logging out of my site, a fatal error occurred caused by this plugin. Here are the details: Error Details ============= An error of type E_ERROR was caused in line 71 of the file /home/xxxx/public_html/wp-content/plugins/gd-bbpress-tools/code/mods/signature.php. Error message: Uncaught Error: Attempt to assign property "filter" on null in /home/xxxx/public_html/wp-content/plugins/gd-bbpress-tools/code/mods/signature.php:71 Stack trace: #0 /home/xxxx/public_html/wp-includes/class-wp-hook.php(307): GDBTOModSignature->editor_form_profile(Object(WP_User)) #1 /home/xxxx/public_html/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array) #2 /home/xxxx/public_html/wp-includes/plugin.php(476): WP_Hook->do_action(Array) #3 /home/xxxx/public_html/wp-admin/user-edit.php(838): do_action('show_user_profi...', Object(WP_User)) #4 /home/xxxx/public_html/wp-admin/profile.php(18): require_once('/home/xxxx/...') #5 {main} thrown WordPress version 6.0.1 Current plugin: GD bbPress Tools (version 3.2.1) PHP version 8.0.20 This error occures since PHP 8.0. It can be fixed by putting this code above the error line (71): if (!$profileuser) return; Don鈥檛 know if this will have some sideeffects, but for me everything works after that. This reply was modified 3 years, 9 months ago by milkycode . @milkycode Thanks, it helped me. 馃檪 @milkycode Thanks, it fixed the issue. Now I can update the user profile on the backend again and there are no fatal errors. This error is still existing in the current version. Please fix it according to my code fix above. Now it will also be triggered, when editing a user. Yes, please fix 馃檪 Yes, still fatal errors. Hello, Same for me. I did the fix but I hope for an update. Sorry it took so long, it is fixed in 3.4. Plugin is also tested with PHP 8.0, 8.1 and 8.2, so hopefully, no more similar issues related to PHP.

Comments

8 shown
milkycode 2022-08-26T11:43:00+00:00

This error occures since PHP 8.0. It can be fixed by putting this code above the error line (71): if (!$profileuser) return; Don鈥檛 know if this will have some sideeffects, but for me everything works after that. This reply was modified 3 years, 9 months ago by milkycode .

lukas22 2022-08-26T12:11:00+00:00

@milkycode Thanks, it helped me. 馃檪

carmpocalypse 2022-08-30T00:53:00+00:00

@milkycode Thanks, it fixed the issue. Now I can update the user profile on the backend again and there are no fatal errors.

milkycode 2022-12-30T12:24:00+00:00

This error is still existing in the current version. Please fix it according to my code fix above. Now it will also be triggered, when editing a user.

Rolf Allard van Hagen 2023-01-09T09:01:00+00:00

Yes, please fix 馃檪

cliffrohde 2023-02-08T18:53:00+00:00

Yes, still fatal errors.

Marc Saffar 2023-02-23T15:04:00+00:00

Hello, Same for me. I did the fix but I hope for an update.

Milan Petrovic 2023-03-08T16:35:00+00:00

Sorry it took so long, it is fixed in 3.4. Plugin is also tested with PHP 8.0, 8.1 and 8.2, so hopefully, no more similar issues related to PHP.