Author |
Message |
SPJeff69
Regular


Joined: Oct 25, 2004
Posts: 53
|
Posted:
Sat Jan 15, 2005 12:54 pm |
|
Every now and then I get this error. So far I have only noticed it on Firefox.
Anyone know what it is?
Warning: Cannot modify header information - headers already sent by (output started at /home/amduser/public_html/themes/amdusers/theme.php:202) in /home/amduser/public_html/includes/page_header.php on line 492
Warning: Cannot modify header information - headers already sent by (output started at /home/amduser/public_html/themes/amdusers/theme.php:202) in /home/amduser/public_html/includes/page_header.php on line 494
Warning: Cannot modify header information - headers already sent by (output started at /home/amduser/public_html/themes/amdusers/theme.php:202) in /home/amduser/public_html/includes/page_header.php on line 495 |
|
|
|
 |
Raven
Site Admin/Owner

Joined: Aug 27, 2002
Posts: 17088
|
Posted:
Sat Jan 15, 2005 1:14 pm |
|
Please check the FAQ  |
|
|
|
 |
SPJeff69

|
Posted:
Mon Jan 17, 2005 10:38 pm |
|
Hmm. I the .htaccess one. I get a 500 Internal Server Error.
The mainfile.php trick isn't doing the trick for me.
And I don't think I have access to php.ini |
|
|
|
 |
xfsunolesphp
Regular


Joined: Aug 23, 2003
Posts: 77
|
Posted:
Mon Jan 17, 2005 10:40 pm |
|
i see this problem before is empty space after ?> |
|
|
|
 |
SPJeff69

|
Posted:
Mon Jan 17, 2005 10:53 pm |
|
I checked the mainfile.php and I didn't see any |
|
|
|
 |
Raven

|
Posted:
Tue Jan 18, 2005 5:09 am |
|
SPJeff69 wrote: | Hmm. I the .htaccess one. I get a 500 Internal Server Error.
The mainfile.php trick isn't doing the trick for me.
And I don't think I have access to php.ini | Recheck the .htaccess. Usually, but not always, a 500 error means a syntax error. It won't hurt to try it again. |
|
|
|
 |
SPJeff69

|
Posted:
Tue Jan 18, 2005 8:14 am |
|
Raven,
Do I put this before everything else in the .htaccess file or at the end? |
|
|
|
 |
Raven

|
Posted:
Tue Jan 18, 2005 8:17 am |
|
|
|
 |
SPJeff69

|
Posted:
Tue Jan 18, 2005 9:39 am |
|
Hmm, I copied and pasted PHP_FLAG output_buffering On and I get the 500 Error... I don't know whats going on. |
|
|
|
 |
Raven

|
Posted:
Tue Jan 18, 2005 9:43 am |
|
Check with your host. It could be that they don't allow PHP overrides, in which case you need to ask them to change it in the global php.ini. |
|
|
|
 |
xfsunolesphp

|
Posted:
Tue Jan 18, 2005 2:39 pm |
|
it might be php_flag output_buffering On |
|
|
|
 |
Raven

|
Posted:
Tue Jan 18, 2005 3:38 pm |
|
That doesn't matter  |
|
|
|
 |
SPJeff69

|
Posted:
Tue Jan 18, 2005 4:17 pm |
|
What exactly would I need to put in the blank file?
My host:
Quote: |
PHP overrides is not a setting in the php.ini.
It likely refers to specific settings you are to override using your own php.ini.
To change the way php is handled, set the values in a php.ini file and place that file into every directory which needs the values you've set.
|
|
|
|
|
 |
Raven

|
Posted:
Tue Jan 18, 2005 4:23 pm |
|
You're running PHP as a CGI and not an Apache module.
output_buffering = On; |
|
|
|
 |
Bluezzz
Involved


Joined: Feb 08, 2005
Posts: 290
Location: USA
|
Posted:
Tue Feb 22, 2005 10:39 pm |
|
|
|
 |
|