Forums

Join
bbPress Support ForumsTroubleshootingWP BBPress integration - Cannot redeclare merge_filters

Info

WP BBPress integration - Cannot redeclare merge_filters

  1. I am trying to integrate a BBPress site with my WP site but as soon as I add the line "require_once(dirname(dirname(__FILE__)) . '/wp-config.php');" to my config.php file, I get the following error:

    Fatal error: Cannot redeclare merge_filters() (previously declared in /home/cgadmin/public_html/bbpress/bb-includes/wp-functions.php:424) in /home/cgadmin/public_html/wp-includes/functions.php on line 1181

    I am using 0.73 BBPress and WP 2.0.3

  2. What are you trying to integrate? A theme, functions or logins?

    Trent

  3. Eventually all.

    I am trying to get BBPress to look like my WP. I created a my-templates folder and copied all the files from bb-templates. I now want to use <?php get_header(); ?> in my front_page.php file.

    With regards to logins, I did not add a plugin but it seems to work already. I created a new user in WP and that same user works in BBPress. I have BBPress in a subdirectory of WP. Are the plugins still required with the newer versions?

  4. You must log in to post.