




All icons visible in Files app
Many icons missing (see screenshots)
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:
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 folder
or
Insert your config.php content here.
Make sure to remove all sensitive content such as passwords. (e.g. database password, passwordsalt, secret, smtp password, …)
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
Browser:
Chrome v49
Operating system:
Mac Os X 10.8.3
Nextcloud log
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
Browser log
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
GitMate.io thinks possibly related issues are https://github.com/nextcloud/server/issues/11807 (News app stopped working after update to 14.0.3), https://github.com/nextcloud/server/pull/11784 (14.0.3), https://github.com/nextcloud/server/issues/6485 (Integrity failed for calendar apps after upgrade 11.0.3 to 11.0.4), https://github.com/nextcloud/server/issues/5515 (Upgrade fails 10.0.5 to 11.0.3 ), and https://github.com/nextcloud/server/issues/11938 (Onlyoffice not working after update to 14.0.3).
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.
I tried disabling all extensions in Chrome, but no joy.
In Firefox (v63, Ubuntu 16.04) something weird happened.
At first, the same icons were hidden as on Chrome. So I tried restarting Firefox with all extensions disabled... and the icons appeared! So I tried reactivating the extensions one by one -- but none of them seems to break the page anymore... All of them are now reactivated, and all icons are displayed.
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:
display: inline-flex;
background-image: var(--image-logo);
background-repeat: no-repeat;
background-size: contain;
background-position: center;
width: 62px;
position: absolute;
left: 12px;
top: 1px;
bottom: 1px;
In Firefox now, this full path is shown for all icons (even though I deleted the cache)
background-image: var(--image-logo);
cc @juliushaertl
@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.
As far as I can see in my inspector, the only css file that is computed is "cd70-a1ac-server.css".
"Icons-vars.css" doesn't seem to be taken into account...
@dorearendil Any other entries in your nextcloud log besides the webdav errors?
@juliushaertl No, only the webdav errors... :(
Can you try to run occ maintenance:repair This should empty the css caches and trigger a rebuild on the next page load.
@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.
Most helpful comment
Can you try to run
occ maintenance:repairThis should empty the css caches and trigger a rebuild on the next page load.