-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
[Bug]: Cannot open folders with spaces anymore (error 500) #32312
Comments
Can you see if you get same Browser Console error than #32286 ('Additional Info' section) ? |
In Edge and Safari I just receive a message that the folder is unavailable. If I open a folder containing another folder with a space character, the iOS app tells me „No files here“ even if there are folders and/or files stored without spaces. |
No, I don’t receive any error message like shown in the other bug-# you are referring to |
What do you get in your browser console? |
client.js:270 PROPFIND https://domain.com/remote.php/dav/files/user/Test/Space 500 (Internal Server Error)
|
Apparently itś something to do with Memcache protocol. Switching to Binary protocol solved this issue for me. I found the solution on an old (2017) Owncloud bug (https://github.com/owncloud/core/blob/stable9.1/config/config.sample.php#L947-L968). I added
to config.php and it fixed the problem |
Thanks. Those changed worked for me like a charm |
Seems like this is the fix #32312 (comment) |
When I add those lines to config.php , I get an internal server error. What am I doing wrong ? I'm using Redis cache. |
I have the same problem. |
Bug description
After upgrading from 23.0.4 to 24.0.0 it is not possible to open folders (files?) with spaces anymore
Steps to reproduce
Expected behavior
"Documents" should be opened and the folder "Test Test" should be shown
Installation method
Manual installation
Operating system
Debian/Ubuntu
PHP engine version
PHP 7.4
Web server
Apache (supported)
Database engine version
MySQL
Is this bug present after an update or on a fresh install?
Updated to a major version (ex. 22.2.3 to 23.0.1)
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
Configuration report
List of activated Apps
Nextcloud Signing status
Nextcloud Logs
Additional info
No response
The text was updated successfully, but these errors were encountered: