Page 1 of 1

PHP Error was Encountered

Posted: 29 Sep 2009, 22:04
by sharkb8
Hello,

I upgraded my PHP from 4.4.9 to 5.2.9 and I am now getting this on my front page (http://www.ajsstudio.com):
Code
A PHP Error was encountered
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:1)
Filename: /imagevue/include/ivControllerFront.class.php
Line Number: 98
Line 98 is this
Code
header('Content-Type: text/html; charset=utf-8');
Help? What happen and how can I fix it?

Image

Posted: 30 Sep 2009, 17:21
by Misux
Hello!

I Have tested it with Firefox 3.5.3 an it`s OK!!! NO Errors or any else!

Looks nice!

:wink:

Posted: 30 Sep 2009, 21:32
by Nick
output started at /var/www/html/index.php:1
File been edited, my bet there is newline there in first line.