You are not logged in.
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=32MIs 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
Did you notice the changes, which were introduced with PHP 7?
Offline
Thank you coruun.
Offline