Hi Günter,<div><br></div><div>Sorry for that.</div><div>It's already fixed in a new version that is shipped with 4.5.2. The simplest way to proceed is to change line #37 in <b>updater/appinfo/app.php:</b></div><div><br>
<pre class="line" style="margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 10px;border:0px;font-size:12px;font-family:Consolas,'Liberation Mono',Courier,monospace;line-height:12.800000190734863px">- 'apps' => \OC::$APPSROOT . DIRECTORY_SEPARATOR . 'apps',</pre>
<pre class="line" style="margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 10px;border:0px;font-size:12px;font-family:Consolas,'Liberation Mono',Courier,monospace;line-height:12.800000190734863px">+ 'apps' => \OC::APPSROOTS[0]['path'] . DIRECTORY_SEPARATOR . 'apps',</pre>
<pre class="line" style="margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 10px;border:0px;font-size:12px;font-family:Consolas,'Liberation Mono',Courier,monospace;line-height:12.800000190734863px"><br></pre><pre class="line" style="margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 10px;border:0px;font-size:12px;font-family:Consolas,'Liberation Mono',Courier,monospace;line-height:12.800000190734863px">
<br></pre><div>Alternatively you can upload the recent Updater. It doesn't require to delete the temporary directory as well.</div><div>I pushed it here <a href="https://github.com/VicDeo/updater-025">https://github.com/VicDeo/updater-025</a></div>
<div> </div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">[Wed Nov 14 21:44:39 2012] [error] [client xx.xxx.xxx.xx] client denied<br>
by server configuration: /srv/www/<a href="http://xxxxx.xxxxx.net/data/htaccesstest.txt" target="_blank">xxxxx.xxxxx.net/data/htaccesstest.txt</a><br>which came from the server-ip as client itself.</blockquote><div> </div>
<div>it's ok. This location should not be accessible from the web. There is a self-check implemented to prevent the user data from being compromised and your log says that your data directory is safe.</div><div><br></div>
---</div><div>Victor<br><br><br><div class="gmail_quote">On Wed, Nov 14, 2012 at 11:54 PM, chymian <span dir="ltr"><<a href="mailto:chymian@gmx.net" target="_blank">chymian@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,<br>
trying to update to 4.5.2 with the updater.php it threw me an error first:<br>
Unable to fetch package.<br>
<br>
<br>
the apache error-logs stated:<br>
<br>
 Wed Nov 14 21:31:55 2012] [error] [client 178.14.134.80] PHP Warning:<br>
mkdir(): File exists in<br>
/srv/www/<a href="http://xxxxx.xxxxx.net/apps/updater/lib/downloader.php" target="_blank">xxxxx.xxxxx.net/apps/updater/lib/downloader.php</a> on line 45,<br>
referer: <a href="https://xxxxx.xxxxx.net/settings/admin.php" target="_blank">https://xxxxx.xxxxx.net/settings/admin.php</a><br>
<br>
found out that it was trying to create the "backup/..." directory, which<br>
did exist, as leftover from a former update attempt.<br>
<br>
after moving that out of the way, I got the following error:<br>
<br>
<br>
[Wed Nov 14 21:37:20 2012] [error] [client 178.14.134.80] PHP Fatal<br>
error:  Access to undeclared static property: OC::$APPSROOT in<br>
/srv/www/<a href="http://xxxxx.xxxxx.net/apps/updater/appinfo/app.php" target="_blank">xxxxx.xxxxx.net/apps/updater/appinfo/app.php</a> on line 37,<br>
referer: <a href="https://xxxxxx.xxxxxx.net/settings/admin.php" target="_blank">https://xxxxxx.xxxxxx.net/settings/admin.php</a><br>
<br>
and the updater was staying on "Update in Progress", not doing anything<br>
else.<br>
<br>
reloading the page and started updater again, and it went back to the<br>
first error.<br>
<br>
so, what to do?<br>
<br>
<br>
don't know, whether the error further up in the apache log has anything<br>
to do with it:<br>
<br>
[Wed Nov 14 21:44:39 2012] [error] [client xx.xxx.xxx.xx] client denied<br>
by server configuration: /srv/www/<a href="http://xxxxx.xxxxx.net/data/htaccesstest.txt" target="_blank">xxxxx.xxxxx.net/data/htaccesstest.txt</a><br>
<br>
which came from the server-ip as client itself.<br>
<br>
<br>
TIA<br>
günter<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>
</blockquote></div><br></div>