CodeIgniter Forums
session problem - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: session problem (/showthread.php?tid=10941)



session problem - El Forum - 08-19-2008

[eluser]dimis[/eluser]
I use the session class of CI but I have the message
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /home/www/greekchess.freehostia.com/index.php:1)
Filename: libraries/Session.php
Line Number: 315

How can I fix it?
I made a cms with session variables and now it can not work!
Dimis


session problem - El Forum - 08-19-2008

[eluser]darkhouse[/eluser]
I'm betting on your index.php page you have a line break or a space or something before <?php - white space is considered output, so the session won't work because of the white space.


session problem - El Forum - 08-19-2008

[eluser]dimis[/eluser]
I solved it thang you.
Now I have another problem with fck editor,
At windows it works ok but at linux there is the message Unable to load the requested class: fckeditor
What is wrong?