Welcome Guest, Not a member yet? Register   Sign In
Why i cant see errors messages?
#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);


Messages In This Thread
Why i cant see errors messages? - by El Forum - 07-09-2008, 09:14 PM
Why i cant see errors messages? - by El Forum - 07-10-2008, 06:34 AM
Why i cant see errors messages? - by El Forum - 07-10-2008, 08:54 AM



Theme © iAndrew 2016 - Forum software by © MyBB