Did you view the CodeIgniter and server log files to see if there are any errors?
You may want to turn on error handling to check the web site for errors but make you
turn it back off when finished testing it.
error_reporting(E_ALL);
or
ini_set('error_reporting', E_ALL);
What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )