| Author |
Message |
tix Hangin' Around

Joined: Jun 05, 2004 Posts: 41
|
Posted:
Sun Jun 06, 2004 5:13 pm |
|
Well i have installed sentinel and it works ok.
But when i go to forum i get
| Code: | Warning: Failed opening 'includes/sentinel.php' for inclusion (include_path='') in /home/.sites/33/site5/web/mainfile.php on line 2
Warning: Cannot add header information - headers already sent by (output started at /home/.sites/33/site5/web/mainfile.php:2) in /home/.sites/33/site5/web/includes/sessions.php on line 223
Warning: Cannot add header information - headers already sent by (output started at /home/.sites/33/site5/web/mainfile.php:2) in /home/.sites/33/site5/web/includes/sessions.php on line 224
Warning: Cannot add header information - headers already sent by (output started at /home/.sites/33/site5/web/mainfile.php:2) in /home/.sites/33/site5/web/modules/Forums/admin/index.php on line 582
Warning: Cannot add header information - headers already sent by (output started at /home/.sites/33/site5/web/mainfile.php:2) in /home/.sites/33/site5/web/modules/Forums/admin/index.php on line 583
|
Any idea? |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
|
Posted:
Sun Jun 06, 2004 5:22 pm |
|
Make sure that gzip is turned OFF in Forum Adminstration Configuration |
|
|
|
 |
tix Hangin' Around

Joined: Jun 05, 2004 Posts: 41
|
Posted:
Mon Jun 07, 2004 12:19 am |
|
well thats the only thing i get when i go in to forum admin.
I cant change anything.
Any idea? |
|
|
|
 |
stephen2417 Worker


Joined: Jan 18, 2004 Posts: 244 Location: Bristolville, OH
|
Posted:
Mon Jun 07, 2004 1:28 am |
|
I swear my life is full of echos (not the php ones) all day long, i just saw this today...
Run the following sql qurey
| Code: | | UPDATE nuke_bbconfig SET config_value= '0' WHERE config_name='gzip_compress' |
|
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
|
Posted:
Mon Jun 07, 2004 4:27 am |
|
Right on Stephen! Tix, run that query from phpMyAdmin, or just edit the bbconfig table and change it. |
|
|
|
 |
stephen2417 Worker


Joined: Jan 18, 2004 Posts: 244 Location: Bristolville, OH
|
Posted:
Mon Jun 07, 2004 5:03 am |
|
Lol Raven is excited this wonderful morning hehe  |
|
|
|
 |
tix Hangin' Around

Joined: Jun 05, 2004 Posts: 41
|
Posted:
Mon Jun 07, 2004 10:44 am |
|
In the _bbconfig table there is no gzip_compress.
I am running Php nuke v 6.5 and just realized my bb version is
| Quote: |
phpBB port v2.1 based on Tom Nitzschner's phpbb2.0.6 upgraded to phpBB 2.0.4 standalone was developed
|
I have no idea what happened |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
|
Posted:
Mon Jun 07, 2004 11:05 am |
|
Make sure you goto the second page of options using the >> |
|
|
|
 |
tix Hangin' Around

Joined: Jun 05, 2004 Posts: 41
|
Posted:
Mon Jun 07, 2004 12:16 pm |
|
| Quote: |
Make sure you goto the second page of options using the >>
|
I cant say i reaaly understood.
Which page of options?
That is alll that i can see.
And what is this in my forum information.
I am tottaly confused |
|
|
|
 |
stephen2417 Worker


Joined: Jan 18, 2004 Posts: 244 Location: Bristolville, OH
|
Posted:
Mon Jun 07, 2004 12:22 pm |
|
Did you try to run the sql qurey above?
BC that should fix it.. Just got to the DB then click on the SQL tab and copy that there and click ok |
|
|
|
 |
stephen2417 Worker


Joined: Jan 18, 2004 Posts: 244 Location: Bristolville, OH
|
Posted:
Mon Jun 07, 2004 12:31 pm |
|
Alright since your so confused grab this file to run the sql qurey for you, just place it where your mainfile is located. Then you bring it up from your browser. Of corse you have to extract it first...
 |
|
|
|
 |
xfsunolesphp Regular


Joined: Aug 23, 2003 Posts: 77
|
Posted:
Mon Jun 07, 2004 12:34 pm |
|
phpmyadmin
nuke_bbconfig
Browse
you see >> on button in bottom |
|
|
|
 |
tix Hangin' Around

Joined: Jun 05, 2004 Posts: 41
|
Posted:
Mon Jun 07, 2004 1:09 pm |
|
OK i fell like a total noob
I have disabled it but the problem remains.
Any other suggestions?
Or am i just haunted? |
|
|
|
 |
dar63 Hangin' Around

Joined: May 14, 2004 Posts: 28 Location: Plymouth UK
|
Posted:
Mon Jun 07, 2004 7:41 pm |
|
Bottom four errors are known to be seen when viewing forums, pm's etc in a browser other than IE, for example opera and mozilla.
I always got around it on my sites by adding
PHP_FLAG output_buffering on
to my .htaccess file in the root dir. |
|
|
|
 |
tix Hangin' Around

Joined: Jun 05, 2004 Posts: 41
|
Posted:
Mon Jun 07, 2004 7:56 pm |
|
Ok i upgraded to nuke 7.0
Tried to go to forums admin and got
| Code: |
Warning: Failed opening 'includes/sentinel.php' for inclusion (include_path='') in /home/.sites/33/site5/web/mainfile.php on line 2
|
Also tried to test the system with the addauthor and got a msg DIE
Any idea?
Is it working?
I wasnt banned... |
|
|
|
 |
sixonetonoffun Spouse Contemplates Divorce

Joined: Jan 02, 2003 Posts: 2499
|
Posted:
Mon Jun 07, 2004 8:30 pm |
|
Can you post the first 3 lines of mainfile.php |
|
|
|
 |
|
|
|
|