Integrity check failed

After update 10.2.1 receive this error:
where I take this files?

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
=======
- core
	- FILE_MISSING
		- README.md
		- updater/CHANGELOG.md

Raw output
==========
Array
(
    [core] => Array
        (
            [FILE_MISSING] => Array
                (
                    [README.md] => Array
                        (
                            [expected] => 4886c8d58c46aba30f8577efaa04719ff315cb72d68d27374c3649ca9578baef18da9cd7165579c4425a0094d5359804c49600235cccd51737a2c9db613d69b5
                            [current] => 
                        )

                    [updater/CHANGELOG.md] => Array
                        (
                            [expected] => 30634ecf94beb635907baa4c1f9a144080890f172db28ce09515b5f9e5415255bbfab51dfdcecdf5eb3a7eaf97b558463758a5222d5eca696b2f8eb50ba28451
                            [current] => 
                        )

                )

        )

)

You can download the tar ball from here:

Extract and copy the missing files in your ownCloud.

2 Likes

I downloaded the zip file from the owncloud website and extracted it. However, there isn’t a README.md file in the core directory.

Does anybody have an option for fixing this?

[core] in the integrity check is referring to the core component, not the directory.

Readme.md is located in the root directory of the ownCloud installation. I double checked it again, it is present both in the zip and the tar archives.

4 Likes

You are correct. I am not sure where I was looking, but I appreciate your time. I uploaded the file and then rescanned. It takes a few minutes, but the site is now passing the integrity check.

I appreciate this part as well. Learned something here.

2 Likes

I have the same issue when i use the Updater App.
I have updated to the version 10.3.2 and the integrity check fails in this two files:

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
=======
- core
	- INVALID_HASH
        - README.md
		- updater/CHANGELOG.md

I have replaced the README.md from github and the error gone, but the updater/CHANGELOG.md remains, also i didn’t found this file.

On the main website there is only the 10.3.1 and it did not work

Thank you,
Simone

1 Like

Where did you download the tarball from?
I just upgraded my ownCloud to 10.3.2 and I’m not getting this error. Though the file updater/CHANGELOG.md exists in my installation.

Perhaps you need to extract it again from the tarball, and rerun the integrity check (either by clicking in the WebUI or via occ integrity check command

1 Like

I have used the Update Center that is present in Owncloud, so it did all automatically.
Where did you found the v10.3.2?
Here there is only the previous version for linux: https://owncloud.org/download/

1 Like

As eneubauer wrote, try first running the integrity check again. This is also found visiting Settings -> Admin -> General - at the top of the page there is a link to check again.

If this still is not working, here is the tarball: https://download.owncloud.org/community/owncloud-10.3.2.tar.bz2

2 Likes

Yes i have runned again the integrity check, but the updater/CHANGELOG.md issue remains.

Now i have dowloaded the tarball, that you have linked, and changed the file CHANGELOG.md. Runned again the integrity check and now it’s passed!

Thank you for the link!

1 Like