Author |
Message |
icetomyst
New Member


Joined: Mar 27, 2005
Posts: 8
|
Posted:
Sun Mar 27, 2005 11:47 pm |
|
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 Only registered users can see links on this board! Get registered or login! |
|
|
|
 |
Raven
Site Admin/Owner

Joined: Aug 27, 2002
Posts: 17088
|
Posted:
Mon Mar 28, 2005 12:54 am |
|
|
|
 |
icetomyst

|
Posted:
Mon Mar 28, 2005 12:59 am |
|
after doing that the page doesnt load at all, if ur still on u can see for yourself |
|
|
|
 |
Raven

|
Posted:
Mon Mar 28, 2005 1:10 am |
|
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

|
Posted:
Mon Mar 28, 2005 1:14 am |
|
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

|
Posted:
Mon Mar 28, 2005 1:21 am |
|
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
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

|
Posted:
Mon Mar 28, 2005 1:25 am |
|
Also, be sure that gzip is turned OFF in your Forum admin configuration. |
|
|
|
 |
icetomyst

|
Posted:
Mon Mar 28, 2005 1:26 am |
|
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

|
Posted:
Mon Mar 28, 2005 1:29 am |
|
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

|
Posted:
Mon Mar 28, 2005 1:34 am |
|
output_buffering no value no value |
|
|
|
 |
Raven

|
Posted:
Mon Mar 28, 2005 1:43 am |
|
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

|
Posted:
Mon Mar 28, 2005 8:24 am |
|
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" .... i just love conciencious hosts |
|
|
|
 |
Raven

|
Posted:
Mon Mar 28, 2005 9:41 am |
|
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

|
Posted:
Mon Mar 28, 2005 8:19 pm |
|
i sent you the email about requirements, i really dont know much about hosts themselves, but id like to keep the payments monthly |
|
|
|
 |
|