opened 12:18PM - 30 Apr 17 UTC
closed 10:20AM - 04 May 17 UTC
### Steps to reproduce
1. Choose a Calendar from User A
2. Click on "share cal…endar"
3. type in Username of User B
### Expected behaviour
The calendar is shared from User A with User B
### Actual behaviour
The calendar is not shared
### Server configuration
**Operating system**:
Ubuntu 16.04.2 LTS
**Web server:**
Server version: Apache/2.4.18 (Ubuntu)
Server built: 2016-07-14T12:32:26
Server's Module Magic Number: 20120211:52
Server loaded: APR 1.5.2, APR-UTIL 1.5.4
Compiled using: APR 1.5.2, APR-UTIL 1.5.4
Architecture: 32-bit
Server MPM: prefork
threaded: no
forked: yes (variable process count)
**Database:**
mysql 5.7.18-0ubuntu0.16.04.1
**PHP version:**
PHP 7.0.15-0ubuntu0.16.04.4 (cli) ( NTS )
**Server version:** (see your admin page)
installed true
maintenance false
needsDbUpgrade false
version 10.0.0.12
versionstring 10.0.0
edition Community
productname ownCloud
**Calendar version:** (see the apps page)
1.4.2
**Updated from an older installed version or fresh install:**
updated
**Signing status (ownCloud/Nextcloud 9.0 and above):**
Owncloud 10.0
```
Login as admin user into your cloud and access
http://example.com/index.php/settings/integrity/failed
paste the results here.
```
Technical information
=====================
The following list covers which files have failed the integrity check. Please read
the previous linked documentation to learn more about the errors and how to fix
them.
Results
=======
- files_antivirus
- EXTRA_FILE
- build.xml
- README.md
- contacts_new
- EXCEPTION
- OC\IntegrityCheck\Exceptions\InvalidSignatureException
- Certificate is not valid for required scope. (Requested: contacts_new, current: CN=contacts)
- contacts_bak
- EXCEPTION
- OC\IntegrityCheck\Exceptions\InvalidSignatureException
- Certificate is not valid for required scope. (Requested: contacts_bak, current: CN=contacts)
Raw output
==========
Array
(
[files_antivirus] => Array
(
[EXTRA_FILE] => Array
(
[build.xml] => Array
(
[expected] =>
[current] => d79d196de87b90a6f792d15a9a7b6310d243baca057c33985af1e381940dbda93d1529349d55bf50212615c6030b568998d57b3bb374aad6463d8c879fcfdc9a
)
[README.md] => Array
(
[expected] =>
[current] => d197f4b4e0a845261162fdc8ad5a500e579c68c9306471558da14eb3474b70889772fd88fea1161be341421c4dba3bbc63c5e85a8378b38a75d76dbdb1e3264a
)
)
)
[contacts_new] => Array
(
[EXCEPTION] => Array
(
[class] => OC\IntegrityCheck\Exceptions\InvalidSignatureException
[message] => Certificate is not valid for required scope. (Requested: contacts_new, current: CN=contacts)
)
)
[contacts_bak] => Array
(
[EXCEPTION] => Array
(
[class] => OC\IntegrityCheck\Exceptions\InvalidSignatureException
[message] => Certificate is not valid for required scope. (Requested: contacts_bak, current: CN=contacts)
)
)
)
**List of activated apps:**
Calendar
Contacts
```
If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your instance's installation folder
```
Enabled:
- activity: 2.3.3
- calendar: 1.4.2
- comments: 0.3.0
- configreport: 0.1.1
- contacts: 1.5.2
- dav: 0.2.8
- federatedfilesharing: 0.3.0
- federation: 0.1.0
- files: 1.5.1
- files_antivirus: 0.10.0.0
- files_external: 0.7.0
- files_pdfviewer: 0.8.1
- files_sharing: 0.10.0
- files_texteditor: 2.1
- files_trashbin: 0.9.0
- files_versions: 1.3.0
- files_videoplayer: 0.9.8
- firstrunwizard: 1.1
- gallery: 15.0.0
- market: 0.1.0
- notifications: 0.3.0
- provisioning_api: 0.5.0
- systemtags: 0.3.0
- templateeditor: 0.1
- updatenotification: 0.2.1
Disabled:
- encryption
- example-theme
- external
- user_external
**The content of config/config.php:**
<?php
$CONFIG = array (
'instanceid' => 'oc9f2d08ba94',
'passwordsalt' => *SECRET*,
'trusted_domains' =>
array (
0 => *SECRET*,
1 => *SECRET*,
2 => *SECRET*,
3 => *SECRET*,
),
'datadirectory' => *SECRET*,
'dbtype' => 'mysql',
'version' => '10.0.0.12',
'dbname' => *SECRET*,
'dbhost' => *SECRET*,
'dbtableprefix' => 'oc_',
'dbuser' => *SECRET*,
'dbpassword' => *SECRET*,
'installed' => true,
'theme' => '',
'maintenance' => false,
'mail_smtpmode' => 'smtp',
'mail_smtpsecure' => 'tls',
'mail_from_address' => *SECRET*,
'mail_domain' => *SECRET*,
'mail_smtpauthtype' => 'LOGIN',
'mail_smtpauth' => true,
'mail_smtphost' => *SECRET*,
'mail_smtpport' => *SECRET*,
'mail_smtpname' => *SECRET*,
'mail_smtppassword' => *SECRET*,
'secret' => *SECRET*,
'loglevel' => 2,
'trashbin_retention_obligation' => 'auto',
'updatechecker' => false,
);
**Are you using external storage, if yes which one:** local/smb/sftp/...
no
**Are you using encryption:** yes/no
no
**Are you using an external user-backend, if yes which one:** LDAP/ActiveDirectory/Webdav/...
no
### Client configuration
**Browser:**
Firefox 53.0 (64-Bit)
**Operating system:**
Xubuntu: Ubuntu 16.04.2 LTS
**CalDAV-clients:**
### Logs
#### Web server error log
```
Insert your webserver log here
```
#### Log file (data/owncloud.log)
```
Insert your ownCloud.log file here
```
#### Browser log
```
Insert your browser log here, this could for example include:
a) The javascript console log
b) The network log
c) ...
```