![]() |
Codeigniter Bootstrap + Tank Auth - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22) +--- Thread: Codeigniter Bootstrap + Tank Auth (/showthread.php?tid=56327) |
Codeigniter Bootstrap + Tank Auth - El Forum - 12-11-2012 [eluser]Unknown[/eluser] Hi, Just wondering if anyone can help me with some errors im getting on the tank_auth register page? Even though I get the errors everything seems to process as it should; Code: A PHP Error was encountered Cant seem to find any documentation, or relevant forum posts. Many thanks, M Codeigniter Bootstrap + Tank Auth - El Forum - 12-11-2012 [eluser]PhilTem[/eluser] It seems that tank_auth has its own url_helper located at APPPATH . 'helpers/' that overwrites the base_url() helper and requires an argument other than the original, CI base_url() which does not provide the argument. Now, you only need to consider the first error since the other ones are follow ups coming thereof. I'd suggest, you'd have a look at MY_url_helper and fix it to not produce errors, plus, tell the developer of tank_auth (I'm not sure if it's still actively developed) about the problem and provide a bug-fix ![]() Codeigniter Bootstrap + Tank Auth - El Forum - 12-18-2012 [eluser]Unknown[/eluser] Thanks, I removed the helper all together as I couldnt see why it was actually needed! Additionally, there were some issues around sessions being destroyed. Ive got it up and running now. I will put it in a file and mail it to the owner. Thanks, Mark. |