Forums
-
- Forum
- Posts
-
- Installation
- 26,495
- Troubleshooting
- 56,924
- Themes
- 9,887
- Plugins
- 14,469
- Requests & Feedback
- 14,173
- Showcase
- 3,223
-
I think this line is the problem:
$bb->wp_table_prefix = 'wp_;$bb->wp_home';
That should be something like:
$bb->wp_table_prefix = 'wp_';
and
$bb->wp_home = 'http://jackhammr.org';
Somehow you got part of the 2nd line onto the end of the first line. Fixing that will fix your problem.
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS