kevincro Posted March 19, 2008 Share Posted March 19, 2008 Warning: Cannot modify header information - headers already sent by (output started at public_html/process.php: in public_html/maincore.php on line 224 I checked out line 224 and couldn't find any errors in the code. Thanks Kevin Quote Link to comment https://forums.phpfreaks.com/topic/96945-i-need-an-error-code-explained/ Share on other sites More sharing options...
trq Posted March 19, 2008 Share Posted March 19, 2008 See the big sticky at the top of this forum. Quote Link to comment https://forums.phpfreaks.com/topic/96945-i-need-an-error-code-explained/#findComment-496081 Share on other sites More sharing options...
wildteen88 Posted March 19, 2008 Share Posted March 19, 2008 The error is not coming from line 224. It is in actual fact coming form line 8 within process.php. You are most probably getting that error because you have some form of output (which appears to be coming from process.php) before you call the header() function (line 224 in maincore.php). Quote Link to comment https://forums.phpfreaks.com/topic/96945-i-need-an-error-code-explained/#findComment-496107 Share on other sites More sharing options...
kevincro Posted March 19, 2008 Author Share Posted March 19, 2008 Thanks for the help. I'm sorry I overlooked the sticky thread. Kevin Quote Link to comment https://forums.phpfreaks.com/topic/96945-i-need-an-error-code-explained/#findComment-496124 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.