Chezshire Posted August 31, 2009 Share Posted August 31, 2009 Hi Everyone, I'm at best a hobbist (graphic designer) trying to learn some new tricks or at least to learn some tricks that are new to me I'm trying to enable image uploading to my site but I'm getting the following errors (am using php 5). My Error Messages: //Warning: Cannot modify header information - headers already sent by (output started at /home/content/z/a/n/zanland/html/earth23/rules/model.php:4) in /home/content/z/a/n/zanland/html/earth23/header.php on line 5 Can anyone help me to understand this better so i can resolve it? Thank you so so much in advance - thanks! Link to comment https://forums.phpfreaks.com/topic/172525-solved-help-warning-cannot-modify-header-information-argh/ Share on other sites More sharing options...
Philip Posted August 31, 2009 Share Posted August 31, 2009 See the sticky: http://www.phpfreaks.com/forums/index.php/topic,37442.0.html Link to comment https://forums.phpfreaks.com/topic/172525-solved-help-warning-cannot-modify-header-information-argh/#findComment-909479 Share on other sites More sharing options...
PFMaBiSmAd Posted August 31, 2009 Share Posted August 31, 2009 And then please read the error message, it tells you where the output is occurring at that is preventing the headers from working - output started at /home/content/z/a/n/zanland/html/earth23/rules/model.php:4 (line 4 and probably lines 1-3 as well.) Link to comment https://forums.phpfreaks.com/topic/172525-solved-help-warning-cannot-modify-header-information-argh/#findComment-909602 Share on other sites More sharing options...
Chezshire Posted September 1, 2009 Author Share Posted September 1, 2009 Thank you for the assistance folks. I choose to take a day away and work on another problem and it seems that in working on that problem I solved this one (I don't know what I did but I did it dam it!). Now I have to work on the problem I caused (if it's not one things it's another unless it two others - if it's four others, call 'em utters and you've got a cow ) Thank you for you help! -Chez Link to comment https://forums.phpfreaks.com/topic/172525-solved-help-warning-cannot-modify-header-information-argh/#findComment-910403 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.