You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calendar app should be compatible with new ownCloud release, even with additional steps to upgrade it.
Actual behaviour
Calendar app is broken and CalDAV sync also. There is no indications as to how upgrade it to work with ownCloud 10.
Server configuration
Operating system: Linux 4.4.38-v7+ (Debian)
Web server: Apache2
Database: MySQL 5.5.54
PHP version: 5.6
ownCloud version: 10.0.0.12
Updated from an older ownCloud or fresh install: 9.x (can't remember, any way to know it?)
Where did you install ownCloud from: Debian's apt
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
=======
- Application to check
- EXCEPTION
- Exception
- App not found
- contacts_
- EXCEPTION
- OC\IntegrityCheck\Exceptions\InvalidSignatureException
- Certificate is not valid for required scope. (Requested: contacts_, current: CN=contacts)
- calendar_
- EXCEPTION
- OC\IntegrityCheck\Exceptions\InvalidSignatureException
- Certificate is not valid for required scope. (Requested: calendar_, current: CN=calendar)
Raw output
==========
Array
(
[Application to check] => Array
(
[EXCEPTION] => Array
(
[class] => Exception
[message] => App not found
)
)
[contacts_] => Array
(
[EXCEPTION] => Array
(
[class] => OC\IntegrityCheck\Exceptions\InvalidSignatureException
[message] => Certificate is not valid for required scope. (Requested: contacts_, current: CN=contacts)
)
)
[calendar_] => Array
(
[EXCEPTION] => Array
(
[class] => OC\IntegrityCheck\Exceptions\InvalidSignatureException
[message] => Certificate is not valid for required scope. (Requested: calendar_, current: CN=calendar)
)
)
)
Steps to reproduce
apt-get upgrade
Expected behaviour
Calendar app should be compatible with new ownCloud release, even with additional steps to upgrade it.
Actual behaviour
Calendar app is broken and CalDAV sync also. There is no indications as to how upgrade it to work with ownCloud 10.
Server configuration
Operating system: Linux 4.4.38-v7+ (Debian)
Web server: Apache2
Database: MySQL 5.5.54
PHP version: 5.6
ownCloud version: 10.0.0.12
Updated from an older ownCloud or fresh install: 9.x (can't remember, any way to know it?)
Where did you install ownCloud from: Debian's apt
The content of config/config.php:
List of activated apps:
Are you using external storage, if yes which one: no
Are you using encryption: no
Are you using an external user-backend, if yes which one: no
Logs
ownCloud log (data/owncloud.log)
Relevant part :
The text was updated successfully, but these errors were encountered: