Skip to:
Content
Pages
Categories
Search
Top
Bottom

WP BBPress integration – Cannot redeclare merge_filters

  • 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

Viewing 2 replies - 1 through 2 (of 2 total)
  • What are you trying to integrate? A theme, functions or logins?

    Trent

    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?

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