Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Ravens PHP Scripts And Web Hosting Forum Index -> Raven's RavenNuke(tm) v2.02.02 Distro
Author Message
fade2gray
Regular
Regular



Joined: Mar 26, 2006
Posts: 87
Location: UK

PostPosted: Fri Jun 23, 2006 9:21 am Reply with quote

I have searched for similar issues but couldn't find anything relevant.

This is another Firefox Vs IE issue; after installing coppermine I get a blank forum admin in Firefox but not in IE.

The error produced is...

Quote:
Warning: Cannot modify header information - headers already sent by (output started at /home/fhlinux189/t/test.jmr57.co.uk/user/htdocs/domian.com/admin/case.php:29) in /home/fhlinux189/t/test.jmr57.co.uk/user/htdocs/domian.com/Forums/admin/forums.php on line 52


Any advice please?


Last edited by fade2gray on Mon Jun 26, 2006 7:37 am; edited 2 times in total 
View user's profile Send private message Visit poster's website
Guardian2003
Site Admin



Joined: Aug 28, 2003
Posts: 6799
Location: Ha Noi, Viet Nam

PostPosted: Fri Jun 23, 2006 9:33 am Reply with quote

Have you searched the forums for 'cannot modify header' as this has been covered a number of times.
 
View user's profile Send private message Send e-mail
fade2gray







PostPosted: Fri Jun 23, 2006 2:10 pm Reply with quote

Disabling NIS2005 eliminates the problem, difficult to troubleshoot as there are no errors reported in the logs and no amount of tweaking the settings works. Odd that it's only a problem in Firefox and not in IE, and only occured affter installing coppermine.
 
Guardian2003







PostPosted: Sat Jun 24, 2006 7:01 am Reply with quote

I have no idea what NIS2005 is.
IE is a crap browser and that is why it might be allowing 'stiff' through that the stricter FF browser will not.

Obviously the problem lies with the install of Coppermine but.... checking every core file that had to be modified might be tiresome.
 
fade2gray







PostPosted: Sat Jun 24, 2006 7:43 am Reply with quote

Guardian2003 wrote:
I have no idea what NIS2005 is.


Norton Internet Security 2005
 
Guardian2003







PostPosted: Sat Jun 24, 2006 8:09 am Reply with quote

I think you will have to go over any edits you had to make to the core files.
 
fade2gray







PostPosted: Sat Jun 24, 2006 12:38 pm Reply with quote

Guardian2003 wrote:
I think you will have to go over any edits you had to make to the core files.


Ok, I've gone back to basics. I've done a clean install of RavenNuke, stripped out all lang-nnnn.php files except for English ones, removed all themes except for the default fisubice, and cleared out the cache and cookies. The only alterations I've made to any file is, of course, config.php for which I've also set error reporting to true. I have added no extra blocks or modules, but I have set Forums to active, even though there is no content, for test purposes. [This also pertains to a similar post I made Only registered users can see links on this board! Get registered or login!.]


From a machine running Norton Internet Security 2005, these are the errors I get using Firefox...

  1. Logging out of admin cp...
    Quote:
    Warning: Cannot modify header information - headers already sent by (output started at /home/fhlinux189/t/domain.com/header.php:32) in /home/fhlinux189/t/domain.com/admin.php on line 469

  2. Forums module (forums admin no longer produces a blank page with errors as coppermine module no longer installed)
    Quote:
    Warning: Cannot modify header information - headers already sent by (output started at /home/fhlinux189/t/domain.com/header.php:32) in /home/fhlinux189/t/domain.com/includes/sessions.php on line 254

    Warning: Cannot modify header information - headers already sent by (output started at /home/fhlinux189/t/domain.com/header.php:32) in /home/fhlinux189/t/domain.com/includes/sessions.php on line 255

    Warning: Cannot modify header information - headers already sent by (output started at /home/fhlinux189/t/domain.com/header.php:32) in /home/fhlinux189/t/domain.com/includes/page_header.php on line 499

    Warning: Cannot modify header information - headers already sent by (output started at /home/fhlinux189/t/domain.com/header.php:32) in /home/fhlinux189/t/domain.com/includes/page_header.php on line 501

    Warning: Cannot modify header information - headers already sent by (output started at /home/fhlinux189/t/domain.com/header.php:32) in /home/fhlinux189/t/domain.com/includes/page_header.php on line 502


  3. Private Messages module.
    Quote:
    Warning: Cannot modify header information - headers already sent by (output started at /home/fhlinux189/t/domain.com/header.php:32) in /home/fhlinux189/t/domain.com/includes/sessions.php on line 254

    Warning: Cannot modify header information - headers already sent by (output started at /home/fhlinux189/t/domain.com/header.php:32) in /home/fhlinux189/t/domain.com/includes/sessions.php on line 255

    Warning: Cannot modify header information - headers already sent by (output started at /home/fhlinux189/t/domain.com/header.php:32) in /home/fhlinux189/t/domain.com/includes/functions.php on line 890


From a machine running Norton Internet Security 2005, these are the errors I get using IE... [Nill]

From a machine running Kerio Personal Firewall, these are the errors I get using Firefox... [Nill]

From a machine running Kerio Personal Firewall, these are the errors I get using IE... [Nill]

So, it seems to me NIS2005 is blocking something that troubles Firefox but not IE.
 
Guardian2003







PostPosted: Sat Jun 24, 2006 3:15 pm Reply with quote

Is your host running PHP compiled as a cgi module?
 
fade2gray







PostPosted: Sun Jun 25, 2006 6:03 am Reply with quote

Guardian2003 wrote:
Is your host running PHP compiled as a cgi module?


Not sure without raising a ticket with my webhost, unless this can told from the information found by running...

Code:
<?

phpinfo();
?>


I don't know if this may have any relevance, but I can't have .htaccess in the root (500 Internal Server Error). When setting up Sentinel, 'Admin Auth:' had HTTPAuth or CGIAuth to select from and I chose the former.

[Edit]
Just had a look back at RavenNuke's installation docs and found this...

Quote:
There are 2 basic ways that PHP can be integrated into Apache. One is as an Apache module and the other is as a CGI program. If your host is running PHP as an Apache module, then you have the capability of using HTTP Authentication as a function of the browser and you do not even need .htaccess/.staccess.


So I guess my webhost must be running PHP as an Apache module.
 
fade2gray







PostPosted: Mon Jun 26, 2006 7:35 am Reply with quote

I'll consider this fixed now, as changing my security package from NIS seems to have sorted it.
 
Guardian2003







PostPosted: Mon Jun 26, 2006 11:34 am Reply with quote

Thanks for the feedback.
Yes running a phpinfo file will tell you how your host is running PHP
 
Display posts from previous:       
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Ravens PHP Scripts And Web Hosting Forum Index -> Raven's RavenNuke(tm) v2.02.02 Distro

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©