 |
 |
 |
 |
#264533 - 12/30/03 10:55 PM
Re: "Cannot Modify Header Info" Error on Who's Online (6.4)
[Re: Daine]
|
Power User
Registered: 09/06/99
Posts: 87
Loc: Sydney, Australia
|
[]JoshPet said:<br />When all else fails, if you can't find it, you need to start with fresh unmodified scripts and move from there. [/]<br /><br />See, the funny thing here is that nothing has changed except for ubbt.inc.php when I upgraded to 6.4 <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" /><br /><br />I can seemingly replicate the problem in my front page login script. When I authenticate the user:<br /><br />$userob = new user;<br />$user = $userob -> authenticate("");<br />$user = $userob -> authenticate("U_Username,U_Privates,U_Number");<br />list($Username,$Privates,$Number) = $user;<br /><br />The line shown in bold isn't usually there, but if I add it in, then I'll get two instances of the error. The loginpal from IIP has that line in bold in there.<br /><br />Please note that I'm not using any pals or the IIP at all. I have just the one login script which my index.php includes, and it worked perfectly fine prior to 6.4.
|
|
Top
|
|
|
|
 |
 |
 |
 |
|
|