tjw Posted July 19, 2007 Report Share Posted July 19, 2007 Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at W:\www\header\top.php:6) in W:\www\login\members.php on line 2 I keep getting this error only in uniform server. Ive used the same page on a few different web severs and no problems. does anyone have any ideals? Quote Link to comment Share on other sites More sharing options...
tjw Posted July 19, 2007 Author Report Share Posted July 19, 2007 never mind It was at the top of my included file Quote Link to comment Share on other sites More sharing options...
olajideolaolorun Posted July 19, 2007 Report Share Posted July 19, 2007 Was about to tell you that :angry: Quote Best Regards Olajide Olaolorun The Uniform Server Development Team Link to comment Share on other sites More sharing options...
Tucker Posted August 15, 2007 Report Share Posted August 15, 2007 Yeah, want to know what exactly happens when this occurs? Quote Link to comment Share on other sites More sharing options...
olajideolaolorun Posted August 15, 2007 Report Share Posted August 15, 2007 huh? lol I am not sure but what u mean but if it is that you want to know why the error happened, thats because that file has 2 headers.... they clashing.... Quote Best Regards Olajide Olaolorun The Uniform Server Development Team Link to comment Share on other sites More sharing options...
Tucker Posted August 16, 2007 Report Share Posted August 16, 2007 What do you mean...? Quote Link to comment Share on other sites More sharing options...
olajideolaolorun Posted August 17, 2007 Report Share Posted August 17, 2007 Dont worry.. lol. Quote Best Regards Olajide Olaolorun The Uniform Server Development Team Link to comment Share on other sites More sharing options...
ricktza Posted May 7, 2009 Report Share Posted May 7, 2009 if u haven't fixed that error then its simple to fix ... all u have to to is make sure the session_start() is before every think else including whie spaces...<? session_start();blah blah blah ?> Quote Link to comment Share on other sites More sharing options...
BananaAcid Posted May 7, 2009 Report Share Posted May 7, 2009 I keep getting this error only in uniform server. Ive used the same page on a few different web severs and no problems. does anyone have any ideals?just a side note: uniform servers PHP is configured to show warnings. online hosters have mostly configured their PHP to not output warnings, only errors. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.