Recent Topics

1 Sep 02, 2005 05:56    

hello , i m trying 2 use my site wich have be2evolution .....

and when i log on its (Y) working perfectly but but but but

when i try 2 go to any other page or to do something it ask me 2 login again . and again and again ...

my cookies are enabled

any idea how i can fix this issue ?

also i saw something the link change , when i log in as an admin my site contain this caractere : ~ it become : %7E

3 Sep 16, 2005 04:27

I have the same problem and I read the solution on FAQ. Everything is pretty normal in my config file and my browser is brand new installation. Yet it still ask me to login again and again.

4 Jan 20, 2006 17:10

I'm also experiencing this issue. The base url is set like this:


$baseurl = 'http://intranet/b2e';

which is the correct address and I'm still constantly having to login. My cookie is returning this:

evo_style
Variation
intranet/
1088
1574675456
29834414
3851731552
29760988
*

I'm running Dawn on IIS 6 on a WS2003 box.

5 Jan 20, 2006 22:46

That one cookie is the only one I'm receiving. :(

6 Jan 20, 2006 23:51

Ive checked for whitespace or anything uneccessary at the of my files in the conf/ folder and setcookie cookieb2evouser is still failing.

7 Jan 21, 2006 15:41

The problem is the host name: it contains no dot.

I've fixed this in CVS already. Go to /conf/_advanced.php. Search where $cookie_domain gets set and replace the line with the following one:


$cookie_domain = ( strpos($basehost, '.') === false ) ? '' : '.'. $basehost;

8 Jan 23, 2006 15:51

Still getting this message:

Warning: Cannot modify header information - headers already sent by (output started at F:\Intranet\b2e\b2evocore\_main.php:69) in F:\Intranet\b2e\b2evocore\_functions_users.php on line 66

Warning: Cannot modify header information - headers already sent by (output started at F:\Intranet\b2e\b2evocore\_main.php:69) in F:\Intranet\b2e\b2evocore\_functions_users.php on line 67

Warning: Cannot modify header information - headers already sent by (output started at F:\Intranet\b2e\b2evocore\_main.php:69) in F:\Intranet\b2e\b2evocore\_functions_users.php on line 68

Warning: Cannot modify header information - headers already sent by (output started at F:\Intranet\b2e\b2evocore\_main.php:69) in F:\Intranet\b2e\b2evocore\_functions_users.php on line 69

Warning: Cannot modify header information - headers already sent by (output started at F:\Intranet\b2e\b2evocore\_main.php:69) in F:\Intranet\b2e\b2evocore\_functions_users.php on line 81
setcookie cookieb2evouser failed!

Warning: Cannot modify header information - headers already sent by (output started at F:\Intranet\b2e\b2evocore\_main.php:69) in F:\Intranet\b2e\b2evocore\_functions_users.php on line 83
setcookie cookieb2evouser failed!

9 Jan 23, 2006 18:40

Mage, please read the error messages.

Hint: "output started at F:\Intranet\b2e\b2evocore\_main.php:69"

10 Jan 23, 2006 21:48

OK, I'm a dumbass. blueyed, your fix worked after I overwrote the config files with clean copies and edited them with notepad instead of Dreamweaver.

*bows humbly*

Thank you for your help! :)


Form is loading...