Skip to content

Instantly share code, notes, and snippets.

@tuaris
Created July 28, 2020 23:18
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 tuaris/e057fff7bee86027e2e7bb1f6669c766 to your computer and use it in GitHub Desktop.
Save tuaris/e057fff7bee86027e2e7bb1f6669c766 to your computer and use it in GitHub Desktop.
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