wifidog / wifidog-auth

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

install.php corrupts config.php on "Database Connection" step #15

Open victorcrimea opened 8 years ago

victorcrimea commented 8 years ago

I'm installing wifidog auth server on Ubuntu Server 14.04. At the "Database Access" step I was prompted for postgresql credentials and then on the next step this credentials should be saved, but install.php somehow corrupts caonfig.php and it looks like attached file config.txt

victorcrimea commented 8 years ago

My temporarly solution is to comment out lines with $CONF_DATABASE_HOST = $configArray... and so on. And replace it with your own server credentials.