Forums
-
- Forum
- Posts
-
- Installation
- 28,380
- Troubleshooting
- 62,290
- Themes
- 10,391
- Plugins
- 15,313
- Requests & Feedback
- 14,932
- Showcase
- 3,252
-
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.