Forums

Join
bbPress Support ForumsInstallationNew Here + Login Problem

Info

Tags

New Here + Login Problem

  1. I tried everything about this issue and still i can not log in. dunno what the problem is. it does not show anything - if i try to login - it puts me back to then login page. Need help pls. :(

  2. 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).

  3. You must log in to post.