Welcome Guest, Not a member yet? Register   Sign In
Showing a white page but i want to see the error!
#4

[eluser]fesweb[/eluser]
Important update!

The parameter for error_reporting should probably be E_ALL. So, use this instead of the above version...
Code:
ini_set('display_errors',1);
error_reporting(E_ALL);
It looks like my previous setting was suppressing CI's own error reporting (it was not showing "Notice" errors).


Messages In This Thread
Showing a white page but i want to see the error! - by El Forum - 08-26-2008, 09:21 AM
Showing a white page but i want to see the error! - by El Forum - 08-26-2008, 09:24 AM
Showing a white page but i want to see the error! - by El Forum - 08-26-2008, 09:26 AM
Showing a white page but i want to see the error! - by El Forum - 08-27-2008, 07:40 AM



Theme © iAndrew 2016 - Forum software by © MyBB