Welcome Guest, Not a member yet? Register   Sign In
Why i cant see errors messages?
#1

[eluser]Asinox[/eluser]
Hi, i want to know why i cant see php errors , just CI errors

i need to do some settings?

Thanks
#2

[eluser]Pascal Kriete[/eluser]
CI registers it's own error handler. So you are seeing PHP errors. They just have some pretty html around them.

If you want sytnax errors and such, make sure display_errors is turned on. Adding this to your index.php file works on a lot of setups:
Code:
ini_set('display_errors', 1);
#3

[eluser]Asinox[/eluser]
Thanks again Smile




Theme © iAndrew 2016 - Forum software by © MyBB