-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Upload of files with comma does not work (TypeError: xml is undefined) #12002
Comments
@sedrubal have you tried uploading such a file via sync client? |
Now I tried and as soon as I create a file containing a comma, the file won't be synchronized and I see the error message:
I also tried to create a file using the + Button and "New text file" and it does not work neither (but I can't see any errors in the javascript console). Maybe I messed something up during installation. Do you have an idea what the "Method" is, that is not allowed? I tested it with an other nextcloud instance and there everything is working. |
Could you try if the logs tell more with activated debug mode (in config.php)? Please also check the nextcloud log. |
The nextcloud log remains empty even on log level 0. I found out, that the browser tries to make a
I assume there is an issue with the webserver config (which I can't edit, because it is hosted on a shared host). But however nextcloud should show a meaningful error message and not fail silently with messages in the browser console, that don't tell you anything about the problem... |
As the version of the software you've reported this for has reached end of life, I will close this ticket. If this is still happening after an upgrade to the latest version, feel free to reopen |
Steps to reproduce
touch 'foo,bar'
Expected behaviour
The file should be uploaded as every other file.
Actual behaviour
After uploading the file, it does not appear in the web interface and the progress bar stops and does not disappear. Instead you can see this error message in the browser console (on Chromium):
Server configuration
Operating system: CentOS Linux release 7.5.1804
Web server: nginx & ???
Database: 10.3.10-MariaDB
PHP version: PHP 7.2.11
Nextcloud version: (see Nextcloud admin page) 14.0.3
Updated from an older Nextcloud/ownCloud or fresh install: 1 times upgraded from 14.0.?
Where did you install Nextcloud from: WebInstaller
Signing status:
Signing status
List of activated apps:
App list
Nextcloud configuration:
Config report
Are you using external storage, if yes which one: local
Are you using encryption: no
Are you using an external user-backend, if yes which one: no
Client configuration
Browser: Firefox 62.0.3 / Chromium 69.0.3497.100
Operating system: Fedora 29 (also happens with other browsers on Windows)
Logs
Web server error log
Web server error log
Nextcloud log (data/nextcloud.log)
Nextcloud log
Browser log
Browser log
The text was updated successfully, but these errors were encountered: