Info
- 5 posts
- 2 voices
- Started 5 years ago by worrypascanada
- Latest reply from thomasklaiber
- This topic is resolved
bbPress installation not working?
-
- Posted 5 years ago #
Check over here my yucky bbPress. There must be something wrong with my bbpress installation:
http://patrimoineacadien.com/bbpress/
After bbpress installation, I received an email with the following information:
Your new bbPress site has been successfully set up at:
http://www.patrimoineacadien.com/bbpress/
You can log in to the administrator account with the following information:Username: *moderated*
Password: *Your WordPress password*I can't access bbpress admin; I've use the same Admin username in bbpress installation as my WordPress Admin username. I get error message: Internal Server Error...
I’ve checked my WordPress MySQL tables, and bb tables are present within the same location.
bbpress-integration.php and display-name.php are active plugins.
Hope you can help.
-
- Posted 5 years ago #
In your config file it should look like this, does it?
// If your bbPress URL is http://bbpress.example.com/forums/ , the examples would be correct.
// Adjust the domain and path to suit your actual URL.
// Just the domain name; no directories or path. There should be no trailing slash here.
$bb->domain = 'http://patrimoineacadien.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 = '/bbpress/'; // Example: '/forums/' -
- Posted 5 years ago #
Ok, thanks, did modified config.php as suggested. Right now, I keep getting error message when I want to post or read a post. How can I resolve?
-
- Posted 5 years ago #
In addition, I tested registeration within bbpress, but it didn't registered within my integrated WordPress. What's wrong?
-
- Posted 5 years ago #
Hmm ... looks like you have a problem with your permalinks. Maybe try it without, does it work?
Look here:
http://bbpress.org/documentation/faq/#pretty-permalinks -
You must log in to post.