Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> NukeSentinel(tm)
Author Message
icetomyst
New Member
New Member



Joined: Mar 27, 2005
Posts: 8

PostPosted: Sun Mar 27, 2005 11:47 pm Reply with quote

ok im getting a bunch of errors after i installed 2.2.0 on PHP Nuke Platinum 7.6 without chatsev, firstly before you ask, yes, i did edit the codes for the forum admin issue, and i also tried adding ini_set("output_buffering","1"); to my mainfile but that didnt work either, ok now heres my problems....

at the top of my index.php page i get this error

Code:


Warning: Cannot modify header information - headers already sent by (output started at /home/avenger/public_html/config.php:140) in /home/avenger/public_html/modules/Your_Account/includes/mainfileend.php on line 94

Warning: Cannot modify header information - headers already sent by (output started at /home/avenger/public_html/config.php:140) in /home/avenger/public_html/modules/Your_Account/includes/mainfileend.php on line 95

Warning: Cannot modify header information - headers already sent by (output started at /home/avenger/public_html/config.php:140) in /home/avenger/public_html/modules/Your_Account/includes/mainfileend.php on line 96

Warning: Cannot modify header information - headers already sent by (output started at /home/avenger/public_html/config.php:140) in /home/avenger/public_html/modules/Your_Account/includes/mainfileend.php on line 97



when i add a block thru admin, i get this error

Code:


Warning: Cannot modify header information - headers already sent by (output started at /home/avenger/public_html/config.php:140) in /home/avenger/public_html/admin/modules/blocks.php on line 434


when anyone goes to the forums, they see these errors at the top, as do i in admin

Code:
Warning: Cannot modify header information - headers already sent by (output started at /home/avenger/public_html/config.php:140) in /home/avenger/public_html/includes/sessions.php on line 238


Warning: Cannot modify header information - headers already sent by (output started at /home/avenger/public_html/config.php:140) in /home/avenger/public_html/includes/sessions.php on line 239

    
Warning: Cannot modify header information - headers already sent by (output started at /home/avenger/public_html/config.php:140) in /home/avenger/public_html/includes/page_header.php on line 639

Warning: Cannot modify header information - headers already sent by (output started at /home/avenger/public_html/config.php:140) in /home/avenger/public_html/includes/page_header.php on line 641

Warning: Cannot modify header information - headers already sent by (output started at /home/avenger/public_html/config.php:140) in /home/avenger/public_html/includes/page_header.php on line 642


and also when i add a banned IP to the list, or do anything else in the Sentinal admin, when i hit submit or send or whatever i just get a blank page, i have to click the back button and reload to see changes

when i click on forum admin i get this error and nothing shows up

Code:
Warning: Cannot modify header information - headers already sent by (output started at /home/avenger/public_html/config.php:140) in /home/avenger/public_html/admin/modules/forums.php on line 38


Warning: Cannot modify header information - headers already sent by (output started at /home/avenger/public_html/config.php:140) in /home/avenger/public_html/modules/Forums/admin/forums.php on line 64


whenever i edit a module or try to add one i get this error and have to do the back, then reload thing

Code:


Warning: Cannot modify header information - headers already sent by (output started at /home/avenger/public_html/config.php:140) in /home/avenger/public_html/admin/modules/modules.php on line 260




i really dont want to have to uninstall sentinal but with all these errors it really affects my website negatively, so basicly im better off without it with the errors, if i can get them fixed thats a different story, so thats why im posting here, if anyone can help it would be greatly appreciated

if you wanna look at the errors yourself my page is http://wpclanserver.infojunky.net
 
View user's profile Send private message
Raven
Site Admin/Owner



Joined: Aug 27, 2002
Posts: 17088

PostPosted: Mon Mar 28, 2005 12:54 am Reply with quote

[ Only registered users can see links on this board! Get registered or login! ]

Add the lines to .htaccess
 
View user's profile Send private message
icetomyst







PostPosted: Mon Mar 28, 2005 12:59 am Reply with quote

after doing that the page doesnt load at all, if ur still on u can see for yourself
 
Raven







PostPosted: Mon Mar 28, 2005 1:10 am Reply with quote

Then check your server error log. Those lines will not cause a blank page unless you typed them wrong or your host does not allow them.
Code:
PHP_FLAG output_buffering On

save it as .htaccess and upload to the same place mainfile.php is located.
 
icetomyst







PostPosted: Mon Mar 28, 2005 1:14 am Reply with quote

error log contains no errors, heres a copy of my access file i edited out some private stuff

Code:
PHP_FLAG output_buffering On


<Files ***********>
  deny from all
</Files>

<Files admin.php>
   <Limit GET POST PUT>
      require valid-user
   </Limit>
   AuthName "Restricted"
   AuthType Basic
   AuthUserFile ***********************

</Files>
 
Raven







PostPosted: Mon Mar 28, 2005 1:21 am Reply with quote

Then my guess is that your host does not allow you to change php settings via .htaccess. Save this script to a file, run it, and look to see what the output_buffering settings are
Code:
<?

phpinfo();
?>

If they are null or zero, contact your host and ask them to turn output buffering on. The normal setting is 4096 or On.
 
Raven







PostPosted: Mon Mar 28, 2005 1:25 am Reply with quote

Also, be sure that gzip is turned OFF in your Forum admin configuration.
 
icetomyst







PostPosted: Mon Mar 28, 2005 1:26 am Reply with quote

im pretty sure it is, but i cant tell for sure because well i cant get there since the installation of sentinal im gonna run that script now
 
icetomyst







PostPosted: Mon Mar 28, 2005 1:29 am Reply with quote

apparently i have a delayed error log, it just showed up.....


Code:
[27-Mar-2005 23:23:55] PHP Warning:  Cannot modify header information - headers already sent by (output started at /home/avenger/public_html/config.php:140) in /home/avenger/public_html/modules/Your_Account/includes/mainfileend.php on line 94

[27-Mar-2005 23:23:55] PHP Warning:  Cannot modify header information - headers already sent by (output started at /home/avenger/public_html/config.php:140) in /home/avenger/public_html/modules/Your_Account/includes/mainfileend.php on line 95
[27-Mar-2005 23:23:55] PHP Warning:  Cannot modify header information - headers already sent by (output started at /home/avenger/public_html/config.php:140) in /home/avenger/public_html/modules/Your_Account/includes/mainfileend.php on line 96
[27-Mar-2005 23:23:55] PHP Warning:  Cannot modify header information - headers already sent by (output started at /home/avenger/public_html/config.php:140) in /home/avenger/public_html/modules/Your_Account/includes/mainfileend.php on line 97
[27-Mar-2005 23:24:13] PHP Warning:  Cannot modify header information - headers already sent by (output started at /home/avenger/public_html/config.php:140) in /home/avenger/public_html/modules/Your_Account/includes/mainfileend.php on line 94
[27-Mar-2005 23:24:13] PHP Warning:  Cannot modify header information - headers already sent by (output started at /home/avenger/public_html/config.php:140) in /home/avenger/public_html/modules/Your_Account/includes/mainfileend.php on line 95
[27-Mar-2005 23:24:13] PHP Warning:  Cannot modify header information - headers already sent by (output started at /home/avenger/public_html/config.php:140) in /home/avenger/public_html/modules/Your_Account/includes/mainfileend.php on line 96
[27-Mar-2005 23:24:13] PHP Warning:  Cannot modify header information - headers already sent by (output started at /home/avenger/public_html/config.php:140) in /home/avenger/public_html/modules/Your_Account/includes/mainfileend.php on line 97
[27-Mar-2005 23:24:30] PHP Warning:  Cannot modify header information - headers already sent by (output started at /home/avenger/public_html/config.php:140) in /home/avenger/public_html/modules/Your_Account/includes/mainfileend.php on line 94
[27-Mar-2005 23:24:30] PHP Warning:  Cannot modify header information - headers already sent by (output started at /home/avenger/public_html/config.php:140) in /home/avenger/public_html/modules/Your_Account/includes/mainfileend.php on line 95
[27-Mar-2005 23:24:30] PHP Warning:  Cannot modify header information - headers already sent by (output started at /home/avenger/public_html/config.php:140) in /home/avenger/public_html/modules/Your_Account/includes/mainfileend.php on line 96
[27-Mar-2005 23:24:30] PHP Warning:  Cannot modify header information - headers already sent by (output started at /home/avenger/public_html/config.php:140) in /home/avenger/public_html/modules/Your_Account/includes/mainfileend.php on line 97
[27-Mar-2005 23:24:45] PHP Warning:  Cannot modify header information - headers already sent by (output started at /home/avenger/public_html/config.php:140) in /home/avenger/public_html/modules/Your_Account/includes/mainfileend.php on line 94
[27-Mar-2005 23:24:45] PHP Warning:  Cannot modify header information - headers already sent by (output started at /home/avenger/public_html/config.php:140) in /home/avenger/public_html/modules/Your_Account/includes/mainfileend.php on line 95
[27-Mar-2005 23:24:45] PHP Warning:  Cannot modify header information - headers already sent by (output started at /home/avenger/public_html/config.php:140) in /home/avenger/public_html/modules/Your_Account/includes/mainfileend.php on line 96
[27-Mar-2005 23:24:45] PHP Warning:  Cannot modify header information - headers already sent by (output started at /home/avenger/public_html/config.php:140) in /home/avenger/public_html/modules/Your_Account/includes/mainfileend.php on line 97
[27-Mar-2005 23:25:06] PHP Warning:  Cannot modify header information - headers already sent by (output started at /home/avenger/public_html/config.php:140) in /home/avenger/public_html/modules/Your_Account/includes/mainfileend.php on line 94
[27-Mar-2005 23:25:06] PHP Warning:  Cannot modify header information - headers already sent by (output started at /home/avenger/public_html/config.php:140) in /home/avenger/public_html/modules/Your_Account/includes/mainfileend.php on line 95
[27-Mar-2005 23:25:06] PHP Warning:  Cannot modify header information - headers already sent by (output started at /home/avenger/public_html/config.php:140) in /home/avenger/public_html/modules/Your_Account/includes/mainfileend.php on line 96
[27-Mar-2005 23:25:06] PHP Warning:  Cannot modify header information - headers already sent by (output started at /home/avenger/public_html/config.php:140) in /home/avenger/public_html/modules/Your_Account/includes/mainfileend.php on line 97


and thats it for that
 
icetomyst







PostPosted: Mon Mar 28, 2005 1:34 am Reply with quote

output_buffering no value no value
 
Raven







PostPosted: Mon Mar 28, 2005 1:43 am Reply with quote

Like I said then, if you can't add it via .htaccess then you need to get your host to activate it in php.ini and restart your server.
 
icetomyst







PostPosted: Mon Mar 28, 2005 8:24 am Reply with quote

ok well i asked them to do that and like now im playing 21 questions with infojunky on why they need to do that for me, it is set to 1 but i dont know if they actually did it or if they did it and didnt impliment it yet or somethin, but anyway when i add the buffer code it still gives me the white page from before, ill check it again after infojunky is done quizzing me and they actually turn it on

**Edit, they turned it off again until they can make sure "nukesentinal, the script i am trying to run is safe for me and all" .... Shocked i just love conciencious hosts
 
Raven







PostPosted: Mon Mar 28, 2005 9:41 am Reply with quote

Change hosts, seriously. This whole thing is ridiculous, imo. Email, to me, what your bandwidth and disk space requirements are and I'll send you back a quote.
 
icetomyst







PostPosted: Mon Mar 28, 2005 8:19 pm Reply with quote

i sent you the email about requirements, i really dont know much about hosts themselves, but id like to keep the payments monthly
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> NukeSentinel(tm)

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 ©