CodeIgniter Forums
Bonfire Installation Problem - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22)
+--- Thread: Bonfire Installation Problem (/showthread.php?tid=50912)



Bonfire Installation Problem - El Forum - 04-12-2012

[eluser]Zed[/eluser]
Hi guys, i tried to install bonfire, after setting up the database and clicking test database, it takes me to a blank page with index.php written on the body.

what could be the problem?

thanks


Bonfire Installation Problem - El Forum - 04-12-2012

[eluser]Zed[/eluser]
I have finally got it working. The solution is to change

$config['index_page'] = ""; on the install directory to $config['index_page'] = "index.php";

thanks all