Cookie Troubles »  Show posts from    to     

Icy Phoenix


Old Support Topics - Cookie Troubles



D1n3e2 [ Sun 20 May, 2007 20:56 ]
Post subject: Cookie Troubles
Hello.

I have this problem.

in My Forum i Had a Little problem. the users where desconected every minute. when i was looking for what was wrong i've changed this option in my ACP:


Cookie secure: Enabled


After that. I Cant Login into my forum, no one can, i've tryed to enter the ACP but Every time i try to login, my froum just wont open.

My Web URL: http://madison.uni.cc

I have intalled Icy Phonix

I have no Mod installed other than the default ones

than u all. and excuse me if i have not write some infomation needed and my lame english


Aexo [ Sun 20 May, 2007 21:41 ]
Post subject: Re: Cookie Troubles
you must install the autocookie mod. It work

I have Cookie secure: disabled


omarska [ Mon 21 May, 2007 01:51 ]
Post subject: Re: Cookie Troubles
Try to execute this query on your SQL:
Code: [Hide] [Select]
UPDATE `phpbb_config` SET `config_value` = '1' WHERE `phpbb_config`.`config_name` = 'cookie_secure' LIMIT 1 ;

Keep in mind that you should replace "phpbb" part with database prefix of your own Icy installation (phpbb_ is the default prefix).

After that, clear cookies in your browser, then try to login again.


D1n3e2 [ Mon 21 May, 2007 17:05 ]
Post subject: Re: Cookie Troubles
omarska wrote: [View Post]
Try to execute this query on your SQL:
Code: [Hide] [Select]
UPDATE `phpbb_config` SET `config_value` = '1' WHERE `phpbb_config`.`config_name` = 'cookie_secure' LIMIT 1 ;

Keep in mind that you should replace "phpbb" part with database prefix of your own Icy installation (phpbb_ is the default prefix).

After that, clear cookies in your browser, then try to login again.



I did it, but still don't work


omarska [ Mon 21 May, 2007 18:41 ]
Post subject: Re: Cookie Troubles
Sorry, my mistake. I gave you query that doesn't change anything, because your cookie is already set as secure.

Right query is:
Code: [Hide] [Select]
UPDATE `phpbb_config` SET `config_value` = '0' WHERE `phpbb_config`.`config_name` = 'cookie_secure' LIMIT 1 ;


This will set your cookie to non-secure, and after clearing browser cache, you should be able to login.

Sorry one more time


D1n3e2 [ Mon 21 May, 2007 21:47 ]
Post subject: Re: Cookie Troubles
don't be sorry, thank you 4 helping


i've done it, but still don't work


D1n3e2 [ Thu 24 May, 2007 20:42 ]
Post subject: Re: Cookie Troubles
Please Help Me :10k_0006:


Zuker [ Thu 24 May, 2007 20:50 ]
Post subject: Re: Cookie Troubles
Read this topic please

http://www.icyphoenix.com/viewtopic.php?t=1080


D1n3e2 [ Thu 24 May, 2007 22:12 ]
Post subject: Re: Cookie Troubles
I've read that topic, i read it before opening this one, i've tried what it sais but it still does not work


Zuker [ Thu 24 May, 2007 22:52 ]
Post subject: Re: Cookie Troubles
Have u clean your browser cookies?

I can't access to your forum so i cannot check :S


D1n3e2 [ Fri 25 May, 2007 06:32 ]
Post subject: Re: Cookie Troubles
Yes i have clean it.

It does open but it takes too long! besides when i try to login to change the configuration, but don't open, No one can get login


Zuker [ Fri 25 May, 2007 14:39 ]
Post subject: Re: Cookie Troubles
Since you have lot's of problem with your server i cannot try to login or register to test :S


Mighty Gorgon [ Sat 26 May, 2007 02:27 ]
Post subject: Re: Cookie Troubles
You can't use secure cookies on not secured server.

Try to run this:
Code: [Hide] [Select]
UPDATE phpbb_config SET config_value = '0' WHERE config_name = 'cookie_secure';


Then go here:
http://madison.uni.cc/adm/erc.php

And empty cache and session.

Then empty your browser cache and reset cookies.

Let me know.


D1n3e2 [ Sun 03 Jun, 2007 07:40 ]
Post subject: Re: Cookie Troubles
First of all thanks for the answer.

I've done it all, but notting works, i guess the only way is to shut it down

Thank you for your Hep




Powered by Icy Phoenix