Forums

Join
bbPress Support ForumsTroubleshootingimpossible to include bbpress in other systems?

Info

Tags

impossible to include bbpress in other systems?

  1. how can i include bbpress in another system? the scope issues are confusing me.

    Fatal error: Call to a member function get_results() on a non-object in bb-includes/functions.php on line 1761

    TEST.PHP:
    <?php
    bb_load();

    function bb_load()
    {
    global $bb, $bbdb, $bb_current_user, $page, $bb_cache, $posts, $bb_post, $post_id, $topics, $topic, $topic_id, $forums, $forum, $forum_id, $tags, $tag, $tag_name, $user, $user_id, $view, $bb_roles, $bb_table_prefix, $bb_locale, $bb_timestart, $timeend; #....???

    require('./bb-load.php');
    }
    ?>

  2. You must log in to post.