<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body style='font-family: Verdana,Geneva,sans-serif'>
<p>Hi Chris,</p>
<p>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.</p>
<p><br />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</p>
<p>In my 20-xcache.ini file I had to make the following changes:</p>
<p style="margin-bottom: 0cm;" lang="zxx"><span style="color: #000000;"><span style="font-family: Lucida Console,serif;"><span style="font-size: small;">[xcache.admin]<br />xcache.admin.enable_auth = On ; </span></span></span><span style="color: #000000;"><span style="font-family: Lucida Console,serif;"><span style="font-size: small;">ensure this is set to on<br />; Configure this to use admin pages<br />xcache.admin.user = "</span></span></span><span style="color: #000000;"><span style="font-family: Lucida Console,serif;"><span style="font-size: small;">SOMEUSERNAME</span></span></span><span style="color: #000000;"><span style="font-family: Lucida Console,serif;"><span style="font-size: small;">" ; </span></span></span><span style="color: #000000;"><span style="font-family: Lucida Console,serif;"><span style="font-size: small;">uncomment and config this<br />;xcache.admin.pass = md5($your_password)<br />xcache.admin.pass = "</span></span></span><span style="color: #000000;"><span style="font-family: Lucida Console,serif;"><span style="font-size: small;">MD5HASH OF YOUR PASSWORD</span></span></span><span style="color: #000000;"><span style="font-family: Lucida Console,serif;"><span style="font-size: small;">" ; </span></span></span><span style="color: #000000;"><span style="font-family: Lucida Console,serif;"><span style="font-size: small;">uncomment and config this</span></span></span></p>
<p style="margin-bottom: 0cm;" lang="zxx">...</p>
<p style="margin-bottom: 0cm;" lang="zxx"><span style="color: #000000;"><span style="font-family: Lucida Console,serif;"><span style="font-size: small;">[xcache]<br />; same as aboves but for variable cache<br />xcache.var_size = 16M ; </span></span></span><span style="color: #000000;"><span style="font-family: Lucida Console,serif;"><span style="font-size: small;">was set to 0 by default<br /></span></span></span></p>
<p>However, if you're not running xcache then the error.log is your friend debugging this problem.</p>
<p>Regards,</p>
<p>Scott Bragg</p>
<p> </p>
<p>On 2014-01-13 00:20, Szládovics Péter wrote:</p>
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px"><!-- html ignored --><!-- head ignored --><!-- meta ignored -->
<div class="moz-cite-prefix">2014-01-12 13:40 keltezéssel, Chris írta:</div>
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px">
<pre>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.</pre>
</blockquote>
<br /> The error.log exactly.<br /><br />
<div class="moz-signature">-- <br /> Szládovics, Péter<small><br /><br /><a style="font-size: 10pt; font-weight: bold; color: #28517a; text-decoration: none;" href="http://www.onlinedemo.hu">Onlinedemo.HU</a><small><br /> Any sufficiently advanced technology is indistinguishable from magic.<br /><em>Arthur C. Clarke</em> </small></small></div>
<!-- html ignored --><br />
<pre>_______________________________________________
Owncloud mailing list
<a href="mailto:Owncloud@kde.org">Owncloud@kde.org</a>
<a href="https://mail.kde.org/mailman/listinfo/owncloud">https://mail.kde.org/mailman/listinfo/owncloud</a>
</pre>
</blockquote>
<p> </p>
<div> </div>
</body></html>