-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Problems with Code Igniter
World Wide Web Server edited this page Jul 4, 2012
·
12 revisions
List problems with solutions for Code Igniter here.
[size=2]Headers already sent[/size] Problems occurs when you try sent headers after there has been output somewhere. Check all files for spaces before <? and after ?>, make sure to remove them all. Other problem could be that your editor is saving in unicode or whatever where it shouldn't, consult the manual of the editor to fix this.
[size=2].htaccess doesn't work[/size] Check [url=http://codeigniter.com/wiki/Dreamhost_.htaccess/][/url], or [url=http://codeigniter.com/wiki/mod_rewrite/]here/url]
[size=2]Safe mode problem with email[/size] Check this [url=http://codeigniter.com/forums/viewthread/47511/]thread[/url].