White Pages (parent::Controller) - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: White Pages (parent::Controller) (/showthread.php?tid=6010) |
White Pages (parent::Controller) - El Forum - 02-11-2008 [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. White Pages (parent::Controller) - El Forum - 02-11-2008 [eluser]fdog[/eluser] Did you just recently update to CI 1.6? Because I had the same problem; it was a database driver bug. White Pages (parent::Controller) - El Forum - 02-11-2008 [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. White Pages (parent::Controller) - El Forum - 02-11-2008 [eluser]daninfpj[/eluser] I solved the issue, had to change the mysqli driver to mysql and pconnect = FALSE. |