WordPress Integration
-
Hello,
Please help me with bbpress -wordpress integration.
I used the packages with following versions:
BBPress: 0.9.0.4
WordPress 2.7.1.
I did all steps during the installation for wordpress integration and tried many other steps. I read many articles related to this but it doesn’t work!!
Here I am using XAMPP and developed the site on my local server. The path of packages installation is:
http://localhost/myproject/blog
http://localhost/myproject/forum
I can login separately from these two packages but couldn’t login to two packages same time using any one of them
I did the following steps:
1. Forum-> WordPress Integration
WordPress address (URL) = http://localhost/myproject/blog
Blog address (URL) = http://localhost/myproject/blog
WordPress database secret = 2t3&d#@9QQI6mpk3XE#8J3(mk^yQGeu28qXAXvn)W^Cvx!G09B(w983oT#V8QJfH
Note: check with blog secret characters and are same.
Copy the following to blog/wp-config.php
define(‘COOKIE_DOMAIN’, ”);
define(‘COOKIEPATH’, ‘/myproject/’);
Also created the entry in wp-config.php
define(‘SECRET_KEY’, ‘r.@Vk%kM`DC&}V\:}5DnXg#e%X!,nVCdIX=<&feYyLyUSuseGp3xN.T+qL1*/|p?’);
In bb-config.php
define(‘BB_SECRET_KEY’, ‘r.@Vk%kM`DC&}V\:}5DnXg#e%X!,nVCdIX=<&feYyLyUSuseGp3xN.T+qL1*/|p?’);
But after this, nothing get happen
please help me.
Thanks in advance.
- You must be logged in to reply to this topic.