Nextcloud version (eg, 29.0.5): Nextcloud Hub 8 (29.0.7)
Operating system and version (eg, Ubuntu 24.04): FreeBSD 13
Apache or nginx version (eg, Apache 2.4.25): nginx version: nginx/1.26.1
PHP version (eg, 8.3): PHP 8.2.21 (fpm-fcgi) (built: Sep 5 2024 02:15:41)
The issue you are facing:
The database is used for transactional file locking. To enhance performance, please configure memcache, if available.
Wordpress uses the same caching system (Redis) without issue.
I have used the same syntax as used with Wordpress and still get the same error message.
Is this the first time you’ve seen this error? (N):
Steps to replicate it:
- log in
- look at Nextcloud admin page
- there is no 3rd step
The output of your config.php file in /path/to/nextcloud
(make sure you remove any identifiable information!):
do you need more than this?
'filelocking.enabled' => 'true',
'memcache.locking' => '\\OC\\Memcache\\Redis',
'memcache.local' => '\\OC\\Memcache\\APCu',
'redis' =>
array (
'host' => '/tmp/redis.sock',
'port' => 0,
'timeout' => 0.0,
),
this is what Wordpress uses that still fails:
'redis' =>
array (
'host' => '127.0.0.1:11211',
'timeout' => 0.0,
),
The output of your Apache/nginx/system log in /var/log/____
:
no errors other than what's on the admin page
Output errors in nextcloud.log in /var/www/ or as admin user in top right menu, filtering for errors. Use a pastebin service if necessary.
no errors other than what's on the admin page