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