bbPress

Simple, Fast, Elegant

bbPress support forums » Installation

New Here + Login Problem

(2 posts)
  • Started 1 year ago by daxeno
  • Latest reply from fel64
  • This topic is not resolved

Tags:

  1. daxeno
    Member

    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. :(

    Posted 1 year ago #
  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).

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.