![]() |
Loop error - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: Loop error (/showthread.php?tid=61555) |
Loop error - demonioq3 - 04-24-2015 Hello to all. I'm new using CodeIgniter ;P and i have a loop error in my login form (Sorry for my bad english). Well, i will put my code and my homepage Links: My first page Controller PHP Code: <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); My registration_view form PHP Code: <?php echo form_open("user/login"); ?> When i click in "Login", Chrome display my the error "ERR_TOO_MANY_REDIRECTS" http://boadmin.asgcomputacion.cl/ user: [email protected] password: agustin123 anny suggestions? Thanks! RE: Loop error - gadelat - 04-25-2015 Seems the problem is in administracion controller RE: Loop error - Avenirer - 04-26-2015 Could you show the User_model.php? RE: Loop error - madaan_tushar - 05-25-2015 Put the form processing code in that controller function in which that view is loaded. Thankyou ![]() ![]() |