I’m getting the same thing, I also can’t make a post here, except on this page. I assume something is wrong with my account.
@dallenstyle @folgerj @telcanli
Contacted the devs about the issue.
Thanks for the report, we’re looking into the issue.
I do not know if it is a css problems, or what happens when I activate bbPress this is comming up I’m grateful for help in this problem, here is what happening.
user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 1.7.) in /customers/3/d/7/susf.se/httpd.www/wp-includes/functions.php on line 3560 Warning: Cannot modify header information – headers already sent by (output started at /customers/3/d/7/susf.se/httpd.www/wp-includes/functions.php:3560) in /customers/3/d/7/susf.se/httpd.www/wp-includes/pluggable.php on line 1196
Thank yoy in advance
Marianne / susf.se
@susfse You are using define( 'WP_DEBUG', true );
and because of this one of your plugin or themes is doing it wrong and bbPress is informing you of that, to fix the issue start deactivating each of your plugins until you no longer see the message, then you will have the name of plugin causing the issue, you can then contact the plugin author about fixing the issue. If it’s not a plugin, switch your theme to Twenty Fifteen to determine if it’s your theme.
Thank you for responds I will try that and pray that it will work.