when migrating from owncloud (10.13) to nexcloud (25) by starting nextcloud I received this error:
Mistake
Unable to write to “apps” folder.
This can usually be corrected by giving the web server write access to the apps folder or by disabling the applications store in the configuration file.
by issuing, from the terminal, the command: sudo -u www-data php occ upgrade
pi@raspberrypi:/var/www/nextcloud $ sudo -u www-data php occ upgrade
An unhandled exception has been thrown:
OCP\HintException: [0]: Memcache \OC\Memcache\APCu not available for local cache (Is the matching PHP module installed and enabled?)
currently running version 7.4 php , with apcu installed
could you tell me how to do it?
on my config.php file I set this:
‘apps_paths’ =>
array (
0 =>
array (
‘path’ => ‘/var/www/nextcloud/apps’,
‘url’ => ‘/apps’,
‘writable’ => true,