Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Modules
Author Message
Donovan
Client



Joined: Oct 07, 2003
Posts: 735
Location: Ohio

PostPosted: Sat Jul 23, 2005 12:34 pm Reply with quote

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
 
View user's profile Send private message Visit poster's website ICQ Number
Donovan







PostPosted: Sat Jul 23, 2005 2:06 pm Reply with quote

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

PostPosted: Sat Jul 23, 2005 3:27 pm Reply with quote

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?
 
View user's profile Send private message
Donovan







PostPosted: Sat Jul 23, 2005 6:40 pm Reply with quote

Yes I see the message in Messages Administration. I also looked in the database to verify that the table has the data.
 
Raven







PostPosted: Sat Jul 23, 2005 7:03 pm Reply with quote

Is the permissions set to All Visitors?
Make sure that it's not a theme issue.
Is there anything in the error log?
 
Donovan







PostPosted: Sun Jul 24, 2005 9:13 am Reply with quote

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







PostPosted: Sun Jul 24, 2005 9:37 am Reply with quote

http://www.ravenphpscripts.com/faq-2-Nuke+.html-+Troubleshooting#17
 
Donovan







PostPosted: Sun Jul 24, 2005 10:17 am Reply with quote

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







PostPosted: Sun Jul 24, 2005 10:19 am Reply with quote

Use the .htaccess method. That fix is for the warning messages in your error log. Did it fix those?
 
Donovan







PostPosted: Sun Jul 24, 2005 11:06 am Reply with quote

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







PostPosted: Sun Jul 24, 2005 11:12 am Reply with quote

Switch hosts Laughing - 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
Regular



Joined: May 28, 2005
Posts: 90

PostPosted: Tue Jul 26, 2005 11:49 am Reply with quote

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! 
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
montego
Site Admin



Joined: Aug 29, 2004
Posts: 9457
Location: Arizona

PostPosted: Tue Jul 26, 2005 6:19 pm Reply with quote

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.... Smile

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! 
View user's profile Send private message Visit poster's website
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Modules

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 ©