Skip to:
Content
Pages
Categories
Search
Top
Bottom

New Here + Login Problem

Viewing 1 replies (of 1 total)
  • 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).

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar