Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: New Here + Login Problem

I think the usual problem is because it sets a cookie for the wrong domain. Are you running a local copy on xampp or the like? You will need to add this to your config.php if you are.

$bb->cookiedomain = '';
$bb->cookiepath = '/forums/';

Cookiedomain should be blank, and cookiepath should obviously be the folder your forums are in (so you should change that value).

Skip to toolbar