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