Author |
Message |
Donovan
Client

Joined: Oct 07, 2003
Posts: 735
Location: Ohio
|
Posted:
Sat Jul 23, 2005 12:34 pm |
|
Site went blank on me. Tried several fixes posted on this forum but no luck. Restored all files back to original and removed Sentinal; from site and site came back up. Now the Message module stopped working. I have a message for the front page set to "unlimited" expiration, but it does not display on front page.
Nuke 7.6 v3.0b
http://www.1st-infantry-division.net |
|
|
 |
 |
Donovan

|
Posted:
Sat Jul 23, 2005 2:06 pm |
|
Truncated table and re-entered a new message does no good. Drop table and restored also did not fix the problem. |
|
|
|
 |
Raven
Site Admin/Owner

Joined: Aug 27, 2002
Posts: 17088
|
Posted:
Sat Jul 23, 2005 3:27 pm |
|
This has nothing to do with NukeSentinel. Verify that the message is getting entered into the message table. Can you see the message in the admin control panel? |
|
|
|
 |
Donovan

|
Posted:
Sat Jul 23, 2005 6:40 pm |
|
Yes I see the message in Messages Administration. I also looked in the database to verify that the table has the data. |
|
|
|
 |
Raven

|
Posted:
Sat Jul 23, 2005 7:03 pm |
|
Is the permissions set to All Visitors?
Make sure that it's not a theme issue.
Is there anything in the error log? |
|
|
|
 |
Donovan

|
Posted:
Sun Jul 24, 2005 9:13 am |
|
Set to all visitors.
Error log is below.
[24-Jul-2005 07:19:18] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/bcring/public_html/header.php:33) in /home/bcring/public_html/includes/sessions.php on line 239
[24-Jul-2005 07:19:18] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/bcring/public_html/header.php:33) in /home/bcring/public_html/includes/sessions.php on line 240
[24-Jul-2005 07:19:18] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/bcring/public_html/header.php:33) in /home/bcring/public_html/includes/page_header.php on line 495
[24-Jul-2005 07:19:18] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/bcring/public_html/header.php:33) in /home/bcring/public_html/includes/page_header.php on line 497
[24-Jul-2005 07:19:18] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/bcring/public_html/header.php:33) in /home/bcring/public_html/includes/page_header.php on line 498
[24-Jul-2005 07:19:29] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/bcring/public_html/header.php:33) in /home/bcring/public_html/includes/sessions.php on line 239
[24-Jul-2005 07:19:29] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/bcring/public_html/header.php:33) in /home/bcring/public_html/includes/sessions.php on line 240
[24-Jul-2005 07:19:29] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/bcring/public_html/header.php:33) in /home/bcring/public_html/includes/page_header.php on line 495
[24-Jul-2005 07:19:29] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/bcring/public_html/header.php:33) in /home/bcring/public_html/includes/page_header.php on line 497
[24-Jul-2005 07:19:29] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/bcring/public_html/header.php:33) in /home/bcring/public_html/includes/page_header.php on line 498
[24-Jul-2005 07:19:32] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/bcring/public_html/header.php:33) in /home/bcring/public_html/includes/sessions.php on line 239
[24-Jul-2005 07:19:32] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/bcring/public_html/header.php:33) in /home/bcring/public_html/includes/sessions.php on line 240
[24-Jul-2005 07:19:32] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/bcring/public_html/header.php:33) in /home/bcring/public_html/modules/Forums/viewtopic.php on line 574
[24-Jul-2005 07:19:32] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/bcring/public_html/header.php:33) in /home/bcring/public_html/includes/page_header.php on line 495
[24-Jul-2005 07:19:32] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/bcring/public_html/header.php:33) in /home/bcring/public_html/includes/page_header.php on line 497
[24-Jul-2005 07:19:32] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/bcring/public_html/header.php:33) in /home/bcring/public_html/includes/page_header.php on line 498 |
|
|
|
 |
Raven

|
Posted:
Sun Jul 24, 2005 9:37 am |
|
|
|
 |
Donovan

|
Posted:
Sun Jul 24, 2005 10:17 am |
|
Ok. I added this
ini_set("output_buffering","1");
to my mainfile.
I also re-uploaded my modules folder again, but still no main message on the front page. |
|
|
|
 |
Raven

|
Posted:
Sun Jul 24, 2005 10:19 am |
|
Use the .htaccess method. That fix is for the warning messages in your error log. Did it fix those? |
|
|
|
 |
Donovan

|
Posted:
Sun Jul 24, 2005 11:06 am |
|
I tried this
else copy the following into a file:
PHP_FLAG output_buffering On
save it as .htaccess and upload to the same place mainfile.php is located.
But it knocked my site out.
Quote: |
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@1st-infantry-division.net and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request. |
Still getting this in the error log.
Quote: | [24-Jul-2005 11:57:03] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/bcring/public_html/header.php:33) in /home/bcring/public_html/includes/page_header.php on line 497
[24-Jul-2005 11:57:03] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/bcring/public_html/header.php:33) in /home/bcring/public_html/includes/page_header.php on line 498
[24-Jul-2005 11:57:07] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/bcring/public_html/header.php:33) in /home/bcring/public_html/modules/Forums/viewtopic.php on line 574
[24-Jul-2005 11:57:07] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/bcring/public_html/header.php:33) in /home/bcring/public_html/includes/page_header.php on line 495
[24-Jul-2005 11:57:07] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/bcring/public_html/header.php:33) in /home/bcring/public_html/includes/page_header.php on line 497
[24-Jul-2005 11:57:07] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/bcring/public_html/header.php:33) in /home/bcring/public_html/includes/page_header.php on line 498 |
|
|
|
|
 |
Raven

|
Posted:
Sun Jul 24, 2005 11:12 am |
|
Switch hosts - If they don't allow you to do a simple modification in .htaccess then you are severly limited in correcting their setup errors. |
|
|
|
 |
Manuel
Regular


Joined: May 28, 2005
Posts: 90
|
Posted:
Tue Jul 26, 2005 11:49 am |
|
but if you paste here your htacces we'll try to see if there are mistakes... |
_________________ Only registered users can see links on this board! Get registered or login! |
|
|
 |
montego
Site Admin

Joined: Aug 29, 2004
Posts: 9457
Location: Arizona
|
Posted:
Tue Jul 26, 2005 6:19 pm |
|
Could have also been an FTP that was not forced to be ASCII transfer. Can't tell you how many times I've been bitten by that. Finally got a good tool....
montego |
_________________ Only registered users can see links on this board! Get registered or login!
Only registered users can see links on this board! Get registered or login! |
|
|
 |
|