thekabal / tki

The Kabal Invasion - A web based space exploration (4x) game
Other
11 stars 7 forks source link

require_once(./config/db_config.php): failed to open stream #8

Closed jakecleary closed 8 years ago

jakecleary commented 8 years ago

I've set up the repository locally (cloning the latest commit 288014b). Following the setup instructions found in docs/install I'm stuck on step 4.

I've added the the database config in /config/SecureConfig.php and have managed to get the program to connect to the DB. Beyond this step the program is trying to require_once /config/db_config.php in /setup_info.php:21 which doesn't exist.

Am I supposed to manually create db_config.php or is this a bug? It would seem that the db config is all in /config/SecureConfig.php already?!

Thanks in advance.

jakecleary commented 8 years ago

Right so I've got it working. Looks like maybe the /config/SecureConfig.php was added to replace the /config/db_config.php file but it hasn't been fully swapped out yet maybe?

I'll submit a PR tomorrow with a fix 😄