Code integrity check failed

Hey!

I have today a new Server installed - so its a fresh install, installed with Linux Distribution Packages

I Use Debian 10, PHP7.3, Apache2, Owncloud 10.5, MariaDB latest Version.
I have a Problem, with a Code integrity check:

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
=======
- twofactor_totp
	- FILE_MISSING
		- vendor/khanamiryan/qrcode-detector-decoder/tests/QrReaderTest.php~

Raw output
==========
Array
(
    [twofactor_totp] => Array
        (
            [FILE_MISSING] => Array
                (
                    [vendor/khanamiryan/qrcode-detector-decoder/tests/QrReaderTest.php~] => Array
                        (
                            [expected] => 05a20a084562bf6a61b9395635b2baa2fa0a3eb443d25027997cc3e83c71d5d1b3dfedd280149071db11121dc1ad30014e4b9778652808c2703b6d642b3b9a68
                            [current] => 
                        )

                )

        )

)

What i have to do?

Read the message:

In the totp app is a file missing:

vendor/khanamiryan/qrcode-detector-decoder/tests/QrReaderTest.php~

I had a look in the repos and the file should be there.

Edit: I didn’t tell you what to do. Re-download and/or re-extract your installation archive and place the missing file in the path specified.
Obviously a look in the docs would have helped as well:

:wink:

2 Likes

Thanks :slightly_smiling_face: