Page 1 of 1
[fixed] Password for DB is required during installation
Posted: Mon May 19, 2014 12:24 pm
by kuzmany
It's required, but on localhost I don't use to use password for DB connect.
Usually is not decessary during the install process.
Re: Password for DB is required during installation
Posted: Mon May 19, 2014 4:12 pm
by Rolf
Fixed in SVN (Installer rev. 87)
Re: [fixed] Password for DB is required during installation
Posted: Mon May 19, 2014 7:58 pm
by jce76350
Not sure

I have a message "Please enter a valid password for authenticating to the database"
see class.wizard_step4.php
if( !isset($config['dbpass']) || !$config['dbpass'] ) throw new \Exception(\__appbase\lang('error_nodbpass'));
Re: [fixed] Password for DB is required during installation
Posted: Tue May 20, 2014 6:54 am
by jce76350
Now fixed in rev 88