Hi Klaus,<div><br></div><div>it's probably issue related to the server configuration. I guess the DB connection was lost during the installation process for some reasons.</div><div><br></div><div>You can prepend mysql_close with the '@' character in the line #145  /home/www/domain.ext/cloud/lib/setup.php to suppress this warning:</div>
<blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div>@mysql_close($connection);</div><div><br></div></blockquote><div>This call is not mandatory since the database connection is closed automatically in the most cases.</div>
<div><br></div>---<div>Victor Dubiniuk<br><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><br></div></blockquote><div><br></div><div><div class="gmail_quote">On Fri, Jun 22, 2012 at 3:43 PM, Klaus Ruebsam <span dir="ltr"><<a href="mailto:k.ruebsam@gmx.net" target="_blank">k.ruebsam@gmx.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi folks,<br>
<br>
during install I keep getting the following error. However the system seems (not quite sure) to work afterwards.<br>
<br>
<br>
Warning: mysql_close(): 30 is not a valid MySQL-Link resource in /home/www/domain.ext/cloud/lib/setup.php on line 145<br>
<br>
Warning: session_regenerate_id() [function.session-regenerate-id]: Cannot regenerate session id - headers already sent in /home/www/domain.ext/cloud/lib/user.php on line 203<br>
<br>
Warning: Cannot modify header information - headers already sent by (output started at /home/www/domain.ext/cloud/lib/setup.php:145) in /home/www/domain.ext/cloud/lib/setup.php on line 26<br>
<br>
Any idea on the reason for that behaviour?<br>
<br>
Kind regards,<br>
<br>
Klaus<br>
<span class="HOEnZb"><font color="#888888">--<br>
NEU: FreePhone 3-fach-Flat mit kostenlosem Smartphone!<br>
Jetzt informieren: <a href="http://mobile.1und1.de/?ac=OM.PW.PW003K20328T7073a" target="_blank">http://mobile.1und1.de/?ac=OM.PW.PW003K20328T7073a</a><br>
_______________________________________________<br>
Owncloud mailing list<br>
<a href="mailto:Owncloud@kde.org">Owncloud@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/owncloud" target="_blank">https://mail.kde.org/mailman/listinfo/owncloud</a><br>
</font></span></blockquote></div><br></div></div>