Welcome Guest, Not a member yet? Register   Sign In
Database Error: Show Line Number
#11

[eluser]wilso417[/eluser]
So is there really no solution to this issue? I would just like the file and line number if a query fails
#12

[eluser]steelaz[/eluser]
Try Dan Horrigans UhOh! - http://hg.dhorrigan.com/codeigniter-uhoh/src
#13

[eluser]Unknown[/eluser]
Go and edit system\database\DB_driver.php and add the following code on line 321:-

Code:
echo "<pre>";
debug_print_backtrace();
echo "</pre>";
#14

[eluser]InsiteFX[/eluser]
And you do realize that you just answered a post that is over 2 years old.




Theme © iAndrew 2016 - Forum software by © MyBB