Install starts again after successfull install of teampass
After installing TeamPass successfully and without any issues, I’m being redirected back to the installation page. It seems like it can’t write to the settings.php file, even though the permissions are correct and the installer doesn’t show any errors
Thanks!
what are the errors in the apache log?
if (file_put_contents($settingsFile, utf8_encode($settingsContent)) === false) {
If it fails writting, you have an error during the install.
Don't really know what occurred here.
Try to reinstall
There aren't any errors or so in the Apache logs, reinstall doesn't work either. The install protocol said it had written the file
I think this could occur if you install on a database which contains already some data. It is important to drop all existing tables.
it works now, but i stumbled across another error, i get error 500 in browser after setup. checking the logs it says core.php is missing, but its there. also the permissions are correct...