Welcome Guest, Not a member yet? Register   Sign In
HIDE Notices ?
#1

[eluser]Evollution[/eluser]
how can i hide notices {php errors}
#2

[eluser]victorche[/eluser]
From the userguide ...
http://ellislab.com/codeigniter/user-gui...rrors.html

Note: By default, CodeIgniter displays all PHP errors. You might wish to change this behavior once your development is complete. You'll find the error_reporting() function located at the top of your main index.php file. Disabling error reporting will NOT prevent log files from being written if there are errors.
#3

[eluser]Evollution[/eluser]
ok txn it worked i used error_reporting(E_ALL & ~E_NOTICE); to hide notices




Theme © iAndrew 2016 - Forum software by © MyBB