View Full Version : receiving an error
AN-net
11-09-2004, 06:58 PM
Unable to add cookies, header already sent.
File: /home2/animati/public_html/dev/includes/config.php
Line: 106
y am i receiving this, could it be because im using 2 boards one being the main and the other being a subdomain?
Colin F
11-09-2004, 07:19 PM
This could be happening because you echo()'d something directly from the script...
What it means is pretty clear, it can't add headers for the cookies, because there was already an output somewhere.
Zachery
11-09-2004, 07:20 PM
y am i receiving this, could it be because im using 2 boards one being the main and the other being a subdomain?
Theres only 102 lines in the default config.php file ;)
Xenon
11-09-2004, 08:56 PM
make sure you remove additional spaces after the closing ?> in config.php as those would generate an output ;)
AN-net
11-10-2004, 02:02 AM
ok ill try your suggestions out:)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.