Welcome Guest, Not a member yet? Register   Sign In
troubles conecting to a sqlite database
#10

[eluser]gtech[/eluser]
Ahhh! another brainwave after reading the code.. if you want some logging try setting your config.php log_threshold to 1 (error) or 2 (debug)... then codeingiter will log any database load errors.

config.php
Code:
$config['log_threshold'] = 1;

as log_message('error','<message>')

is used throughout the system\database\DB_driver.php file (which appears to load the configuration) at least then you can find out where it keels over. the log should appear in the /log directory of you install dir


Messages In This Thread
troubles conecting to a sqlite database - by El Forum - 11-03-2007, 03:25 PM
troubles conecting to a sqlite database - by El Forum - 11-03-2007, 05:34 PM
troubles conecting to a sqlite database - by El Forum - 11-03-2007, 06:36 PM
troubles conecting to a sqlite database - by El Forum - 11-03-2007, 06:53 PM
troubles conecting to a sqlite database - by El Forum - 11-03-2007, 07:23 PM
troubles conecting to a sqlite database - by El Forum - 11-05-2007, 03:45 AM
troubles conecting to a sqlite database - by El Forum - 11-05-2007, 05:30 AM
troubles conecting to a sqlite database - by El Forum - 11-05-2007, 09:16 AM
troubles conecting to a sqlite database - by El Forum - 11-05-2007, 09:34 AM
troubles conecting to a sqlite database - by El Forum - 11-05-2007, 11:45 AM
troubles conecting to a sqlite database - by El Forum - 11-05-2007, 11:56 AM
troubles conecting to a sqlite database - by El Forum - 11-05-2007, 04:03 PM
troubles conecting to a sqlite database - by El Forum - 11-12-2007, 05:48 PM
troubles conecting to a sqlite database - by El Forum - 11-12-2007, 05:54 PM
troubles conecting to a sqlite database - by El Forum - 03-13-2008, 07:26 PM



Theme © iAndrew 2016 - Forum software by © MyBB