Welcome Guest, Not a member yet? Register   Sign In
Blank page on error
#1

[eluser]Unknown[/eluser]
Hello,

I am new to CodeIgniter. I follow a tutorial, and I have enabled maximum logging. However, if I make a syntax error in my php, I just get a blank page in the browser. Nothing more in the logs than what I log with log_message. Shouldn't I get an error message somewhere to help me know what happened ?

Where can I find this error message or how do I activate it ?

Thank you in advance,
Barth
#2

[eluser]jairoh_[/eluser]
in your config.php try to set
Code:
$config['log_threshold'] = 4;




Theme © iAndrew 2016 - Forum software by © MyBB