Re: Getting “already installed error” on fresh install
I didn’t think you could put bbPress and WordPress in the same folder.
$bb->uri = ‘http://www.areamom.com/test’;
$bb->wp_home = ‘http://www.areamom.com/test’;
$bb->wp_siteurl = ‘http://www.areamom.com/test’;
And http://areamom.com/test/ points to a WordPress installation. So, where’s the bbPress? I did find this:
http://areamom.com/test/bbpress/ which results in this error:
Parse error: syntax error, unexpected T_VARIABLE in /home/areamomc/public_html/test/bbpress/config.php on line 29
That’s right after the mod_rewrite line in the config. Maybe you have an extra single quote there or you forgot the semi-colon in your config? Oh yeah, check this:
$bb->mod_rewrite = false
<– no semi-colon.
That means this you should add the semicolon to the mod_rewrite line line and then this line should be changed:
`$bb->uri = ‘http://www.areamom.com/test/bbpress’;