tjw Posted July 19, 2007 Report 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
tjw Posted July 19, 2007 Author Report Posted July 19, 2007 never mind It was at the top of my included file Quote
olajideolaolorun Posted July 19, 2007 Report Posted July 19, 2007 Was about to tell you that :angry: Quote Best Regards Olajide Olaolorun The Uniform Server Development Team
Tucker Posted August 15, 2007 Report Posted August 15, 2007 Yeah, want to know what exactly happens when this occurs? Quote
olajideolaolorun Posted August 15, 2007 Report 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
olajideolaolorun Posted August 17, 2007 Report Posted August 17, 2007 Dont worry.. lol. Quote Best Regards Olajide Olaolorun The Uniform Server Development Team
ricktza Posted May 7, 2009 Report 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
BananaAcid Posted May 7, 2009 Report 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
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.