Welcome Guest, Not a member yet? Register   Sign In
codeigniter-2.1.3 with sqlite3 db
#2

[eluser]TheFuzzy0ne[/eluser]
Welcome to the CodeIgniter forums!

Do you have error reporting enabled?

Try putting this at the top of your index.php file:

Code:
ini_set('display_errors', '1');
error_reporting(E_ALL);

You can also enable the profiler with:
Code:
$this->output->enable_profiler(TRUE);

That should give you a clearer picture of what's going on. Also make sure database errors are enabled in ./application/config/database.php
Code:
$db['default']['db_debug'] = TRUE;

I'm not convinced it's "not working". I suspect it's not working because you may be using it incorrectly.


Messages In This Thread
codeigniter-2.1.3 with sqlite3 db - by El Forum - 03-13-2013, 11:48 AM
codeigniter-2.1.3 with sqlite3 db - by El Forum - 03-14-2013, 12:42 AM



Theme © iAndrew 2016 - Forum software by © MyBB