Message: Cannot modify header information - headers already sent by (output started at /home/kullabsc/public_html/kullabs/application/controllers/home.php:226)
Filename: libraries/Session.php
Line Number: 671
Message: Cannot modify header information - headers already sent by (output started at /home/kullabsc/public_html/kullabs/application/controllers/home.php:226)
Filename: libraries/Session.php
Line Number: 671
maybe you have a blank line or spaces after the php closing tag. ?> Officialy, you may even leave out this closing tag to prevent this kind of error. Also see this discussion: Why would one omit the close tag?
(personaly I prefer to use the closing tag, some kind of neuroses I guess)