Info
- 3 posts
- 2 voices
- Started 5 years ago by jimver74
- Latest reply from jimver74
- This topic is not a support question
WP BBPress integration - Cannot redeclare merge_filters
-
- Posted 5 years ago #
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
-
- Posted 5 years ago #
What are you trying to integrate? A theme, functions or logins?
Trent
-
- Posted 5 years ago #
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?
-
You must log in to post.