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. :(
bbPress support forums » Installation
New Here + Login Problem
(2 posts)-
Posted 1 year ago #
-
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.phpif 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 #
Reply
You must log in to post.