CodeIgniter Forums
enabling database just gives a blank page. - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: enabling database just gives a blank page. (/showthread.php?tid=3725)



enabling database just gives a blank page. - El Forum - 10-18-2007

[eluser]lebe0024[/eluser]
I triple checked my db parameters. My db server is running. CI doesn't report any sort of error.

I can access mysql using my command line. But CI seems to just exit out.


enabling database just gives a blank page. - El Forum - 10-18-2007

[eluser]lebe0024[/eluser]
This doesn't seem to have anything to do with CI, since I get the same thing with a simple php script that tries to connect to the database. Instead of returning false, mysql_connect seems to just exit.