LetoDMS Community Forum
Solved - "headers already sent" error - Printable Version

+- LetoDMS Community Forum (https://community.letodms.com)
+-- Forum: LetoDMS Support (https://community.letodms.com/forumdisplay.php?fid=4)
+--- Forum: Bugs/Errors (https://community.letodms.com/forumdisplay.php?fid=11)
+--- Thread: Solved - "headers already sent" error (/showthread.php?tid=119)



Solved - "headers already sent" error - alekseyn - 08-03-2010

When adding a non-office document (not sure why this is relevant yet) I had a "Warning: Cannot modify header information - headers already sent" error....

had to change the line

print_r($userIDs);

to

//print_r($userIDs);

in inc.ClassFolder.php to eliminate it... possible a debug output forgotten in the code...


RE: Solved - "headers already sent" error - matteo lucarelli - 08-10-2010

Yes, was a forgotten debug output. FIXED