Created
July 28, 2020 23:18
-
-
Save tuaris/e057fff7bee86027e2e7bb1f6669c766 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
======= | |
- qownnotesapi | |
- EXCEPTION | |
- OC\IntegrityCheck\Exceptions\InvalidSignatureException | |
- App Certificate is not valid. | |
- user_pwauth | |
- EXCEPTION | |
- OC\IntegrityCheck\Exceptions\MissingSignatureException | |
- Signature data not found. | |
- notes | |
- EXCEPTION | |
- OC\IntegrityCheck\Exceptions\MissingSignatureException | |
- Signature data not found. | |
Raw output | |
========== | |
Array | |
( | |
[qownnotesapi] => Array | |
( | |
[EXCEPTION] => Array | |
( | |
[class] => OC\IntegrityCheck\Exceptions\InvalidSignatureException | |
[message] => App Certificate is not valid. | |
) | |
) | |
[user_pwauth] => Array | |
( | |
[EXCEPTION] => Array | |
( | |
[class] => OC\IntegrityCheck\Exceptions\MissingSignatureException | |
[message] => Signature data not found. | |
) | |
) | |
[notes] => Array | |
( | |
[EXCEPTION] => Array | |
( | |
[class] => OC\IntegrityCheck\Exceptions\MissingSignatureException | |
[message] => Signature data not found. | |
) | |
) | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment