PHP Fatal error: Uncaught Error: Call to undefined function badgeos_first_time
-
we are using badgeos with buddyboss and after the latest update the user account page is broken.
in php error log these errors occur:[24-Jan-2021 09:30:29 UTC] PHP Fatal error: Uncaught Error: Call to undefined function badgeos_first_time_installed() in /www/htdocs/w019c47b/staging.naou.de/wp-content/plugins/badgeos-community-add-on/includes/bp-members.php:97 Stack trace: #0 /www/htdocs/w019c47b/staging.naou.de/wp-includes/class-wp-hook.php(287): badgeos_bp_core_general_settings_before_submit('') #1 /www/htdocs/w019c47b/staging.naou.de/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters('', Array) #2 /www/htdocs/w019c47b/staging.naou.de/wp-includes/plugin.php(484): WP_Hook->do_action(Array) #3 /www/htdocs/w019c47b/staging.naou.de/wp-content/plugins/buddyboss-platform/bp-templates/bp-nouveau/includes/template-tags.php(2656): do_action('bp_core_general...') #4 /www/htdocs/w019c47b/staging.naou.de/wp-content/plugins/buddyboss-platform/bp-templates/bp-nouveau/buddypress/members/single/settings/general.php(61): bp_nouveau_submit_button('members-general...') #5 /www/htdocs/w019c47b/staging.naou.de/wp-includes/template.php(732): require('/www/htdocs/w01...') #6 /www/htdocs/w019c47b/ in /www/htdocs/w019c47b/staging.naou.de/wp-content/plugins/badgeos-community-add-on/includes/bp-members.php on line 97
if we put
if ( function_exists('badgeos_first_time_installed') ) :
around the code in bp-members.php the account page looks fine again.could you please fix that?
cheers wolfgangThe page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘PHP Fatal error: Uncaught Error: Call to undefined function badgeos_first_time’ is closed to new replies.