PDA

View Full Version : newbie need help for error



biTShuNTer
Wed 6th Sep '00, 5:38pm
I've installed the vBB-light
and after the prozedur the following message is on the
top of the site .

Warning: Oops, php3_SetCookie called after header has been sent in global.php3 on line 195


I ca'nt call any forum but only the optionsphp3.

Where is the error ????

..sorry for my bad english..


many thanks in advance

[Edited by biTShuNTer on 09-10-2000 at 10:09 AM]

biTShuNTer
Sun 10th Sep '00, 12:09pm
....hi

Now I can post and reply in the forums, can create new
forums and modify this .

..but the errormessage is everytimes on the top of every
page in the board :-(

Warning: Oops, php3_SetCookie called after header has been sent in global.php3 on line 316

Warning: Oops, php3_SetCookie called after header has been sent in global.php3 on line 319

this is the part of cookies in the global.php3:
======================================
// ####### Start cookies ###############
if ($cppassword!=$controlpassword) {

?><html>
<head><title>Forums admin</title></head>
<body>
<p>You are either not a valid administrator or have not logged in. Please log in now:</p>
<form action="index.php3" method=post>
<input type="password" name="controlpassword">
<input type="submit" value="Submit">
</form>
</body>
</html>
<?php
exit;
}

setcookie("controlpassword",$controlpassword,mktime(0,0,0,0,0,2020),"/");

======================================
...please help me, I ca'nt find a entry in the global.php3
thats make this error.

[Edited by biTShuNTer on 09-10-2000 at 12:25 PM]

Swampy
Tue 26th Sep '00, 7:40pm
I get exactly the same problem, except for the fact I haven't been able to achieve anything, other than the first few steps of the install procedure. I get to the point where it calls for index.php and the errors you mention keep occuring.

I've read through a great deal of these forums, and have found that in the forum for the full version they mention something about whitespace outside the <?php ?> markers.

What I cant understand is if this is the problem how come it happens from the deafualt files sent in the download!?

The thing is after trying so many time I decided to have a look and remove some of this whitespace.. to little sucess!

Can somebody please take a little time to answer these problems, as I'm doing what is suggested trying the lite version before considering the full.. if I get no help then I'm afraid I wont be recommending vBulletin to anyone.. let alone use it myself :(