Welcome Guest, Not a member yet? Register   Sign In
php errors on codeigniter?
#1

[eluser]outtolunch[/eluser]
Is any way i could disable to show PHP errors ?
#2

[eluser]eoinmcg[/eluser]
codeigniter sets error handling in the index.php file. so just open up that file and change
Code:
error_reporting(E_ALL)
to:
Code:
error_reporting(0)

http://php.net/manual/en/errorfunc.confi...-reporting
#3

[eluser]outtolunch[/eluser]
thanks Smile




Theme © iAndrew 2016 - Forum software by © MyBB