Welcome Guest, Not a member yet? Register   Sign In
Notice problem why ?
#1

[eluser]Lucas Caleto[/eluser]
hi,
I am a new on code igniter, but old on php development.

when i use all new variables
i get this:
- - - - - - - - - - - - - - - -
A PHP Error was encountered

Severity: Notice
- - - - - - - - - - - - - - - --
My php dont show notice, so why code igniter show ?

some one can help me ?

thanks

Lucas
#2

[eluser]Seppo[/eluser]
CodeIgniter raises the error reporting level to E_ALL. Probably on your old scripting you were using a lower reporting level, so the error message wasn't getting displayed.
#3

[eluser]Lucas Caleto[/eluser]
thanks seppo,
How can i change this error level on Code Igniter
#4

[eluser]Seppo[/eluser]
I recommend you to fix the errors, instead of hiding, but if that's what you want you can change it on the index.php file, in line 12.
#5

[eluser]Lucas Caleto[/eluser]
Thanks A lot bro.
this is what i was lookinf for.

Bye

Lucas




Theme © iAndrew 2016 - Forum software by © MyBB