Hi,
I’m using PHP8.3, NextCloud 29.0.7
When opening any file, many 500 errors here
Please advise me how to fix this. Thank you.
Hi,
I’m using PHP8.3, NextCloud 29.0.7
When opening any file, many 500 errors here
Please advise me how to fix this. Thank you.
Check your nextcloud.log
(and possibly web server error log).
After checking, I tried to remove Redis and Memcache from config and it works ok now
----Remove theses settings----
‘memcache.locking’ => ‘\OC\Memcache\Redis’,
‘memcache.local’ => ‘\OC\Memcache\APCu’,
‘redis’ =>
array (
‘host’ => ‘/var/run/redis/redis.sock’,
‘port’ => 0,
‘timeout’ => 0.0,
),