1
I’ve been having a problem on my page for some time. I’ve reviewed my Model
, Controller
and View
and nothing. Simply
the screen turns white (but no error appears) and nothing works.
I want to know what would be the best way to find that problem.
It would be with error_reporting
? If so, how do I use it?
Take the opportunity to see this and some other common errors in wiki tag do php in addition to other tips and suggested materials for study. :)
– rray
Which framework are you using? Because it’s not hard to explain how to use something without telling you where to put it. Maybe it helps if you post Model, View and Controller.
– Guilherme Nascimento
@Guilhermenascimento I’m using Codeigniter
– GWER
Chara, posting some code should be relevant.
– Guilherme Nascimento
The code is huge, it gets a little complicated
– GWER