Bonfire
Bonfire copied to clipboard
Actual version install not working
Hi,
I can not install actual version of Bonfire. Installation ended on ..index.php/install with "404 Page Not Found".
I tried it on XAMPP on Windows and MAMP on OSX, nothing working.
Can anybody try it? Or help me?
Thank you very much for you reply...
Hi,
I tested it with filled-in database from previous Bonfire installation (connected to new installation) and new system seems to working correctly. Is there problem in installation process only?
Same problem, Ubuntu Linux, Apache/2.4.18, PHP 7.0.13. Fresh clone, created database user/table and edited database.php to match. Also edited the base path in config.php. Virtualhost points to public folder. Gives 404 error on http://localhost/index.php/install
Same issue as: https://github.com/ci-bonfire/Bonfire/issues/1260
Very late coming to the game. I apologize. However, I believe it's due to the upgrade to the latest version of CI not having anything filled in for base_url
in application/config/config.php
. I set that value to my local dev domain for it, http://bonfire.dev
, and installation went without a hitch.