![]() |
PHP header: url_helper has failed me. - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: PHP header: url_helper has failed me. (/showthread.php?tid=7575) |
PHP header: url_helper has failed me. - El Forum - 04-15-2008 [eluser]Razz[/eluser] I guess this is a 3-part post so i don't end up polluting the forums... 1) Alrighty. Let me get started on the right foot here by saying hi to everyone. I'm a New CI guy here ( >1 week) and have been loving every minute of it...until Code: A PHP Error was encountered dun dun dun... the funny thing is the $echo (on line 8 below) prints fine, and then the error follows. Quote:let me preface the situation : so i investigated: \CodeIgniter\system\application\controllers\home.php Code: 1<?php and \CodeIgniter\system\helpers\url_helper.php Code: 469 /** so all I did was use the usual redirect() in my controller...what did i do wrong?? all I'm trying to do is write out a redirect that basically goes Code: if you're logged in -=-=-=-=-=-=-=-=-=-=-=-=-=- second question: I'm loving that there are so many different libraries that extend the capabilities of CI. But in my dabbling i've found that FreakAuth works better than the BackendPro library also available. Does anyone have a suggestion over which library would work for a site that would have to accommodate many many users. second.5 question: why isn't there a resource for libraries like FreakAuth and such that have just a listing of its functions and what each does and returns? I haven't found anything like that on FreakAuth and barely have found something for CI...unless i've been missing something all this time. third question: has anyone here completed a user-driven site using the CI framework? all i've been seeing are blogs and personal sites. I haven't yet seen a site where groups of people generate the content, as opposed to the CI coder who owns the site. just wondering. thanks, again to anyone who has taken the time to read this, and even lend a helping hand...or at least a pointed finger in the right direction. I'm eager to learn CI, and I know learning it will take me a long way. ~Razz PHP header: url_helper has failed me. - El Forum - 04-15-2008 [eluser]xwero[/eluser] The problem will be probably an extra space or line somewhere in your files. One way to prevent this is not using the end php bracket. If you were debugging and you output something to the page it's possible this is the problem. For your third question. Isn't a cms an example of a user created content site ![]() |