Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User reports memcache.locking setting to Redis causes internal server error #14

Open
samuel-emrys opened this issue Nov 21, 2020 · 2 comments

Comments

@samuel-emrys
Copy link
Contributor

A user has reported that the following command:

$ su -m www -c 'php /usr/local/www/nextcloud/occ config:system:set memcache.locking --value="\OC\Memcache\Redis"'

causes an internal server error. This may be related to changes present in nextcloud 20.0.0. Attempt to replicate and investigate why this is occurring and update the guide to reflect any findings.

@imxq
Copy link

imxq commented May 26, 2021

This issue also happened to me as well. Workaround is to start all over again, not being able to cache and skip this step.
Nextcloud works fine without this step.

@Jrjy3
Copy link

Jrjy3 commented Jul 16, 2021

I've found that adding apc.enable_cli=1 to php.ini fixes this issue as well as many others (like updating to Nextcloud 21).

The Nextcloud documentation article for APCu caching recommends adding this. I added the line right after uncommenting opcache.enable_cli=1 and the setup worked well for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants