apcu for PHP interpreter

Locked
dokabalint
Posts: 21
Joined: Thu 29. Apr 2021, 13:05

apcu for PHP interpreter

Post by dokabalint »

Hello,

How can i install apcu extension for additional PHP interpreters? Or any other module?

Thanks.
User avatar
Alexander
Keyweb AG
Posts: 3810
Joined: Wed 20. Jan 2016, 02:23

Re: apcu for PHP interpreter

Post by Alexander »

Hello,

APCu is already part of all additional PHP interpreters.
Mit freundlichen Grüßen / Best regards
Alexander Mahr

**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************
dokabalint
Posts: 21
Joined: Thu 29. Apr 2021, 13:05

Re: apcu for PHP interpreter

Post by dokabalint »

Alexander wrote: Mon 26. Jul 2021, 12:33 Hello,

APCu is already part of all additional PHP interpreters.
Hmm, rly i checked in phpinfo but the nextcloud cannot use it. :/
An unhandled exception has been thrown:
OC\HintException: [0]: Memcache \OC\Memcache\APCu not available for local cache (Is the matching PHP module installed and enabled?)

You have suggession for that? I know its not keyhelp related but maybe you know.
User avatar
Tobi
Community Moderator
Posts: 2812
Joined: Thu 5. Jan 2017, 13:24

Re: apcu for PHP interpreter

Post by Tobi »

You must enable acpu within the optional php directives.
Gruß,
Tobi


-----------------------------
wewoco.de
Das Forum für Reseller, Digital-Agenturen, Bildschirmarbeiter und Mäuseschubser
User avatar
Alexander
Keyweb AG
Posts: 3810
Joined: Wed 20. Jan 2016, 02:23

Re: apcu for PHP interpreter

Post by Alexander »

With the additional interpreters, it should be enabled by default. Is your Nextcloud domain really using one of the additional PHP interpreters? Or is it using the default PHP version of your system?

Which OS you are using, which PHP interpreter version are you going to use?
Mit freundlichen Grüßen / Best regards
Alexander Mahr

**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************
Locked