Steps
- Create an autoconfig.php file inside
config/config.php, for example with this content:
<?php
$AUTOCONFIG = array (
'directory' => '/srv/www/htdocs/owncloud/data',
'dbtype' => 'mysql',
'dbname' => 'owncloud',
'dbhost' => 'localhost',
'dbtableprefix' => 'oc_',
'dbuser' => 'owncloud',
'dbpass' => 'owncloudpw',
'overwritewebroot' => '/owncloud',
);
- Run the setup
- Click "Finish setup"
Expected result
Setup GUI only contains admin user/password without any database choices.
Actual result
Message about "SQLite will be used by default" is still visible.
Versions
ownCloud 7 stable7
Note: on stable6 this works properly so this is a regression.
@craigpg @MTRichards @karlitschek
Steps
config/config.php, for example with this content:Expected result
Setup GUI only contains admin user/password without any database choices.
Actual result
Message about "SQLite will be used by default" is still visible.
Versions
ownCloud 7 stable7
Note: on stable6 this works properly so this is a regression.
@craigpg @MTRichards @karlitschek