Re: Can admin but not browse to forum
Okay. So bb_repermalink is being called with a $location of ‘front-page’. $_SERVER is returning the null string and $_SERVER is also empty.
This causes the code at line 784 to bb_load_template 404.php because the null $uri does not contain the $check string which, in my case is ‘/bbpress/’.
SO… my question now is… why in the *heck* is the REQUEST_URI null?