Jump to content
Sign in to follow this  
mdickermangenesisinternetcom

Deep Integration with WP MU/Network

Recommended Posts

mdickermangenesisinternetcom

OK, I have exhausted my options with all the other posts here, on bb Press and searches I've done on Google so please pardon my issue since i know it's been talked about exhaustively. The Facts: 1.) Using PLatform Pro on my multi-user/network install 2.) BB Press installation Directory (directory automatically chosen by WP during install):

http://csicolorworld.com/wp-content/plugins/buddypress/bp-forums/bbpress/
3.) When I add the "require once" code and try to activate the Pagelines Platform Forum I get an error 500 on both the form and the "themes" page in the bb admin 4.) I have tried the following path options as per all the other posts I've read:
<?php require_once(dirname(__FILE__) . 'http://csicolorworld.com/wp-load.php');
<?php require_once(dirname(__FILE__) . 'mnt/stor1-wc1-dfw1/384910/574943/www.csicolorworld.com/web/content/wp-load.php');
<?php require_once('http://csicolorworld.com/wp-load.php');
<?php require_once('/mnt/stor1-wc1-dfw1/384910/574943/www.csicolorworld.com/web/content/wp-load.php');
I've also tried them using "../../../" etc. instead of direct paths. 5.) If I put this in place:
<?php require_once('/mnt/stor1-wc1-dfw1/384910/574943/www.csicolorworld.com/web/content/wp-load.php');

before trying to activate the Platform Forum nothing happens, which tells me it works just fine. It's only when I active the theme that it breaks. Any of the other paths (Above) I use will break the forum before activating the platform forum theme. 6.) There are two bb_config files; one on the root of the site and another in the root of the pp_press directory - not sure the relationship but if I delete/rename the one on the root of the site the forum disappears completely. If I delete/rename the one in the bbpress directory nothing happens and nothing breaks. 7.) I have wiped out the install and all the related BB Press DB tables twice and keep getting stuck at the same place. Any advise would be greatly appreciated.

Share this post


Link to post
Share on other sites
cmunns

I've submitted a ticket with your issue. You should get a response shortly from someone with more bbPress knowledge as it pertains to PP Forum.

Share this post


Link to post
Share on other sites
mdickermangenesisinternetcom

Thanks Adam!

Share this post


Link to post
Share on other sites
mdickermangenesisinternetcom

Still haven't heard anything on this, anyone, please?

Share this post


Link to post
Share on other sites
cmunns

Does it give you any error messages? I guess I'm unclear where it's hanging up. You have to deep integrate to use the Platform Forum...do you integrate the auth keys and are you using the same db as WP for shared logins?

Share this post


Link to post
Share on other sites
mdickermangenesisinternetcom

There are no errors. After I deep integrate by adding the "require_once" code I go to the Platform Forum theme in the BB_Admin and activate it. Once I activate the theme the page just breaks and I get an error 500. In order to get things back to the way they were before activating the theme I have to rename the platform forum theme from the themes directory.

Share this post


Link to post
Share on other sites
mdickermangenesisinternetcom

Yes, same DB as the WP install

Share this post


Link to post
Share on other sites
mdickermangenesisinternetcom

Ok, I'm an idiot, sorry about this but I got it figured out. Adam, thank you. When you asked if I had done the integration I went back and double checked everything and realized I hadn't finished the cookie integration part even though I had done the roles. Once I added the cookie integration lines to the wp_config everything worked. Thanks for getting back to me on this!

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×