Welcome Guest, Not a member yet? Register   Sign In
$this->db->query() and LOAD DATA INFILE
#6

[eluser]Prophet[/eluser]
Make sure in application/config/config.php you set:
Code:
$config['log_threshold'] = 2;

This will force CodeIgniter to log errors and debugging messages. If CodeIgniter isn't logging anything, then it's fairly safe to assume that nothing is going wrong.

Throw a few echos and/or die()s in there to check that your script is actually being executed.


Messages In This Thread
$this->db->query() and LOAD DATA INFILE - by El Forum - 07-28-2010, 03:27 PM
$this->db->query() and LOAD DATA INFILE - by El Forum - 07-28-2010, 03:55 PM
$this->db->query() and LOAD DATA INFILE - by El Forum - 07-28-2010, 04:01 PM
$this->db->query() and LOAD DATA INFILE - by El Forum - 07-29-2010, 09:23 AM
$this->db->query() and LOAD DATA INFILE - by El Forum - 07-29-2010, 12:11 PM
$this->db->query() and LOAD DATA INFILE - by El Forum - 07-29-2010, 04:36 PM



Theme © iAndrew 2016 - Forum software by © MyBB