| Author |
Message |
dewwby
Nuke Cadet


Joined: Dec 06, 2006
Posts: 4
|
Posted:
Wed Dec 06, 2006 12:05 pm |
  |
Ok, if you look at www.hassangrotto.com with IE, all is well. I used to get the output buffering error but fixed it by turning it off in the php.ini. This was in IE only
However, I get the below ONLY in Firefox 2.0. The site works great in IE now. Any clues to this one? I found no extra spaces in any of the file and this happens only on the forums and private messages that I can tell in Firefox.
Warning: Cannot modify header information - headers already sent by (output started at c:\websites\dewthedew42\hassangrotto.com\header.php:33) in c:\websites\dewthedew42\hassangrotto.com\includes\sessions.php on line 239
Warning: Cannot modify header information - headers already sent by (output started at c:\websites\dewthedew42\hassangrotto.com\header.php:33) in c:\websites\dewthedew42\hassangrotto.com\includes\sessions.php on line 240
Warning: Cannot modify header information - headers already sent by (output started at c:\websites\dewthedew42\hassangrotto.com\header.php:33) in c:\websites\dewthedew42\hassangrotto.com\includes\page_header.php on line 495
Warning: Cannot modify header information - headers already sent by (output started at c:\websites\dewthedew42\hassangrotto.com\header.php:33) in c:\websites\dewthedew42\hassangrotto.com\includes\page_header.php on line 497
Warning: Cannot modify header information - headers already sent by (output started at c:\websites\dewthedew42\hassangrotto.com\header.php:33) in c:\websites\dewthedew42\hassangrotto.com\includes\page_header.php on line 498 |
|
|
   |
 |
phpnuke-hosting
Support Mod


Joined: Oct 19, 2004
Posts: 1032
Location: UK
|
Posted:
Wed Dec 06, 2006 4:11 pm |
  |
switch the output buffering back on and tell us if it still occurs in Firefox.
Regards |
_________________ www.phpnuke-hosting.com
The Internets Foremost PHP-Nuke Web Host.
Click Here! |
|
    |
 |
dewwby
Nuke Cadet


Joined: Dec 06, 2006
Posts: 4
|
Posted:
Wed Dec 06, 2006 4:22 pm |
  |
well before it was set to 4096 and it happened |
|
|
   |
 |
phpnuke-hosting
Support Mod


Joined: Oct 19, 2004
Posts: 1032
Location: UK
|
Posted:
Wed Dec 06, 2006 9:42 pm |
  |
|
    |
 |
dewwby
Nuke Cadet


Joined: Dec 06, 2006
Posts: 4
|
Posted:
Wed Dec 06, 2006 10:23 pm |
  |
worked like a champ! Thanks a million!
Now one more little pecularity in Firefox only.
When I login as an admin or try to create an account I get a blank page.
Here is what happens
I get tot he admin login screen, type in my usierid and pass then hit login = white screen but when i hit the go arrow next to the address bar it works. However when you try to make a new account and hit the enter button, it gets a white screen but the account is not made. This does not happen in IE at all. |
|
|
   |
 |
phpnuke-hosting
Support Mod


Joined: Oct 19, 2004
Posts: 1032
Location: UK
|
Posted:
Thu Dec 07, 2006 7:06 am |
  |
Switch on the error reporting and let us know if anything comes up when you get the white screen. |
_________________ www.phpnuke-hosting.com
The Internets Foremost PHP-Nuke Web Host.
Click Here! |
|
    |
 |
dewwby
Nuke Cadet


Joined: Dec 06, 2006
Posts: 4
|
Posted:
Thu Dec 07, 2006 5:11 pm |
  |
you mean in the config.php? I have always had that on and nothing is shown. Not sure why, it is weird and why it is ok in IE no clue. However, I do have an analyze.php and a version.php on the site if you want to run those |
|
|
   |
 |
phpnuke-hosting
Support Mod


Joined: Oct 19, 2004
Posts: 1032
Location: UK
|
Posted:
Thu Dec 07, 2006 7:30 pm |
  |
|
    |
 |
McDLT
Nuke Cadet


Joined: Jan 05, 2007
Posts: 3
|
Posted:
Fri Jan 05, 2007 1:12 pm |
  |
I have this same problem regarding Firefox 2.0 and the warnings (not the blank page), but am a little confused at where the code is I need to change. Thanks for any help. |
|
|
   |
 |
McDLT
Nuke Cadet


Joined: Jan 05, 2007
Posts: 3
|
Posted:
Tue Jan 09, 2007 2:03 pm |
  |
Still wondering. I'm a newbie and am not understanding what it is I should do to fix this problem. |
|
|
   |
 |
phpnuke-hosting
Support Mod


Joined: Oct 19, 2004
Posts: 1032
Location: UK
|
Posted:
Tue Jan 09, 2007 5:16 pm |
  |
Create (or modify your existing) .htaccess file and inside it put the following code
| Code: |
| PHP_FLAG output_buffering on |
Save and upload to the root (where mainfile.php is) |
_________________ www.phpnuke-hosting.com
The Internets Foremost PHP-Nuke Web Host.
Click Here! |
|
    |
 |
McDLT
Nuke Cadet


Joined: Jan 05, 2007
Posts: 3
|
Posted:
Fri Jan 12, 2007 9:19 am |
  |
| phpnuke-hosting wrote: |
Create (or modify your existing) .htaccess file and inside it put the following code
| Code: |
| PHP_FLAG output_buffering on |
Save and upload to the root (where mainfile.php is) |
Okay I had to create one because there wasn't one where mainfile.php was. I uploaded it and nothing happened. I checked my other .htaccess files and they all say - deny from all
Not sure what to do now. It's only happening in Firefox 2.0 (to be more exact: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.1) Gecko/20061204 Firefox/2.0.0.1). Someone else I know is using Firefox 2.0.0.1 and it does not show the warnings for him.
Thanks again for any help. |
|
|
   |
 |
Fiona
Private


Joined: Nov 10, 2004
Posts: 48
|
Posted:
Sun Oct 07, 2007 11:48 am |
  |
Did anyone ever bottom this out?
I get similar issues with one version of FireFox, but no others. Was a solution found? |
|
|
   |
 |
|
|