Page 1 of 1

Error on my server.

Posted: Sat Mar 22, 2003 3:31 pm
by Random
Warning: Cannot send session cache limiter - headers already sent (output started at c:\root\index2.php:2) in c:\root\index2.php on line 3
is what comes up. I have never had this problem before on my old host, but now that I made my own server and host it from my comp, this has started happening. If you need to see the coding just post. The website is http://www.fuzzopets.tk just use guest/guest as login like it says and follow the link, then on index2.php it will say it at the top.

Posted: Sat Mar 22, 2003 3:34 pm
by Random
alright scratch that, I had it like this:

<title>Welcome to Fuzzopets</title>
<? session_start(); ?>

where it should have been

<? session start(); ?>
<title></title>

:) thanks anyways guys