Latest Debian 9
All Updates
PHPSwitcher on php 7.3
Maybee not realy a i-mscp problem but i think so.
Last installed nextcloud 18.03. On the admin site i see "Es wurde kein PHP-Memory-Cache konfiguriert". "There is no memcache installed"
I used this manual: https://docs.nextcloud.com/ser…aching_configuration.html
I tryed apcu and redis. But no chance. Error is always:
Internal Server Error
The server encountered an internal error and was unable to complete your request.
Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report.
More details can be found in the server log.
And the nextcloud.log tells me:
/var/www/virtual/web4you-gmbh.ch/nextcloud/htdocs/status.php","line":38,"args":["/var/www/virtual/web4you-gmbh.ch/nextcloud/htdocs/lib/base.php"],"function":"require_once"}],"File":"/var/www/virtual/web4you-gmbh.ch/nextcloud/htdocs/lib/private/Memcache/Factory.php","Line":98,"Hint":"Is the matching PHP module installed and enabled?","CustomMessage":"--"},"userAgent":"Mozilla/5.0 (Linux) mirall/2.6.4git (Nextcloud)","version":"18.0.3.0"}
{"reqId":"SFR4hiQNskWG9pFNuEYF","level":3,"time":"2020-03-28T08:00:15+00:00","remoteAddr":"91.138.47.31","user":"--","app":"remote","method":"GET","url":"/status.php","message":{"Exception":"OC\\HintException","Message":"Memcache \\OC\\Memcache\\APCu not available for local cache","Code":0,"Trace":[{"file":"/var/www/virtual/web4you-gmbh.ch/nextcloud/htdocs/lib/private/Server.php","line":625,"function":"__construct","class":"OC\\Memcache\\Factory","type":"->","args":["11e55c1268545b94a0872bd893601f57",{"__class__":"OC\\Log"},"\\OC\\Memcache\\APCu","\\OC\\Memcache\\APCu",null]},{"file":"/var/www/virtual/web4you-gmbh.ch/nextcloud/htdocs/3rdparty/pimple/pimple/src/Pimple/Container.php","line":118,"function":"OC\\{closure}","class":"OC\\Server","type":"->","args":["*** sensitive parameters replaced
I tryed to install php7.3-apcu and this follows
apt-get install php7.3-apcu
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen.... Fertig
Hinweis: »php-apcu« wird an Stelle von »php7.3-apcu« gewählt.
php-apcu ist schon die neueste Version (5.1.18+4.0.11-1+0~20191219.13+debian9~1.gbpa99079).
0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
So i think php is using php-apcu instead of php7.3-apcu and this could be the case.
How to correct this ??