• Resolved hebhansen

    (@hebhansen)


    Robin

    You break sites. White screen of death. Turning off this plugin brings back site but breaks forum. Was this tested at all. I don’t do beta for a reason. Error log:

    [04-Mar-2025 05:20:45 UTC] PHP Warning:  Cannot modify header information - headers already sent by (output started at wp-content/plugins/bbp-style-pack/bbp-style-pack.php:1) in wp-includes/rest-api/class-wp-rest-server.php on line 1893
    [04-Mar-2025 05:20:45 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at wp-content/plugins/bbp-style-pack/bbp-style-pack.php:1) in /home/svalinna/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1893
    [04-Mar-2025 05:20:45 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at wp-content/plugins/bbp-style-pack/bbp-style-pack.php:1) in wp-includes/rest-api/class-wp-rest-server.php on line 1893
    [04-Mar-2025 05:20:45 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at wp-content/plugins/bbp-style-pack/bbp-style-pack.php:1) in wp-includes/rest-api/class-wp-rest-server.php on line 1893
    [04-Mar-2025 05:20:45 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at wp-content/plugins/bbp-style-pack/bbp-style-pack.php:1) in wp-includes/rest-api/class-wp-rest-server.php on line 1893
    [04-Mar-2025 05:20:45 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at wp-content/plugins/bbp-style-pack/bbp-style-pack.php:1) in wp-includes/rest-api/class-wp-rest-server.php on line 1893
    [04-Mar-2025 05:20:45 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /wp-content/plugins/bbp-style-pack/bbp-style-pack.php:1) in /wp-includes/rest-api/class-wp-rest-server.php on line 1893
    [04-Mar-2025 05:20:45 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /wp-content/plugins/bbp-style-pack/bbp-style-pack.php:1) in /wp-includes/rest-api/class-wp-rest-server.php on line 1893
    [04-Mar-2025 05:20:45 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /wp-content/plugins/bbp-style-pack/bbp-style-pack.php:1) in /wp-includes/rest-api/class-wp-rest-server.php on line 1893
    [04-Mar-2025 05:20:45 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /wp-content/plugins/bbp-style-pack/bbp-style-pack.php:1) in /wp-includes/rest-api/class-wp-rest-server.php on line 1893
    [04-Mar-2025 05:20:45 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /wp-content/plugins/bbp-style-pack/bbp-style-pack.php:1) in /wp-includes/rest-api/class-wp-rest-server.php on line 1893
    [04-Mar-2025 05:20:45 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /wp-content/plugins/bbp-style-pack/bbp-style-pack.php:1) in /wp-includes/rest-api/class-wp-rest-server.php on line 1893

    And so on and so on and so on

    Thx

Viewing 14 replies - 1 through 14 (of 14 total)
  • Bunty

    (@bhargavbhandari90)

    This is happening because there is a blank space in the plugin’s main file. https://prnt.sc/-tzO9oScn4x0

    • This reply was modified 2 months ago by Bunty.
    Plugin Author Robin W

    (@robin-w)

    Thanks to both of you for reporting and should now be fixed in 6.2.8 just released

    Bunty

    (@bhargavbhandari90)

    Awesome.

    Thanks

    Thread Starter hebhansen

    (@hebhansen)

    Fixed and now it ignores my css and forum floats left:

    /******************** Forum Container - Large Screen **********************/
    .bbpress-container.bsp-fse-container {
    width: var(--wp--style--global--wide-size);
    }

    /******************** Forum Container - Smaller screen **********************/
    @media screen and (max-width: 1035px) {
    .bbpress-container.bsp-fse-container {
    width: 90%;
    }
    }

    Width variable is default FSE WordPress theme, hence, adopting to another width from another theme, if changed.

    Also i am not able to save a parent. What is causing this? This was there before, and I am unable to organise for the last month or so.

    Plugin Author Robin W

    (@robin-w)

    I have not changed how css works in recent releases. CSS may be your browser not reloading the css. Try refreshing you browser css (plenty of google responses on how to do this) and if you are using server css, refresh this also. If that does not work, then try

    /******************** Forum Container - Large Screen **********************/
    .bbpress-container.bsp-fse-container {
    width: var(--wp--style--global--wide-size) !important;
    }

    /******************** Forum Container - Smaller screen **********************/
    @media screen and (max-width: 1035px) {
    .bbpress-container.bsp-fse-container {
    width: 90% !important;
    }
    }

    I do not understand what ‘save a parent’ means – could you please explain further

    Thread Starter hebhansen

    (@hebhansen)

    One forum may be the child of a parent forum in a hierarchy. For the last month I cannot enter a parent forum and save. Do you know what causes this?

    Plugin Author Robin W

    (@robin-w)

    ok, I cannot replicate this – so can you set out what you do eg

    create forum x, create forum y, go into dashboard>forums>edit forums>forum Y and click this and then that does not happen etc.

    Thread Starter hebhansen

    (@hebhansen)

    along the way I added forums. Then came forum z, I pick forum A as parent from dropdown and save. After save, parent field says select a parent and Parent is not saved.

    in forum view frontend forum Z displays as top level, which it should not. That means all new forums are top level.

    I can see that no error is generated into the error log when saving

    • This reply was modified 1 month, 4 weeks ago by hebhansen.
    Thread Starter hebhansen

    (@hebhansen)

    Bottom Forum (Balloons) should go into “Udvalg”. Setting Udvalg as parent does not save after save but skips back to No parent

    Thread Starter hebhansen

    (@hebhansen)

    Speaking of styling. Is there one css class that will adress all buttons or better can buttons adopt the core buttons from theme?

    Forum: https://snipboard.io/52EKlT.jpg Why do these buttons not align

    Editor: https://snipboard.io/DzhT4m.jpg Hoping to get Gutenberg going but not downgraded to a past release

    Search: https://snipboard.io/sdWALG.jpg Again adopt to theme so that noone needs to barther would just be one size fits all and hassleless

    Plugin Author Robin W

    (@robin-w)

    ok, for the parent not setting, you will need to work out if it is a theme or plugin causing the issue.

    Themes

    As a test switch to a default theme such as twentytwenty, and see if this fixes.

    Plugins

    If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users

    https://en-gb.wordpress.org/plugins/health-check/

    Then come back

    Thread Starter hebhansen

    (@hebhansen)

    @robin-w

    I am running TT5 theme, so default wp.

    I had all plugins down last week and tested if that fixed things. It did not. Still stuck

    Troubleshoot does not work for multisites unfortunately.

    Plugin Author Robin W

    (@robin-w)

    ok, not sure I can help further, it works fine on my test site.

    • This reply was modified 1 month, 4 weeks ago by Robin W.
    Thread Starter hebhansen

    (@hebhansen)

    Can I overwrite this in Database? For now it’s just one Forum I need to adjust. If so, where do this setting hide?

Viewing 14 replies - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.