Re: [Owncloud] Upgrading to V6 and no web interface

2014-01-12 Thread Scott Bragg
 

Hi Chris, 

Are you are running owncloud on a server with php xcache running?
Recently I had a similar issue upgrading my owncloud 6 and also
installing it on another server. The white screen of death seemed to be
caused by misconfigured xcache php extension, or more accurately, xcache
needed additional configuration other than the default for owncloud6 to
work. 

On Debian style systems, you would know you are running xcache by having
the php5-xcache package installed and a file
/etc/php5/conf.d/20-xcache.ini 

In my 20-xcache.ini file I had to make the following changes: 

[xcache.admin]
xcache.admin.enable_auth = On ; ensure this is set to on
; Configure this to use admin pages
xcache.admin.user = "SOMEUSERNAME" ; uncomment and config this
;xcache.admin.pass = md5($your_password)
xcache.admin.pass = "MD5HASH OF YOUR PASSWORD" ; uncomment and config
this 

... 

[xcache]
; same as aboves but for variable cache
xcache.var_size = 16M ; was set to 0 by default

However, if you're not running xcache then the error.log is your friend
debugging this problem. 

Regards, 

Scott Bragg 

On 2014-01-13 00:20, Szládovics Péter wrote: 

> 2014-01-12 13:40 keltezéssel, Chris írta: 
> 
>> Hi,
>> 
>> most times a white / blank pages means an internal server error.
>> 
>> Check the logfiles of your webserver and PHP to get a hint
>> whats wrong here.
> 
> The error.log exactly.
> 
> -- 
> Szládovics, Péter
> 
> Onlinedemo.HU [2]
> Any sufficiently advanced technology is indistinguishable from magic.
> _Arthur C. Clarke_ 
> 
> ___
> Owncloud mailing list
> [email protected]
> https://mail.kde.org/mailman/listinfo/owncloud [1]

 

Links:
--
[1] https://mail.kde.org/mailman/listinfo/owncloud
[2] http://www.onlinedemo.hu
___
Owncloud mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/owncloud


Re: [Owncloud] Upgrading to V6 and no web interface

2014-01-12 Thread Szládovics Péter

2014-01-12 13:40 keltezéssel, Chris írta:

Hi,

most times a white / blank pages means an internal server error.

Check the logfiles of your webserver and PHP to get a hint
whats wrong here.


The error.log exactly.

--
Szládovics, Péter

Onlinedemo.HU 
Any sufficiently advanced technology is indistinguishable from magic.
/Arthur C. Clarke/
___
Owncloud mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/owncloud


Re: [Owncloud] Upgrading to V6 and no web interface

2014-01-12 Thread Chris
Hi,

most times a white / blank pages means an internal server error.

Check the logfiles of your webserver and PHP to get a hint
whats wrong here.



--
View this message in context: 
http://owncloud.10557.n7.nabble.com/Upgrading-to-V6-and-no-web-interface-tp11716p11718.html
Sent from the ownCloud mailing list archive at Nabble.com.
___
Owncloud mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/owncloud


[Owncloud] Upgrading to V6 and no web interface

2014-01-12 Thread Seth Franklin
Hello,

I have recently updated both owncloud on my desktop and on the server
through the web interface.
It stated that the update was complete so I refreshed the page, it then
showed me that it was updating and when complete it would redirect me to my
owncloud page.
At the bottom it stated the update was completed and to refresh. After
refreshing, now it just loads a blank white page with nothing on it.

The desktop owncloud seems to be able to connect and update files into the
server but I am unable to access the owncloud through the web interface.

How would I go about resolving this?

Thank you.


Link to my owncloud server
___
Owncloud mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/owncloud


Re: [Owncloud] upgrading to v6?

2014-01-03 Thread Jörn Friedrich Dreyer
@w_user OC6 has seen a lot of improvements. As Bernhard already 
mentioned evaluate it for your own needs. If you decide to upgrade go 
straight to 6.0.0a. There is a bug in 6.0.0 that breaks the upgrade.

so long

Jörn

--
Jörn Friedrich Dreyer ([email protected])
Senior Software Engineer
ownCloud GmbH

Your Data, Your Cloud, Your Way!

ownCloud GmbH, GF: Markus Rex, Holger Dyroff
Schloßäckerstrasse 26a, 90443 Nürnberg, HRB 28050 (AG Nürnberg)

___
Owncloud mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/owncloud


Re: [Owncloud] upgrading to v6?

2014-01-02 Thread JS
Just out of curiosity: from when on will automatic update to OC6 be 
available?


jakob

On 01/01/2014 10:09, w_user wrote:

indeed. I just tried to see if I could capitalize on previous experience
performing such a step and see if I could avoid the extra testing work.

Thanks

On Mon, December 30, 2013 18:03, Bernhard Posselt wrote:

Set up a testinstance with your current data and you'll see if its
beneficial for you. Always backup, never test in production

On 12/30/2013 11:35 AM, w_user wrote:

Dear owncloud group,

we are running the latest stable v5 owncloud in a production system.
Will
we benefit if we upgrade to v6 or the 'hassle' isn't worth the risk to
face some problems during the upgrade process?

In case it is advisable to go to v6, should we do it step by step (6.0.0
first and then 6.0.0a) or go directly to the latest stable?

Thanks

___
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


Re: [Owncloud] upgrading to v6?

2014-01-01 Thread w_user
indeed. I just tried to see if I could capitalize on previous experience
performing such a step and see if I could avoid the extra testing work.

Thanks

On Mon, December 30, 2013 18:03, Bernhard Posselt wrote:
> Set up a testinstance with your current data and you'll see if its
> beneficial for you. Always backup, never test in production
>
> On 12/30/2013 11:35 AM, w_user wrote:
>> Dear owncloud group,
>>
>> we are running the latest stable v5 owncloud in a production system.
>> Will
>> we benefit if we upgrade to v6 or the 'hassle' isn't worth the risk to
>> face some problems during the upgrade process?
>>
>> In case it is advisable to go to v6, should we do it step by step (6.0.0
>> first and then 6.0.0a) or go directly to the latest stable?
>>
>> Thanks
>>
>> ___
>> 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


Re: [Owncloud] upgrading to v6?

2013-12-30 Thread Bernhard Posselt
Set up a testinstance with your current data and you'll see if its
beneficial for you. Always backup, never test in production

On 12/30/2013 11:35 AM, w_user wrote:
> Dear owncloud group,
>
> we are running the latest stable v5 owncloud in a production system. Will
> we benefit if we upgrade to v6 or the 'hassle' isn't worth the risk to
> face some problems during the upgrade process?
>
> In case it is advisable to go to v6, should we do it step by step (6.0.0
> first and then 6.0.0a) or go directly to the latest stable?
>
> Thanks
>
> ___
> 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] upgrading to v6?

2013-12-30 Thread w_user
Dear owncloud group,

we are running the latest stable v5 owncloud in a production system. Will
we benefit if we upgrade to v6 or the 'hassle' isn't worth the risk to
face some problems during the upgrade process?

In case it is advisable to go to v6, should we do it step by step (6.0.0
first and then 6.0.0a) or go directly to the latest stable?

Thanks

___
Owncloud mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/owncloud