Skip to:
Content
Pages
Categories
Search
Top
Bottom

Fatal error: bb_get_header


  • healthstatus
    Member

    @healthstatus

    using bbpress .8.3 I can view my main page (http://www.healthstatus.com/health_blog/forums), I can view a latest discussion by clicking on it, but when I click on a forum, I get the message:

    Fatal error: Call to undefined function bb_get_header() in /…../forums/forum.php on line 1

    Second, when I try and add a forum (from the admin screen) it just flashes at me but doesn’t add the new forum.

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

  • chrishajer
    Participant

    @chrishajer

    You edited the path out of the error message, but did it include the health_blog part, as well as forum? So it looked like /something/health_blog/forums/forum.php ?

    /usr/local/www/vhosts/healthstatus.com/htdocs/health_blog/forums/forum.php

    Maybe it’s one directory off or something?

    One thing weird about the link to a forum: the URL looks like:

    http://www.healthstatus.com/health_blog/forums/forum/healthstatus-forums

    when they should look like

    http://www.healthstatus.com/health_blog/forums/healthstatus-forums

    (I think – is there an extra “forum” in there?)

    Can you turn off the mod_rewrite in .htaccess and try it without permalinks? If it works, maybe the rewrite rules are borked.

    Try this: $bb->mod_rewrite = false;


    healthstatus
    Member

    @healthstatus

    the .htaccess is the default one with:

    Options +MultiViews

    nothing else

    I checked the directory path and it is all ok


    healthstatus
    Member

    @healthstatus

    made the

    Try this: $bb->mod_rewrite = false;

    change, deleted the .htaccess file, same result

    http://www.healthstatus.com/health_blog/forums/forum.php?id=1

    results in

    Fatal error: Call to undefined function bb_get_header() in /usr/local/www/vhosts/healthstatus.com/htdocs/health_blog/forums/forum.php on line 1

    I also tried to delete a test post and it won’t delete.


    healthstatus
    Member

    @healthstatus

    Any more thoughts on this?

    why does bb_get_header work on some pages, but not others?


    punio
    Member

    @punio

    Did you fix this?

    I have the same problem here: http://www.ilustres.org

    I also have the same problem. Is it possible that the theme is not compatible with the bbpress 2.0 plugin?


    Anointed
    Participant

    @anointed

    The old themes do not work with the new 2x plugin at all. Totally different systems.

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