Welcome Guest, Not a member yet? Register   Sign In
$this->db->update() --- returning errors
#3

[eluser]Frychiko[/eluser]
Add this line of code to the controller:
Code:
$this->output->enable_profiler(TRUE);

It outputs varies things to the screen (post variables, sql queries etc.)
Then you can see the sql queries on your screen to see exactly what is going on. You can cut and paste that and plug it into phpmyadmin to find out exactly what went wrong.


Messages In This Thread
$this->db->update() --- returning errors - by El Forum - 08-15-2008, 09:30 AM
$this->db->update() --- returning errors - by El Forum - 08-15-2008, 01:26 PM
$this->db->update() --- returning errors - by El Forum - 08-15-2008, 10:06 PM
$this->db->update() --- returning errors - by El Forum - 08-18-2008, 03:34 PM



Theme © iAndrew 2016 - Forum software by © MyBB