-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Labels
Description
Steps to reproduce
- Upgraded NC server from version 13.0.5 to 14.0.3 by command line
- Opened NC on browser
Expected behaviour
All icons visible in Files app
Actual behaviour
Many icons missing (see screenshots)
Server configuration
Operating system:
Ubuntu 16.04.1
Web server:
Apache
Database:
MySQL
PHP version:
7.0.32
Nextcloud version: (see Nextcloud admin page)
14.0.3
Updated from an older Nextcloud/ownCloud or fresh install:
Updated
Where did you install Nextcloud from:
Command line
Login as admin user into your Nextcloud and access
http://example.com/index.php/settings/integrity/failed
paste the results here.
"No errors have been found."
List of activated apps:
App list
Enabled: - accessibility: 1.0.1 - activity: 2.7.0 - calendar: 1.6.3 - cloud_federation_api: 0.0.1 - comments: 1.4.0 - contacts: 2.1.6 - dav: 1.6.0 - deck: 0.4.1 - federatedfilesharing: 1.4.0 - federation: 1.4.0 - files: 1.9.0 - files_pdfviewer: 1.3.2 - files_sharing: 1.6.2 - files_texteditor: 2.6.0 - files_trashbin: 1.4.1 - files_versions: 1.7.1 - files_videoplayer: 1.3.0 - firstrunwizard: 2.3.0 - gallery: 18.1.0 - logreader: 2.0.0 - lookup_server_connector: 1.2.0 - nextcloud_announcements: 1.3.0 - notifications: 2.2.1 - oauth2: 1.2.1 - onlyoffice: 2.0.4 - password_policy: 1.4.0 - provisioning_api: 1.4.0 - qownnotesapi: 18.8.0 - serverinfo: 1.4.0 - sharebymail: 1.4.0 - support: 1.0.0 - survey_client: 1.2.0 - systemtags: 1.4.0 - tasks: 0.9.7 - theming: 1.5.0 - twofactor_backupcodes: 1.3.1 - updatenotification: 1.4.1 - workflowengine: 1.4.0 Disabled: - admin_audit - bookmarks - encryption - files_external - user_external - user_ldap ``` If you have access to your command line run e.g.: sudo -u www-data php occ app:list from within your Nextcloud installation folder ```Nextcloud configuration:
Config report
{ "system": { "instanceid": "***REMOVED SENSITIVE VALUE***", "passwordsalt": "***REMOVED SENSITIVE VALUE***", "secret": "***REMOVED SENSITIVE VALUE***", "trusted_domains": [ "***" ], "datadirectory": "***REMOVED SENSITIVE VALUE***", "overwrite.cli.url": "***", "dbtype": "mysql", "version": "14.0.3.0", "dbname": "***REMOVED SENSITIVE VALUE***", "dbhost": "***REMOVED SENSITIVE VALUE***", "dbport": "", "dbtableprefix": "oc_", "mysql.utf8mb4": true, "dbuser": "***REMOVED SENSITIVE VALUE***", "dbpassword": "***REMOVED SENSITIVE VALUE***", "installed": true, "maintenance": false, "updater.secret": "***REMOVED SENSITIVE VALUE***", "loglevel": 2 } } ``` If you have access to your command line run e.g.: sudo -u www-data php occ config:list system from within your Nextcloud installation folderor
Insert your config.php content here.
Make sure to remove all sensitive content such as passwords. (e.g. database password, passwordsalt, secret, smtp password, …)
</details>
**Are you using external storage, if yes which one:** local/smb/sftp/...
NO
**Are you using encryption:** yes/no
YES
**Are you using an external user-backend, if yes which one:** LDAP/ActiveDirectory/Webdav/...
NO
</details>
### Client configuration
**Browser:**
Chrome v49
**Operating system:**
Mac Os X 10.8.3
### Logs
#### Nextcloud log (data/nextcloud.log)
<details>
<summary>Nextcloud log</summary>
Fatal webdav OCA\DAV\Connector\Sabre\Exception\InvalidPath: File name is a reserved word 2018-10-29T16:29:00+0200
Fatal webdav OCA\DAV\Connector\Sabre\Exception\InvalidPath: File name is a reserved word 2018-10-29T16:24:00+0200
Fatal webdav OCA\DAV\Connector\Sabre\Exception\InvalidPath: File name is a reserved word 2018-10-29T16:15:53+0200
</details>
#### Browser log
<details>
<summary>Browser log</summary>
JS console log:
Uncaught TypeError: nodes[Symbol.iterator] is not a function
search.js?v=f75b1b05-0:66 New search handler registered
VM1046 extensions::uncaught_exception_handler:8 Error in event handler for (unknown): TypeError: buttonsToReplace.forEach is not a function
at replaceIndividualButton (chrome-extension://pkehgijcmpdhfbdbbnkijodmdjhbjlgp/js/contentscripts/socialwidgets.js:305:20)
at chrome-extension://pkehgijcmpdhfbdbbnkijodmdjhbjlgp/js/contentscripts/socialwidgets.js:276:7
at replaceInitialTrackerButtonsHelper (chrome-extension://pkehgijcmpdhfbdbbnkijodmdjhbjlgp/js/contentscripts/socialwidgets.js:273:15)
at chrome-extension://pkehgijcmpdhfbdbbnkijodmdjhbjlgp/js/contentscripts/socialwidgets.js:60:5
at chrome-extension://pkehgijcmpdhfbdbbnkijodmdjhbjlgp/js/contentscripts/socialwidgets.js:330:7
</details>
Reactions are currently unavailable




