Welcome Guest, Not a member yet? Register   Sign In
White Pages (parent::Controller)
#1

[eluser]daninfpj[/eluser]
Hello,

I've got a site running locally and on an apache server as well, it suddenly stopped working on the server (still works locally), I just get blank pages everywhere, for every controller, I can only get 404 pages when calling non existant controllers.

I could echo some lines before calling parent::Controller in my Controller constructor, but after that everything dies.

Any help would be really appreciated.
#2

[eluser]fdog[/eluser]
Did you just recently update to CI 1.6? Because I had the same problem; it was a database driver bug.
#3

[eluser]daninfpj[/eluser]
Yes, I'm tracing down the problem and I've come to the mysqli driver, i just don't know yet where's the problem. The strange thing is it was working and i haven't changed to 1.6 or anything.
#4

[eluser]daninfpj[/eluser]
I solved the issue, had to change the mysqli driver to mysql and pconnect = FALSE.




Theme © iAndrew 2016 - Forum software by © MyBB