PHP Fatal error: Cannot use object of type WP_User as array
-
Hi there,
On our website with buddyboss theme and Buddyboss Platform, users are registered either after purchase either after optin a Gravity Form.
In this second option, when form is submitted I get the wp_die() screen, and this Fatal error in debug.log :
[08-Jul-2025 16:57:55 UTC] PHP Fatal error: Uncaught Error: Cannot use object of type WP_User as array in /home/xxx/web/wp-content/plugins/bp-xprofile-location/inc/pp-field-type-location.php:165
Stack trace: 0 /home/xxx/web/wp-includes/class-wp-hook.php(324): PP_Field_Location->pp_loc_activated_user()No idea why, the third param of hook bp_core_activated_user is well documented to get an Array of user data, but at this point this is an WP_User object.
Thanks for help.
The topic ‘PHP Fatal error: Cannot use object of type WP_User as array’ is closed to new replies.