LetoDMS Community Forum
Header Already Sent Error - Printable Version

+- LetoDMS Community Forum (https://community.letodms.com)
+-- Forum: LetoDMS Support (https://community.letodms.com/forumdisplay.php?fid=4)
+--- Forum: Installation Problems (https://community.letodms.com/forumdisplay.php?fid=9)
+--- Thread: Header Already Sent Error (/showthread.php?tid=88)



Header Already Sent Error - RayGauthier - 06-01-2010

When I try and start the application I get the following error -

Warning: Cannot modify header information - headers already sent by (output started at -myrootpath-/languages/English/lang.inc:499) in -myrootpath-/inc/inc.Authentication.php on line 26

I am installing LetoDMS in the root so I'm wondering if that is creating the problem.

Any help would be appreciated.

Thanks,
Ray


RE: Header Already Sent Error - RayGauthier - 06-01-2010

Solved - but I'll leave this up here in case others experience.

Many of the files in the inc folder had a blank line after the closing php tag ?>

I edited all these files and got rid of the blank line after the tag and all is well.

Ray


RE: Header Already Sent Error - raymondchi - 06-10-2010

Dear RayGauthier ,

I did try to follow your instructions to delete the blank space, but the problem still happen !

Any soultions ?
Raymond


RE: Header Already Sent Error - Elias Sajo - 06-12-2010

(06-10-2010, 04:38 PM)raymondchi Wrote: Dear RayGauthier ,

I did try to follow your instructions to delete the blank space, but the problem still happen !

Any soultions ?
Raymond

Hi Raymond,

If you see the error in: languages/English/lang.inc:499

remove the whitespaces on that file also after the php close tag.

The file should end to line 497 where the close tag is.


Elias