You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.
I tried installing Bonfire 0.9.0-dev (with CI 3.1.3) on an windows Ampps installation running PHP 5.6.21 by setting up a virtualhost called bonfire.local and got a 404 error when redirected to /install. The way I got the installation page to run was by copying Install.php from the bonfire_root/bonfire/controllers/ to bonfire_root/application/controllers/ (the dir with Home.php). Also during table creation there was an error when running the 044_Update_ci3_sessions.php migration saying the table ci3_sessions does not exist (but bf_ci3_sessions table exists). Setting 'dbprefix' to '' in config/database.php allowed the installation to complete successfully.
Edit: upon checking the code this line evaluates to true when looking for Install.php. Also line 411 which checks in BFPATH seems to be removed?
Cheers
The text was updated successfully, but these errors were encountered:
As per lonnieezell#1260 CI wasn't looking in the bonfire folder for the install.php. The code above checks both APPPATH and BFPATH. Since there is only the install.php and Images.php it might be easier just moving those controllers into application?
@lonnieezell Just cloned v0.9.0-dev today and this still have the same issue where it won't load the installer. See pull request above. Just applied it and it started working.
@silverark You're right. The PR isn't asking to pull into this repo, though, it's pointing to Silverark's. Now that we've updated to 3.1.6, we need to do the same thing, though, so a PR would be welcome for that.
Hi,
I tried installing Bonfire 0.9.0-dev (with CI 3.1.3) on an windows Ampps installation running PHP 5.6.21 by setting up a virtualhost called bonfire.local and got a 404 error when redirected to /install. The way I got the installation page to run was by copying Install.php from the bonfire_root/bonfire/controllers/ to bonfire_root/application/controllers/ (the dir with Home.php). Also during table creation there was an error when running the 044_Update_ci3_sessions.php migration saying the table ci3_sessions does not exist (but bf_ci3_sessions table exists). Setting 'dbprefix' to '' in config/database.php allowed the installation to complete successfully.
Edit: upon checking the code this line evaluates to true when looking for Install.php. Also line 411 which checks in BFPATH seems to be removed?
Cheers
The text was updated successfully, but these errors were encountered: