[eluser]stormbytes[/eluser]
[quote author="prince1001" date="1286090125"]What is the error?
Maybe you must include base_url()?
Code:
<?php form_open(base_url().'control/auth'); ?>
<?php form_input('Login'); ?>
<?php form_close(); ?>
[/quote]
That's just it - there is NO error!
If there was, actually that'd be helpful. The page resolves just fine by the form functions aren't being executed.
I doubt I need to put in the base URL. It's already been entered in config and the classes/views are resolving just fine.
What's super weird about this is that just yesterday I followed the "Blog" tutorial on CI and it worked just fine. I doing this - I pretty much retraced my steps.