[prev in list] [next in list] [prev in thread] [next in thread] 

List:       owncloud
Subject:    Re: [Owncloud] ownCloud 4.5.1
From:       Victor Dubiniuk <victor.dubiniuk () gmail ! com>
Date:       2012-10-25 8:22:33
Message-ID: CA+UHsBtSCEvhP_iSjF+Fkw5Twrnsc3t0H-QkAD0oez+p9NEwmg () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


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 <
marschal@math.fu-berlin.de> 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 <santigua1978@googlemail.com> 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
> > >>> Owncloud@kde.org
> > >>> https://mail.kde.org/mailman/listinfo/owncloud
> > >>
> > >> _______________________________________________
> > >> Owncloud mailing list
> > >> Owncloud@kde.org
> > >> https://mail.kde.org/mailman/listinfo/owncloud
> > >
> > > _______________________________________________
> > > Owncloud mailing list
> > > Owncloud@kde.org
> > > https://mail.kde.org/mailman/listinfo/owncloud
> > >
> >
> > _______________________________________________
> > Owncloud mailing list
> > Owncloud@kde.org
> > https://mail.kde.org/mailman/listinfo/owncloud
> _______________________________________________
> Owncloud mailing list
> Owncloud@kde.org
> https://mail.kde.org/mailman/listinfo/owncloud
>

[Attachment #5 (text/html)]

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>&lt;?php</div><div><br></div><div>$updaterurl = &#39;<a \
href="http://apps.owncloud.com/updater.php">http://apps.owncloud.com/updater.php</a>&#39;;</div><div>$version \
= OC_Util::getVersion();</div> <div>$version[&#39;installed&#39;] = \
OC_Appconfig::getValue(&#39;core&#39;, \
&#39;installedat&#39;);</div><div>$version[&#39;updated&#39;] = \
OC_Appconfig::getValue(&#39;core&#39;, \
&#39;lastupdatedat&#39;);</div><div>$version[&#39;updatechannel&#39;] = &#39;stable&#39;;</div> \
<div>$version[&#39;edition&#39;] = OC_Util::getEditionString();</div><div>$versionstring = \
implode(&#39;x&#39;,$version);</div><div><br></div><div>$url = \
$updaterurl.&#39;?version=&#39;.$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>&#39;http&#39; =&gt; array( \
&#39;timeout&#39; =&gt; 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 &quot;&lt;br/&gt; Raw \
response:&quot; . ($response ? $response : &#39;Empty&#39; );</div> \
</div><div><br></div><div><br></div><div><b>2.</b> Browse to the following URL: <a \
href="http://yourwebsite.tld/?app=updater&amp;getfile=debug.php">http://yourwebsite.tld/?app=updater&amp;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">&lt;<a \
href="mailto:marschal@math.fu-berlin.de" \
target="_blank">marschal@math.fu-berlin.de</a>&gt;</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>
&gt; Hello,<br>
&gt;<br>
&gt; my OwnCloud still tells me this:<br>
&gt;<br>
&gt; ownCloud 4.5 (aktuell)<br>
&gt; Entwickelt von der ownCloud-Community, der Quellcode ist unter der AGPL<br>
&gt; lizenziert.<br>
&gt;<br>
&gt; Also the updater tells me this:<br>
&gt;<br>
&gt; Updater<br>
&gt; aktuell<br>
&gt; Update durchführen<br>
&gt; Error: Unable to fetch package<br>
&gt;<br>
&gt;<br>
&gt; Regards,<br>
&gt; 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>
&gt; Am 24.10.2012 16:08, schrieb Frank Karlitschek:<br>
&gt; &gt; Hi,<br>
&gt; &gt;<br>
&gt; &gt; relax :-)<br>
&gt; &gt; I will increase the version number on the server in a few minutes.<br>
&gt; &gt; Normally I wait a bit before I push a new version to the users just to be sure \
:-)<br> &gt; &gt;<br>
&gt; &gt; Frank<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; On 24.10.2012, at 15:47, santigua &lt;<a \
href="mailto:santigua1978@googlemail.com">santigua1978@googlemail.com</a>&gt; wrote:<br> &gt; \
&gt;<br> &gt; &gt;&gt; Again... (Today, 15.45h)<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; &lt;Bildschirmfoto 2012-10-24 um 15.43.44.png&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; ...I&#39;ve had that with the 4.0.7 -&gt; 4.0.8 transition as well...<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; But, this is now a freshly installed debian... before installing OC 4.5.<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; Any advice on this? Thanks.<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; Am 24.10.2012 um 15:09 schrieb Frank Karlitschek:<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;&gt; Hi everybody,<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt; ownCloud 4.5.1 is released with a lot of bugfixes.<br>
&gt; &gt;&gt;&gt; <a href="http://owncloud.org" target="_blank">http://owncloud.org</a><br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt; Thanks to everybody who contributed!<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt; Frank<br>
&gt; &gt;&gt;&gt; _______________________________________________<br>
&gt; &gt;&gt;&gt; Owncloud mailing list<br>
&gt; &gt;&gt;&gt; <a href="mailto:Owncloud@kde.org">Owncloud@kde.org</a><br>
&gt; &gt;&gt;&gt; <a href="https://mail.kde.org/mailman/listinfo/owncloud" \
target="_blank">https://mail.kde.org/mailman/listinfo/owncloud</a><br> &gt; &gt;&gt;<br>
&gt; &gt;&gt; _______________________________________________<br>
&gt; &gt;&gt; Owncloud mailing list<br>
&gt; &gt;&gt; <a href="mailto:Owncloud@kde.org">Owncloud@kde.org</a><br>
&gt; &gt;&gt; <a href="https://mail.kde.org/mailman/listinfo/owncloud" \
target="_blank">https://mail.kde.org/mailman/listinfo/owncloud</a><br> &gt; &gt;<br>
&gt; &gt; _______________________________________________<br>
&gt; &gt; Owncloud mailing list<br>
&gt; &gt; <a href="mailto:Owncloud@kde.org">Owncloud@kde.org</a><br>
&gt; &gt; <a href="https://mail.kde.org/mailman/listinfo/owncloud" \
target="_blank">https://mail.kde.org/mailman/listinfo/owncloud</a><br> &gt; &gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Owncloud mailing list<br>
&gt; <a href="mailto:Owncloud@kde.org">Owncloud@kde.org</a><br>
&gt; <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>



_______________________________________________
Owncloud mailing list
Owncloud@kde.org
https://mail.kde.org/mailman/listinfo/owncloud


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic