Php error with bbpress

Hello,

I got the following error message on my forum with BBpress.
“Warning: A non-numeric value encountered in /homepages/31/d736717182/htdocs/clickandbuilds/WordPress/UCCA/wp-content/plugins/bbpress/includes/forums/template.php on line 1409”

I have php 7.1 and I use the theme x. If I change the theme, the problem goes away. I checked other posts about this issue and it seems that it is an issue with the theme.

Would you help ?

Hi There,

Can you please re-upload a fresh copy of your theme file via FTP?
Let us know if that fixes the issue.
If that doesn’t help please send us your website details to check what could be the issue.

Please provide following information:
Set it as Secure Note

  • Link to your site
  • WordPress Admin username / password
  • FTP credentials
    All the best!

Thanks

Hello, a fresh copy of the theme does not work. I shared in a secure note the info you need to help. in advance thank you

Hi There,

I couldn’t replicate this issue on my end(PHP 7.1 too).

But I’ve changed this code from $retval = $replies + $topics; to $retval = (int) $replies + (int) $topics; under wp-content/plugins/bbpress/includes/forums/template.php on line 1409 then the warning messages disappear.

Cheers!

1 Like

thank you so much !
it worked. Your rock

Glad we were able to help :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.