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 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. 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
Archived
This topic is now archived and is closed to further replies.