Loop error |
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! |
Messages In This Thread |
Loop error - by demonioq3 - 04-24-2015, 10:44 PM
RE: Loop error - by gadelat - 04-25-2015, 03:45 AM
RE: Loop error - by Avenirer - 04-26-2015, 11:27 PM
RE: Loop error - by madaan_tushar - 05-25-2015, 07:43 AM
|