-
-
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
Missing icons in Files app after upgrade to 14.0.3 #12115
Comments
The errors in the browser come from an extension. Could you load the page without any extension enabled? Maybe it's blocking something. |
Thanks for your input, Morris. Using the Chrome inspector, I noticed that the background-image paths of non-displayed icons don't seem to be found in the CSS. For instance, the main NC logo, top-left: #header .logo { In Firefox now, this full path is shown for all icons (even though I deleted the cache) |
|
@dorearendil Can you check if the /index.php/css/icons/icons-vars.css returns a proper css file with a list of all css variables? The image-logo should be set in there |
@juliushaertl Sorry for the late reply. |
@dorearendil Any other entries in your nextcloud log besides the webdav errors? |
@juliushaertl No, only the webdav errors... :( |
Can you try to run |
@juliushaertl I ran the repair command, and things seem to be back to normal on all my browsers except for an old version of Chrome (which my system won't let me update). So I guess the issue can be considered solved. Many thanks for your kind advice. |
Steps to reproduce
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
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, …)
The text was updated successfully, but these errors were encountered: