<p dir="ltr">Hi Alessio,</p>
<p dir="ltr">What version of ownCloud are you running? Partial configuration should work only in latest version 6.</p>
<p dir="ltr">Could you please show me core/setup.php and core/templates/installation.php from your ownCloud installation.</p>
<p dir="ltr">Where did you put autoconfig.php? It should be in config folder of your ownCloud installation.</p>
<div class="gmail_quote">On Oct 31, 2013 1:39 PM, "Alessio Fattorini" <<a href="mailto:alessio.fattorini@nethesis.it">alessio.fattorini@nethesis.it</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Il 03/10/2013 19:28, Vladimir Sapronov ha scritto:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
I made the change to setup I described before. Here's a pull request:<br>
<a href="https://github.com/owncloud/core/pull/4982" target="_blank">https://github.com/owncloud/<u></u>core/pull/4982</a> The code was already reviewed<br>
and this pull request need to be tested. Can someone test it, please?<br>
<br>
Thanks,<br>
Vladimir Sapronov<br>
</blockquote>
<br>
Hi Vladimir,<br>
i see this:<br>
<a href="https://github.com/owncloud/documentation/pull/175" target="_blank">https://github.com/owncloud/<u></u>documentation/pull/175</a><br>
<br>
but it doesn't works for me :-\<br>
<br>
I configure this autoconfig.php:<br>
<?php<br>
$AUTOCONFIG = array(<br>
  "dbtype"        => "mysql",<br>
  "dbname"        => "owncloud",<br>
  "dbuser"        => "own***",<br>
  "dbpass"        => "own***",<br>
  "dbhost"        => "localhost",<br>
  "dbtableprefix" => "",<br>
  "directory"     => "/var/www/html/owncloud/data",<br>
  "default_language" => "it",<br>
);<br>
<br>
But the webui ask me db configuration too, i fill and user/pwd then i click "Finish" (advanced is not hided)<br>
But sqlite db is configured :-\ why?<br>
Why autoconfig.php parameter are ignored?<br>
Any hint?<br>
<br>
______________________________<u></u>_________________<br>
Owncloud mailing list<br>
<a href="mailto:Owncloud@kde.org" target="_blank">Owncloud@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/owncloud" target="_blank">https://mail.kde.org/mailman/<u></u>listinfo/owncloud</a><br>
</blockquote></div>