Bojangles
04-04-2008, 09:46 PM
Hey guys, I keep getting this STUPID error, it may be something totally obvious or the fact I haven't stopped coding for the past few days and getting tired :P
Basically I'm building a CMS and when the user logs in I want it to display "Hi $username welcome to the panel!';
So I create a welcome.php file and use a php include in the box I want it to display the text but it displays it but I get a stupid cache error :S
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/igoboy/public_html/cms/userpanel.php:6) in /home/igoboy/public_html/cms/welcome.php on line 9
Hi lucas, welcome to your panel! You have 0 new messages since you last logged in!Any ideas guys? Also I've checked the code and it looks fine.
Moved by jesus (Forum Super Moderator) from Designing & Development: Please post in the correct section next time.
Basically I'm building a CMS and when the user logs in I want it to display "Hi $username welcome to the panel!';
So I create a welcome.php file and use a php include in the box I want it to display the text but it displays it but I get a stupid cache error :S
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/igoboy/public_html/cms/userpanel.php:6) in /home/igoboy/public_html/cms/welcome.php on line 9
Hi lucas, welcome to your panel! You have 0 new messages since you last logged in!Any ideas guys? Also I've checked the code and it looks fine.
Moved by jesus (Forum Super Moderator) from Designing & Development: Please post in the correct section next time.