rocksolidsr Posted January 2, 2007 Share Posted January 2, 2007 my website is [url=http://www.rocksolidinc.biz]http://www.rocksolidinc.biz [/url]i'm currenty getting this error:Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/rocksoli/public_html/index.php:7) in /home/rocksoli/public_html/include/session.php on line 46i've tried deleting numerous white spaces but i could have missed some.it is also weird b/c if you just go to [url=http://www.rocksolidinc.biz/main.php]http://www.rocksolidinc.biz/main.php[/url] the files work fine i'm not sure what is going on but any help would be greatly appreciatedgo here to get a zip file with all the files i'm using on the website [url=http://rocksolidinc.biz/html.zip]http://rocksolidinc.biz/html.zip[/url]thanksshane Quote Link to comment https://forums.phpfreaks.com/topic/32610-help-with-login-system-and-php/ Share on other sites More sharing options...
High_-_Tek Posted January 2, 2007 Share Posted January 2, 2007 Your error is indicitive that you have output before your call to session_start()You COULD use output buffering to fix this, or just put the call to session_start() at the top of your page. Quote Link to comment https://forums.phpfreaks.com/topic/32610-help-with-login-system-and-php/#findComment-151679 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.