Hi Patrik,<div><br></div><div>Can you assist me in debug by reporting the response from <a href="http://apps.owncloud.com">apps.owncloud.com</a>?</div><div><br></div><div><b>1.</b> Create the file debug.php inside updater app directory with the following content:</div>
<div><br></div><div><div><?php</div><div><br></div><div>$updaterurl = '<a href="http://apps.owncloud.com/updater.php">http://apps.owncloud.com/updater.php</a>';</div><div>$version = OC_Util::getVersion();</div>
<div>$version['installed'] = OC_Appconfig::getValue('core', 'installedat');</div><div>$version['updated'] = OC_Appconfig::getValue('core', 'lastupdatedat');</div><div>$version['updatechannel'] = 'stable';</div>
<div>$version['edition'] = OC_Util::getEditionString();</div><div>$versionstring = implode('x',$version);</div><div><br></div><div>$url = $updaterurl.'?version='.$versionstring;</div><div><br></div>
<div>echo $url;</div><div><br></div><div>$ctx = stream_context_create(</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>array( </div><div><span class="Apple-tab-span" style="white-space:pre">              </span>'http' => array( 'timeout' => 10 ) </div>
<div><span class="Apple-tab-span" style="white-space:pre">      </span>) </div><div>); </div><div><br></div><div>$response = @file_get_contents($url, 0, $ctx);</div><div><br></div><div>echo "<br/> Raw response:" . ($response ? $response : 'Empty' );</div>
</div><div><br></div><div><br></div><div><b>2.</b> Browse to the following URL: <a href="http://yourwebsite.tld/?app=updater&getfile=debug.php">http://yourwebsite.tld/?app=updater&getfile=debug.php</a>  and send me the output.</div>
<div><br></div><div><b>3.</b> Remove  the file you created.</div><div><br></div><div>---</div><div>Victor<br><div><br><br><div class="gmail_quote">On Thu, Oct 25, 2012 at 10:00 AM, Patrik Marschalik <span dir="ltr"><<a href="mailto:marschal@math.fu-berlin.de" target="_blank">marschal@math.fu-berlin.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hallo,<br>
<br>
On Wed, Oct 24, 2012 at 07:49:00PM +0200, Norman Rieß wrote:<br>
> Hello,<br>
><br>
> my OwnCloud still tells me this:<br>
><br>
> ownCloud 4.5 (aktuell)<br>
> Entwickelt von der ownCloud-Community, der Quellcode ist unter der AGPL<br>
> lizenziert.<br>
><br>
> Also the updater tells me this:<br>
><br>
> Updater<br>
> aktuell<br>
> Update durchführen<br>
> Error: Unable to fetch package<br>
><br>
><br>
> Regards,<br>
> Norman<br>
<br>
I have exactly the same problem.<br>
<br>
>From the apache error log:<br>
PHP Warning:  copy(): Filename cannot be empty in /var/www/owncloud/apps/updater/lib/downloader.php on line 22<br>
<br>
What could the problem be.<br>
<br>
Patrik<br>
<br>
> Am 24.10.2012 16:08, schrieb Frank Karlitschek:<br>
> > Hi,<br>
> ><br>
> > relax :-)<br>
> > I will increase the version number on the server in a few minutes.<br>
> > Normally I wait a bit before I push a new version to the users just to be sure :-)<br>
> ><br>
> > Frank<br>
> ><br>
> ><br>
> > On 24.10.2012, at 15:47, santigua <<a href="mailto:santigua1978@googlemail.com">santigua1978@googlemail.com</a>> wrote:<br>
> ><br>
> >> Again... (Today, 15.45h)<br>
> >><br>
> >> <Bildschirmfoto 2012-10-24 um 15.43.44.png><br>
> >><br>
> >><br>
> >> ...I've had that with the 4.0.7 -> 4.0.8 transition as well...<br>
> >><br>
> >> But, this is now a freshly installed debian... before installing OC 4.5.<br>
> >><br>
> >> Any advice on this? Thanks.<br>
> >><br>
> >><br>
> >><br>
> >> Am 24.10.2012 um 15:09 schrieb Frank Karlitschek:<br>
> >><br>
> >>> Hi everybody,<br>
> >>><br>
> >>> ownCloud 4.5.1 is released with a lot of bugfixes.<br>
> >>> <a href="http://owncloud.org" target="_blank">http://owncloud.org</a><br>
> >>><br>
> >>> Thanks to everybody who contributed!<br>
> >>><br>
> >>><br>
> >>> Frank<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>
> >><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>
> ><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>
> ><br>
><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>
_______________________________________________<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></div>