-
-
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
Files with '+' (plus sign) trigger unlogged internal server errors #16657
Comments
Hey :) Does this fixes your issue? #15849 (comment) |
I've just tried applying that patch on top of my 16.0.3 instance, but that doesn't seem to be fixing anything unfortunately. I've also tried to use Edit: To clarify, I tested mostly creating new text files with a single |
Thanks for trying :)
From the web ui or in desktop then sync? |
This is from the web UI, with either Firefox or Chromium. (I thought it would be the easiest to document, as that's independent of the actual sync client/version.) |
I cannot reproduce on 16/17 🤔 |
At first I wasn't sure whether this could be related to some rewrite rules (the quoted configuration should show Pretty URLs were enabled)… I'll try and come up with a minimal reproducer that I'll test in a VM, as opposed to a full-fledged production-ready instance I've been reporting this from. |
This issue has been automatically marked as stale because it has not had recent activity and seems to be missing some essential information. It will be closed if no further activity occurs. Thank you for your contributions. |
Steps to reproduce
foo+bar.txt
Expected behaviour
There should be no errors.
Actual behaviour
The web interface gets an An error occurred! popup, whose whole content is: An internal server error occurred.
Unfortunately, there are no application logs in
data/nextcloud.log
, so nothing to report on the web interface's admin section.On the webserver:
Thanks to either Chromium or Firefox integrated web tools, the PROPFIND request looks like this:
This issue seems very related to the existing one #15849, but it seems much more generic as there are no specific/external storage enabled, thus filing separately.
Other consequences:
Trying to force a file scan (
occ files:scan
) doesn't change anything.Server configuration
Operating system: Linux
Web server: Apache2
Database: MariaDB 10
PHP version: 7.3
Nextcloud version: 16.0.3
Updated from an older Nextcloud/ownCloud or fresh install: fresh install
Where did you install Nextcloud from: https://download.nextcloud.com/
Signing status: No errors have been found.
List of activated apps:
sudo -u www-data php occ app:list
Enabled:
Disabled:
Nextcloud configuration:
Are you using external storage, if yes which one: no
Are you using encryption: HTTPS layer, no file storage side encryption
Are you using an external user-backend, if yes which one: LDAP
Client configuration
Browser: Firefox 60.8, Chromium 73
Operating system: Linux
Logs
Web server error log
As mentioned above, no error logs…
Nextcloud log (data/nextcloud.log)
And no nextcloud logs either.
Browser log
Already quoted in the introductory section.
The text was updated successfully, but these errors were encountered: