Hi Patrik, it's also with 1.3 the case, the same on my Ubuntu 10.04 server. I solved it for me as described.
Cheers Arthur On Friday, October 12, 2012 11:51:15 AM Patrik Marschalik wrote: > Thanks Arthur, > > My owncloud installation is running on a debian squeeze system with > php5-xcache 1.3. I don't understand the suggested way... > > > So it is suggested that you disable mod_auth for XCache admin > > pages instead of disabling XCache builtin auth. This option is 1.2.x only > > since 1.2.1 " > > May I ask for help once more. > > Thanks > > Patrik > > On Fri, Oct 12, 2012 at 10:56:12AM +0200, Arthur Schiwon wrote: > > On Friday, October 12, 2012 10:31:43 AM Patrik Marschalik wrote: > > > Hi, > > > > > > after upgrading to owncloud 4.5.0 I get the following error message in > > > apache log file > > > > > > PHP Fatal error: xcache_clear_cache(): xcache.admin.user and/or > > > xcache.admin.pass settings is not configured. Make sure you've modified > > > the correct php ini file for your php used in webserver. in > > > /var/www/owncloud/lib/cache/xcache.php on line 50, referer: > > > > > > What can I do? > > > > You have an older xcache installation, that does not support clearing the > > cache by prefix (it simply does not have the function). Thus it tries to > > clear all the cache. This however requires some configuration of your > > xcache, e.g. setting > > > > xcache.admin.enable_auth = Off > > > > in /etc/php5/apache2/conf.d/xcache.ini > > > > Beware > > "Disable XCache builtin http authentication if you plan on handling > > authentication yourself. Be aware that any vhost users can set up admin > > page, if builtin http auth is disabled, they can access the page with out > > any authentication. So it is suggested that you disable mod_auth for > > XCache admin pages instead of disabling XCache builtin auth. This option > > is 1.2.x only since 1.2.1 " > > http://xcache.lighttpd.net/wiki/XcacheIni > > > > > Thanks for help. > > > > > > Patrik > > > > _______________________________________________ > > Owncloud mailing list > > [email protected] > > https://mail.kde.org/mailman/listinfo/owncloud _______________________________________________ Owncloud mailing list [email protected] https://mail.kde.org/mailman/listinfo/owncloud
