July 19, 200718 yr comment_5405 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? Report
July 19, 200718 yr comment_5410 Was about to tell you that :angry: Best Regards Olajide Olaolorun The Uniform Server Development Team Report
August 15, 200718 yr comment_5538 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.... Best Regards Olajide Olaolorun The Uniform Server Development Team Report
August 17, 200718 yr comment_5551 Dont worry.. lol. Best Regards Olajide Olaolorun The Uniform Server Development Team Report
May 7, 200916 yr comment_7330 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 ?> Report
May 7, 200916 yr comment_7331 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. Report
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.