Hello
I had WP working. Then I installed bbpress into WP as a sub directory of WP.
ie. /wp/bbpress
I filled out the config.php file. But I get the following error:
Parse error: syntax error, unexpected T_STRING in /wp/bbpress/config.php on line 20
Line 20 appears to be this:
$bb->path = '/wp/bbpress/';
So what could I be doing wrong?
kannued