<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    When installing owncloud using PostgreSQL I get the following error:<br>
    <br>
    'PostgreSQL username and/or password not valid
    <p class="hint">You need to enter either an existing account or the
      administrator.'<br>
    </p>
    <p class="hint">This doesn't seem to be the correct error since
      Xdebug gives me:<br>
    </p>
    <p class="hint"><font size="1">Notice: Undefined index:
        dbtableprefix in /s/usr-local/www/owncloud/lib/setup.php on line
        <i>148</i></font><br>
    </p>
    <p class="hint">The code (setup.php 148): <br>
      $dbtableprefix = $options['dbtableprefix'];<br>
    </p>
    <p class="hint">The same code for mysql databases (setup.php:70):<br>
      $dbtableprefix = isset($options['dbtableprefix']) ?
      $options['dbtableprefix'] : 'oc_';<br>
    </p>
    <p class="hint">Should I make a bug report, a pull request, or can
      this just be fixed by<br>
      copying line 70 to 148 in the current code?<br>
    </p>
    <p class="hint">Regards,<br>
    </p>
    <p class="hint">Roland van Laar<br>
    </p>
  </body>
</html>