Skip to content

Instantly share code, notes, and snippets.

@richharris1071
Created September 27, 2019 07:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save richharris1071/7e1fad5d202348f2e32c28da05f3a1e1 to your computer and use it in GitHub Desktop.
Save richharris1071/7e1fad5d202348f2e32c28da05f3a1e1 to your computer and use it in GitHub Desktop.
Owncloud sharing problem
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
=======
- tasks
- EXCEPTION
- OC\IntegrityCheck\Exceptions\InvalidSignatureException
- Certificate has been revoked.
- calendar
- EXCEPTION
- OC\IntegrityCheck\Exceptions\InvalidSignatureException
- Certificate has been revoked.
Raw output
==========
Array
(
[tasks] => Array
(
[EXCEPTION] => Array
(
[class] => OC\IntegrityCheck\Exceptions\InvalidSignatureException
[message] => Certificate has been revoked.
)
)
[calendar] => Array
(
[EXCEPTION] => Array
(
[class] => OC\IntegrityCheck\Exceptions\InvalidSignatureException
[message] => Certificate has been revoked.
)
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment