Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] wp-admin error after merging global forum with group forums


  • mojoey
    Member

    @mojoey

    site url: http://www.healkick.com/buddypress

    I just installed the global forum plugin and entered the following code to my functions.php file to merge group forums with the standalone global forum per Brajesh’s instructions: add_filter(“gf_get_root_forum_id”,”gf_no_restriction”);
    add_filter(“gf_excluded_forums”,”gf_no_restriction”);

    function gf_no_restriction(){
    return 0;
    }

    After adding the code to function.php, I successfully merged the group forum and global forum. However, now I can’t log into my site’s wp-admin. IT shows the following error:
    Warning: Cannot modify header information – headers already sent by (output started at /home8/healkick/public_html/buddypress/wp-content/themes/Twilight/functions.php:13) in /home8/healkick/public_html/buddypress/wp-includes/pluggable.php on line 736

    Any ideas?

Viewing 3 replies - 1 through 3 (of 3 total)

  • @mercime
    Keymaster

    @mercime

    @mojoey I see that you’ve posted the same question at BuddyDev.com. Be patient because @sbrajesh will take the time to help you out with his plugin. Btw, headers already sent error is usually associated with extra spaces or lines before the opening “


    mojoey
    Member

    @mojoey

    fixed. thank you!


    @mercime
    Keymaster

    @mercime

    Cool. Glad you have it resolved it :-)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Resolved] wp-admin error after merging global forum with group forums’ is closed to new replies.
Skip to toolbar