have you amended any files in bbpress?
No. I have not.
I just tried deleting bbpress using this method: https://techjourney.net/how-to-completely-uninstall-and-remove-bbpress-clean-up-databases/.
And reinstalled it – and I get the same message as soon as I install it again:
http://www.screencast.com/t/5jjrCLDnxlO
Any advice?
Best wishes
Lars
bbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes
It could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.
Then come back
Done.
I activated twentysixteen (usually use Newspaper) and deactivated all plugins except bbpress and maintenance mode – and the same problem.
Any other suggestions?
Best wishes
Lars
hmmm…
not really – normally this is caused by white space in a file – you haven’t edited any files have you?
Suggest you deactivate, delete and re-install bbpress plugin. You will not lose any data or settings.
I’ve tried that a few times without any success.
Just noticed that I get another bbpress related error message when I post a new post:
“Warning: in_array() expects parameter 2 to be array, null given in /home/salesage/public_html/wp-content/plugins/bbpress/includes/common/functions.php on line 1446
Warning: Cannot modify header information – headers already sent by (output started at /home/salesage/public_html/wp-content/plugins/bbpress/includes/common/functions.php:1446) in /home/salesage/public_html/wp-admin/post.php on line 197
Warning: Cannot modify header information – headers already sent by (output started at /home/salesage/public_html/wp-content/plugins/bbpress/includes/common/functions.php:1446) in /home/salesage/public_html/wp-includes/pluggable.php on line 1171”
Does this message any clues on what might be wrong?
Sorry for the back and forth – and thanks for your help so far.
Best wishes
Lars
this topic describes the issue,
http://stackoverflow.com/questions/8028957/how-to-fix-headers-already-sent-error-in-php
but as it is pointing to a bbpress file, and we know that bbpress is not the issue (that code is working in many thousands of installations!
which tends to suggest option 7 in the link, that some other error is causing this.
Not sure I can help further !