Page 1 of 1

Problem with login.php

Posted: Thu 3. Aug 2006, 12:53
by Quizmaster
When I try to login on my page I get this result:
Notice: Undefined index: usr_vars in /home/virtual/site120/fst/var/www/html/login.php on line 147

Notice: unserialize(): Argument is not an string in /home/virtual/site120/fst/var/www/html/login.php on line 147

Warning: Cannot modify header information - headers already sent by (output started at /home/virtual/site120/fst/var/www/html/login.php:147) in /home/virtual/site120/fst/var/www/html/login.php on line 169
That's it. When I delete line 147 in login.php the problem is solved:

Code: Select all

$_SESSION['wcs_user_var']		= unserialize($row["usr_vars"]);
Can anyone help me with this problem? Thanks ! :wink:

Ps. I'm using the patched version 1.5.

Posted: Fri 4. Aug 2006, 06:59
by flip-flop
Hi Quizmaster,

we havenĀ“t a version 1.5. :shock:
Currently we are testing 1.2.8pre.

regards Knut