what version of bbpress are you using?
ok, it’s not a released version, so suggest you post a trac ticket for the error
https://bbpress.trac.wordpress.org/newticket
I went the trac ticket route – someone sent me some replies that basically said “that shouldn’t happen.” However, I am still experiencing these warning messages:
Warning: A non-numeric value encountered in /home/sndg2301/public_html/2017/wp-content/plugins/bbpress/includes/forums/functions.php on line 1132
Warning: Cannot modify header information – headers already sent by (output started at /home/sndg2301/public_html/2017/wp-content/plugins/bbpress/includes/forums/functions.php:1132) in /home/sndg2301/public_html/2017/wp-includes/pluggable.php on line 1179
Warning: A non-numeric value encountered in /home/sndg2301/public_html/2017/wp-content/plugins/bbpress/includes/forums/template.php on line 1441
@padrenola I’ve added a reply on your ticket, but I wanted to post here as well.
The issue you are seeing is related to your theme, so you will want to get in touch with their support to get an official fix. You can send them to the ticket for background. https://bbpress.trac.wordpress.org/ticket/3059
In the meantime, adding the below code to the bottom of your theme’s/child theme’s functions.php file should give you some relief.
remove_filter( 'bbp_get_forum_topic_count_int', 'x_bbpress_filter_forum_topic_count' );
remove_filter( 'bbp_get_forum_reply_count_int', 'x_bbpress_filter_forum_reply_count' );
remove_filter( 'bbp_get_forum_post_count_int', 'x_bbpress_filter_forum_post_count' );
A year later, and I have this issue…any idea what causes it? I have everything current WP: 4.9.4 and BBP: 2.6 rc3