problems with installation and integration
-
i uploaded the bbpress folder into the wordpress folder, and then i edited config-sample as shown below: (slighty edited)
// Just the
domain name; no directories or path. There should be no trailing slash
here.
$bb->domain = ‘http://shadesofblack.free1k.com’; // Example:
‘http://bbpress.example.com’
// There should be both a leading and
trailing slash here. ‘/’ is fine if the site is in root.
$bb-
>path = ‘wordpress/bbpress/’; …….
$bb->wp_table_prefix = ‘wp_’; // WordPress table prefix.
Example: ‘wp_’;
$bb->wp_home = ‘my-domain-name.com/wordpress’;
// WordPress – Options->General: Blog address (URL) // No trailing
slash
$bb->wp_siteurl = ‘www.my-domain-name.com/wordpress’; /
and when i’m going to run install, nothing happened, it just lead me right back to my blog. so i tried another version of my installion… this time, i moved the bbpress folder into the main directory, and edited the config file: trailing slash here. ‘/’ is fine if the site is in root.
$bb-
>path = ‘/bbpress/’;
i was then shocked with what i saw.. the installion message! i entered a username for keymaster: admin and it said that it’ll use my wp password. i tried logging in but i couldn’t. i was taken right back to the index page. i’ve surfed around this forum and realized that wp integration options in the config file will only work if bbpress is uploaded into the wordpress directory. but i really can’t do that because as i’ve said, i tried that in my first install yet nothing happened. help please!
- You must be logged in to reply to this topic.