Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code integrity check failed after update to Nextcloud 12 (caused by direct_menu) #5535

Closed
stweil opened this issue Jun 25, 2017 · 2 comments
Closed

Comments

@stweil
Copy link
Member

stweil commented Jun 25, 2017

I upgraded an installation which had the Direct Menu app installed to Nextcloud 12 and got an error message from the code integrity check ("Bei der Code-Integritätsprüfung ..."). Here is the full error report:

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
=======
- direct_menu
        - EXCEPTION
                - OC\IntegrityCheck\Exceptions\InvalidSignatureException
                - Certificate is not valid.

Raw output
==========
Array
(
    [direct_menu] => Array
        (
            [EXCEPTION] => Array
                (
                    [class] => OC\IntegrityCheck\Exceptions\InvalidSignatureException
                    [message] => Certificate is not valid.
                )

        )

)

As the features of direct_menu are now part of Nextcloud 12, I removed the apps/direct_menu directory from the installation and repeated the integrity check. That fixed the integrity error message.

The update to Nextcloud 12 should handle that case on its own.

A code of the removed directory which had caused the problem is available online.

@stweil
Copy link
Member Author

stweil commented Jun 25, 2017

CC`ing @juliushaertl, the author of Direct Menu.

@juliusknorr
Copy link
Member

Duplicate of #4679

Just remove the direct_menu app since it is not compatible with 12.
See: https://github.com/juliushaertl/direct_menu#known-issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants