T t3od0r New Member Dec 19, 2008 #1 i get this error for unregistered user on my board when i enable autorefresh: Code: Unable to add cookies, header already sent.
i get this error for unregistered user on my board when i enable autorefresh: Code: Unable to add cookies, header already sent.
B bluescorpion New Member Dec 19, 2008 #2 Header already sent almost always means that the file you are trying to run has white space before or after the <?php or ?> tags. HTH
Header already sent almost always means that the file you are trying to run has white space before or after the <?php or ?> tags. HTH
T t3od0r New Member Dec 19, 2008 #3 thanks, it was a javascript code outside the <?php tags so i inserted it in php, and now is working