[Owncloud] How to partially predefine OC settings

Vladimir Sapronov vladimir.sapronov at gmail.com
Thu Oct 31 22:08:32 UTC 2013


Hi Alessio,

What version of ownCloud are you running? Partial configuration should work
only in latest version 6.

Could you please show me core/setup.php and core/templates/installation.php
from your ownCloud installation.

Where did you put autoconfig.php? It should be in config folder of your
ownCloud installation.
On Oct 31, 2013 1:39 PM, "Alessio Fattorini" <alessio.fattorini at nethesis.it>
wrote:

> Il 03/10/2013 19:28, Vladimir Sapronov ha scritto:
>
>> Hi,
>>
>> I made the change to setup I described before. Here's a pull request:
>> https://github.com/owncloud/**core/pull/4982<https://github.com/owncloud/core/pull/4982>The code was already reviewed
>> and this pull request need to be tested. Can someone test it, please?
>>
>> Thanks,
>> Vladimir Sapronov
>>
>
> Hi Vladimir,
> i see this:
> https://github.com/owncloud/**documentation/pull/175<https://github.com/owncloud/documentation/pull/175>
>
> but it doesn't works for me :-\
>
> I configure this autoconfig.php:
> <?php
> $AUTOCONFIG = array(
>   "dbtype"        => "mysql",
>   "dbname"        => "owncloud",
>   "dbuser"        => "own***",
>   "dbpass"        => "own***",
>   "dbhost"        => "localhost",
>   "dbtableprefix" => "",
>   "directory"     => "/var/www/html/owncloud/data",
>   "default_language" => "it",
> );
>
> But the webui ask me db configuration too, i fill and user/pwd then i
> click "Finish" (advanced is not hided)
> But sqlite db is configured :-\ why?
> Why autoconfig.php parameter are ignored?
> Any hint?
>
> ______________________________**_________________
> Owncloud mailing list
> Owncloud at kde.org
> https://mail.kde.org/mailman/**listinfo/owncloud<https://mail.kde.org/mailman/listinfo/owncloud>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/owncloud/attachments/20131031/39140406/attachment.html>


More information about the Owncloud mailing list