[eluser]Wittner[/eluser]
Hi,
can I suggest you put the following in your controller (and in all your controllers while you're building your app.):
Code:
$this->output->enable_profiler(TRUE);
This will output lots of good information when you run your code. I've only discovered it recently and it makes a *huge* difference to debugging your script. Including variable values, posted values etc. it will also echo out the sql code which your active record produces,
cheers,
Wittner