Support Forums
MyBB cookie error? - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Webmaster Support (https://www.supportforums.net/forumdisplay.php?fid=36)
+---- Forum: Forum Software Help (https://www.supportforums.net/forumdisplay.php?fid=49)
+---- Thread: MyBB cookie error? (/showthread.php?tid=3027)



MyBB cookie error? - pers2981 - 11-19-2009

Hey so me and my friend have just bought a site and uploaded MyBB to it, we have done the install step and everything.. but we wont stay logged in i belive this is because i did the cookie setting thing wrong any ideas on where to put it


RE: MyBB cookie error? - cheeseburger - 11-19-2009

This should help:

http://community.mybboard.net/thread-42123.html

Better to include the url in your post so people can help you.


RE: MyBB cookie error? - MattR - 11-20-2009

Yeah, that thread covers almost everything that can cause this but if we had your URL we could tell you exactly what the settings need to be.


RE: MyBB cookie error? - pers2981 - 11-20-2009

(11-20-2009, 01:19 AM)MattR Wrote: Yeah, that thread covers almost everything that can cause this but if we had your URL we could tell you exactly what the settings need to be.

well the link to the forum is http://www.beyondaverage.net/forum/Upload/index.php


RE: MyBB cookie error? - MattR - 11-20-2009

This is your cookie path:

Code:
/home/users/web/b1018/ipg.pers04/cgi-bin/tmp

Where the bloody hell did you get that from...?? What I'd do is move the files out of the /Upload/ folder into the /forum/ folder, you're not really meant to keep them in the /Upload/ folder, then once you've moved the files, edit ./inc/settings.php, change your Board URL to:

Code:
http://www.beyondaverage.net/forum

your cookie domain to:

Code:
.beyondaverage.net

and your cookie path to:

Code:
/forum/

Then go ACP > Configuration > General Configuration > and make these 3 changes again. Remember to move the files to the /forum/ folder before doing this.


RE: MyBB cookie error? - pers2981 - 11-20-2009

(11-20-2009, 07:22 AM)MattR Wrote: This is your cookie path:

Code:
/home/users/web/b1018/ipg.pers04/cgi-bin/tmp

Where the bloody hell did you get that from...?? What I'd do is move the files out of the /Upload/ folder into the /forum/ folder, you're not really meant to keep them in the /Upload/ folder, then once you've moved the files, edit ./inc/settings.php, change your Board URL to:

Code:
http://www.beyondaverage.net/forum

your cookie domain to:

Code:
.beyondaverage.net

and your cookie path to:

Code:
/forum/

Then go ACP > Configuration > General Configuration > and make these 3 changes again. Remember to move the files to the /forum/ folder before doing this.

i asked my hosting tech support ... they changed it for me ..


RE: MyBB cookie error? - Grizzly - 11-20-2009

Who is your host?


RE: MyBB cookie error? - MattR - 11-20-2009

Yeah I'd like to know who they are too, they clearly had absolutely no idea what they were doing.


RE: MyBB cookie error? - pers2981 - 11-20-2009

ipage.com lol yea newbs XD
I fixed it thanks everyone here for the help