Welcome Guest, Not a member yet? Register   Sign In
how to get errors ?
#1

[eluser]kris10[/eluser]
I am developping irregulary with ci ! But I notice that when I have errors, the errors are not displayed and I need to read all my code no idea what kind of error it is I have a white empty page.

I remember in the past I had errors displayed !!!

How to display errors or how to know the kind of error I have.
#2

[eluser]mi6crazyheart[/eluser]
Paste this piece of code in top of the page from where u r getting error...
Code:
<?php
error_reporting(E_ALL);
?>
#3

[eluser]kris10[/eluser]
I past it on the first line on my view but still don't have errors displayed.
#4

[eluser]mi6crazyheart[/eluser]
Show us the code. May be, after seeing we can give any type of help...
#5

[eluser]syklops[/eluser]
where is the code




Theme © iAndrew 2016 - Forum software by © MyBB