Shoutbox

errors - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: errors (/showthread.php?tid=46617)

errors by Savior on 06-20-2005 at 05:41 PM

I have a forum

http://thedepotgroup.com and getting all these errors"

Warning: Cannot modify header information - headers already sent by (output started at /home/thedepot/public_html/includes/constants.php:256) in /home/thedepot/public_html/includes/sessions.php on line 190

Warning: Cannot modify header information - headers already sent by (output started at /home/thedepot/public_html/includes/constants.php:256) in /home/thedepot/public_html/includes/sessions.php on line 191

Warning: Cannot modify header information - headers already sent by (output started at /home/thedepot/public_html/includes/constants.php:256) in /home/thedepot/public_html/includes/page_header.php on line 606

Warning: Cannot modify header information - headers already sent by (output started at /home/thedepot/public_html/includes/constants.php:256) in /home/thedepot/public_html/includes/page_header.php on line 608

Warning: Cannot modify header information - headers already sent by (output started at /home/thedepot/public_html/includes/constants.php:256) in /home/thedepot/public_html/includes/page_header.php on line 609


What do I do?...I didn't modify anything


RE: errors by Dempsey on 06-20-2005 at 05:44 PM

Have you installed any modifications or anything?  Or did it just start completly on its own?


RE: errors by absorbation on 06-20-2005 at 05:50 PM

:o phpBB you have no place here :dodgy: joking

How did you install? Manually, cpanel?


RE: errors by Savior on 06-20-2005 at 06:02 PM

Didn't install any mods or anything just started today


RE: errors by CookieRevised on 06-20-2005 at 07:04 PM

http://www.phpbb.com/phpBB/search.php

There are many many threads explaining this...

and search with "cannot AND modify AND header AND information" (without the quotes)

eg:
http://www.phpbb.com/phpBB/viewtopic.php?t=300069 (<= exact same question)
http://www.phpbb.com/phpBB/viewtopic.php?t=300014
http://www.phpbb.com/phpBB/viewtopic.php?t=300000
etc...
etc...


RE: errors by Sunshine on 06-20-2005 at 08:12 PM

Sounds like a php script (function: include() ), placed on an incorrect place (i had the same thing with a php script on my site, not forum as i don't have one) in the page or double things, trying to include with php whats already in the header.

If it happend outta nowhere you may wanna contact your host to ask if he updated php (see last post in second link Cookie gave).