wifidog / wifidog-auth

Repository for the PHP wifidog captive portal auth server
194 stars 121 forks source link

error when connect to database using install.php #14

Open bobble6956 opened 8 years ago

bobble6956 commented 8 years ago

I'm using postgresql 9.3, test user/password manually connect successfully but can not update using install.php.

http://imgur.com/a/qHeAb

Seems like it's can not get $CONF_DATABASE_NAME, $CONF_DATABASE_PORT, $CONF_DATABASE_USER, $CONF_DATABASE_HOST.

Anyway to manually apply scripts to DB and bring up the site?

Thank you.