You are not logged in.

#1 2016-02-25 21:38:30

herOldMan
Member
Registered: 2013-10-11
Posts: 161

[Solved] Owncloud update memcache fault

Hi,

I recently upgraded a VM to Owncloud v8.8.8-2. After the upgrade I found that using:

'memcache.local' => '\OC\Memcache\APCu',

in /etc/php/php.ini results in a text page when browsing to the owncloud page:

<!DOCTYPE html>
<!--[if lte IE 8]><html class="ng-csp ie ie8 lte9 lte8" data-placeholder-focus="false" lang="en" ><![endif]-->
...lines omitted for clarity....
		<meta name="theme-color" content="#1d2d44">
		<link rel="shortcut icon" type="image/png" href="Memcache \OC\Memcache\APCu not available for local cache Is the matching PHP module installed and enabled?

At first I assumed that the upgrade (from v 7) was too ambitious, so I created a fresh VM (twice) using the wiki as my guide. The problem persists.

Although I have tried several permutations, currently the apc is configured in my apcu.ini file as follows:

extension=apcu.so
apc.ttl=7200
apc.enable_cli=1
apc.enabled=1
apc.shm_size=32M

Is memory caching temporarily broken or is there a new nuance in the install that I am missing?

Last edited by herOldMan (2016-02-26 14:13:40)

Offline

#2 2016-02-26 08:43:20

coruun
Member
Registered: 2014-10-23
Posts: 26

Re: [Solved] Owncloud update memcache fault

Did you notice the changes, which were introduced with PHP 7?

Offline

#3 2016-02-26 14:15:17

herOldMan
Member
Registered: 2013-10-11
Posts: 161

Re: [Solved] Owncloud update memcache fault

Thank you coruun.

Offline

Board footer

Powered by FluxBB