Dev branch fails install
-
Current dev-branch version 1.5.5.3 now fails at “Setting up fog password”. It indicates that the account password includes characters that the installer cannot handle from the .fogsettings file, and then it will list a random set of numbers. Changing or removing completely the password field from .fogsettings does not appear to affect this at all. I am assuming a change was made to the installer that broke this. Is there a fix, or should I go back to the ‘working’ branch?
-
Change 0-1 to 0-9 over at https://github.com/FOGProject/fogproject/commit/71844d48ea00581f28ce56c28a8a63fc6166c38b
You can do working branch as well of course.
-
@AndrewC Thanks heaps for posting and sorry for the issue. I justed pushed a fix to the
dev-branch
. Seems like I was in a bit of a hurry when I pushed that last thing… -
@AndrewC said in Dev branch fails install:
Changing or removing completely the password field from .fogsettings does not appear to affect this at all.
Just a quick info on that. The installer not only looks for an existing password in
.fogsettings
but also in.../fog/lib/fog/config.class.php
. This has been in the code for some time but had a smaller issue because of the password being defined in the PHP file over multiple lines. Which working on the password stuff I also fixed this. Please let us know if you think we should only ever read an existing password from.fogsettings
?!