Welcome Guest, Not a member yet? Register   Sign In
How to get more error output?
#1

[eluser]Unknown[/eluser]
I'm new learner, so sometimes I made mistakes like syntax error, I would be so helpfully if CI can output more error message, instead of a white screen
#2

[eluser]jmadsen[/eluser]
The blank page is mostly likely because you have errors suppressed;

in index.php, add:

ini_set(‘display_errors’, 1);

or do so in the php.ini file

and see if you start getting error messages.




Theme © iAndrew 2016 - Forum software by © MyBB