Topic: how does this happen?

"You appear to have logged in successfully, however a cookie has not been set. Please check your settings and if applicable, enable cookies for this website."

I use IE7 right now and whatever I do (I allowed all the cookies), it just doesn't work. Is it the server's fault, or mine?

FluxBB - v1.4.8

Re: how does this happen?

Your browser's, most likely. Could you link to your site?

Re: how does this happen?

the link is in the signature wink
I enabled everything. Could the virus scanner disable cookies?
Also, it does work with actually any other page...

FluxBB - v1.4.8

Re: how does this happen?

I also had this problem with other PunBB 1.3beta boards, but I was logged in as soon as I clicked on another link...

FluxBB - v1.4.8

Re: how does this happen?

it is also not working from other computers now its mozilla

FluxBB - v1.4.8

Re: how does this happen?

Doesn't work for me there either. Might have to do with this:
Notice: Undefined offset: 1 in /home/lie2815/public_html/forums/header.php(121) : eval()'d code on line 18

Re: how does this happen?

Set-Cookie: punbb_cookie_3026f4c3=[stuff]; expires=Thu, 12-Mar-2009 20:32:13 GMT; path=/; domain=http://lie2815.heliohost.org; httponly

You're setting $cookie_domain wrong.

Re: how does this happen?

ok thanks will try that
no the eval error is because the message function is called so early...

FluxBB - v1.4.8

Re: how does this happen?

Smartys wrote:
Set-Cookie: punbb_cookie_3026f4c3=[stuff]; expires=Thu, 12-Mar-2009 20:32:13 GMT; path=/; domain=http://lie2815.heliohost.org; httponly

You're setting $cookie_domain wrong.

what exactly should it be? the base url of the forum?

FluxBB - v1.4.8

Re: how does this happen?

works now...

FluxBB - v1.4.8