-
Notifications
You must be signed in to change notification settings - Fork 285
Closed
Labels
Milestone
Description
Steps to reproduce
- Nextcloud instance with calendar-app
Expected behaviour
Icon is visible
Actual behaviour
Icon is not shown
Server configuration
Operating system: CentOS
Web server: Apache 2.2
Database: MySQL
PHP version: 7.0.8
Server version: 11.0.2
Calendar version: 1.5.1
Updated from an older installed version or fresh install: Updated from 1.5.0
Login as admin user into your cloud and access
http://example.com/index.php/settings/integrity/failed
paste the results here:
`No errors have been found.`
List of activated apps:
Enabled:
- calendar: 1.5.1
- contacts: 1.5.3
- dav: 1.1.1
- direct_menu: 0.10.0
- federatedfilesharing: 1.1.1
- files: 1.6.1
- files_pdfviewer: 1.0.1
- files_sharing: 1.1.1
- files_texteditor: 2.2
- files_trashbin: 1.1.0
- files_videoplayer: 1.0.0
- gallery: 16.0.0
- logreader: 2.0.0
- lookup_server_connector: 1.0.0
- nextcloud_announcements: 1.0
- notifications: 1.0.1
- password_policy: 1.1.0
- provisioning_api: 1.1.0
- sharebymail: 1.0.1
- spreed: 1.2.0
- theming: 1.1.1
- twofactor_backupcodes: 1.0.0
- updatenotification: 1.1.1
- workflowengine: 1.1.1
Disabled:
- activity
- admin_audit
- comments
- encryption
- external
- federation
- files_accesscontrol
- files_automatedtagging
- files_external
- files_retention
- files_versions
- firstrunwizard
- serverinfo
- survey_client
- systemtags
- templateeditor
- user_external
- user_ldap
- user_saml
**The content of config/config.php:**
{
"system": {
"instanceid": "oczlzc627zwt",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"***REMOVED SENSITIVE VALUE***"
],
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"overwrite.cli.url": "***REMOVED SENSITIVE VALUE***" ,
"dbtype": "mysql",
"version": "11.0.2.7",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "localhost",
"dbport": "",
"dbtableprefix": "oc_",
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"logtimezone": "UTC",
"installed": true,
"loglevel": 3,
"updater.release.channel": "stable",
"filelocking.enabled": "true",
"memcache.locking": "\\OC\\Memcache\\Redis",
"memcache.local": "\\OC\\Memcache\\Redis",
"redis": {
"host": "***REMOVED SENSITIVE VALUE***",
"port": 0,
"timeout": 0
},
"maintenance": false,
"theme": ""
}
}
Are you using encryption: no
Client configuration
Browser: Firefox
Operating system: Win8.1