Welcome Guest, Not a member yet? Register   Sign In
mysql query error is displaying on the page.
#1

[eluser]Arun Joshi[/eluser]
Hi,
When there is a mysql error with db query, that error displaying on the page with full table information. How to block this? I want to hide this on my live server. Which configuration value to change?

Thanks
Arun
#2

[eluser]InsiteFX[/eluser]
Why not fix the errors!

You are not showing what the errors are.

InsiteFX
#3

[eluser]vamsee[/eluser]
set the db_debug to false in database.php config file

but this is temporary solution try for permanent solution

$db['default']['db_debug'] = FALSE;




Theme © iAndrew 2016 - Forum software by © MyBB