[solved]Warnings on Integritycheck after Migration from owncloud 8 to nextcloud 11

After migration I received this output:
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
      • core/doc/admin/_static/img/note_pencil.svg
      • core/doc/admin/_static/img/warning.svg
      • core/doc/admin/_static/style.css
      • core/fonts/LICENSE.txt
      • core/vendor/jsTimezoneDetect/jstz.js
  • files_external
    • INVALID_HASH
      • 3rdparty/Dropbox/API.php
    • FILE_MISSING
      • 3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/alpha/Apc/ApcPrefixCollision/A/Foo.php

Raw output

Array
(
[core] => Array
(
[INVALID_HASH] => Array
(
[core/doc/admin/_static/img/note_pencil.svg] => Array
(
[expected] => 78b9df57afe9468145e6e375cd1f61274b269b9c3019726a99e043ae952367acf53cf471cbc5b3dcca2e68367c2c4422d4a9f9a9fdbb11f9b962845ac77857de
[current] => 97117ce2827cc1b742678b52fc100de1e7d3fdb1adeea04a301c012e7f95b66e10a369c6a83ba89a707c4232b5e31fba3d5e58b0e0d970f22031d0704eebb5a9
)

                [core/doc/admin/_static/img/warning.svg] => Array
                    (
                        [expected] => e8647b47ef1531b8c2fcdd51f76996fe85476467fc694540f3dcf8ce7e7da489e99edae5a158742da71c07dc09ccfaf721f01c1c4bda3f5bae9b711981b71a1b
                        [current] => 85687f19cf204716e9b1c608682aa22c045b6f8284a3496db07f13200952491bfea54deee7ef11115c0dedfd87443c7022ef05792892a8a984866752c8ec5726
                    )

                [core/doc/admin/_static/style.css] => Array
                    (
                        [expected] => 894b1bea3e2b6bc61824ffebc081339a6caf0b57cda7fa9b9c9a5965e2a165dc177055db176cb535ef465c927b4bc4848802fe3e1b0fb709194b3cb7d2f90f8d
                        [current] => 5d9fbe71f0eae36c5a9c50f98733cc9e7a5bc7b2b56e3937c4431cf5e54649667bbe8f5900cdcbfbaa8b1eb8d5476d42a278d210c38110411885ad818e3a963a
                    )

                [core/fonts/LICENSE.txt] => Array
                    (
                        [expected] => 4cc5a12bfe984c0a50bf7943e2d70a948d520ef423677c77629707aace3a95aa378d205de929105d644680679e70ef2449479b360ad44896b75bafed66613272
                        [current] => 98f6b79b778f7b0a15415bd750c3a8a097d650511cb4ec8115188e115c47053fe700f578895c097051c9bc3dfb6197c2b13a15de203273e1a3218884f86e90e8
                    )

                [core/vendor/jsTimezoneDetect/jstz.js] => Array
                    (
                        [expected] => ece74dd6f5fc9587cf167dd17df51b66f70bd711f445da8d1d21bb1b0570f3c97b25d3ece110b08e2f2b294369d9b775cc169b666840a5b769ba338aa6d73d48
                        [current] => beae737d18aae6e8c5fdfb0bf3389b687ec746e6b334185710cc5b8f45b73b3c57442db541807ab440b55517ef2d138f4c40148abafcb6462481016b617e1f53
                    )

            )

    )

[files_external] => Array
    (
        [INVALID_HASH] => Array
            (
                [3rdparty/Dropbox/API.php] => Array
                    (
                        [expected] => a6866ef3ceeb26d9d4b2ccc343aeaf626c82f03e279962bc7d761a68e87e5a7916ff0bcf7a350e20889557336ed9c5dd1651cfe513fa04bb8a03cd6d8f9cc484
                        [current] => 917eed2c4f6359a4d0b8658a36404c83344b0bf72ccda614dd59f97d099b3d9ef4e86691401c64d3754c3f7e0fa163eab946a25dbc7bc65e1694ffd47a054317
                    )

            )

        [FILE_MISSING] => Array
            (
                [3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/alpha/Apc/ApcPrefixCollision/A/Foo.php] => Array
                    (
                        [expected] => 398a7c8fbedb6d7292816f6352f8dd353989053014188cbfd50639a75d6e9742c588d036da5254851a5dcd65c95f15f848e0692476867df4dfdaa63c484bede3
                        [current] => 
                    )

            )

    )

)
There were more for apps: contacts & calendar. After deinstalling both there isn’t any output about these.

How can I fix this?

The original files of NC can be found in the archives that correspond to your version:
https://nextcloud.com/changelog/

You can copy the correct files to you NC setup.

Thx for your quick post. I’ll try this later, I’m just moving the whole Hosting-account to another.
Feedback will be given tomorrow or sunday.

Below is a paste of my results.

Results
=======
- core
	- INVALID_HASH
		- core/doc/admin/_static/img/note_pencil.svg
		- core/doc/admin/_static/img/warning.svg
		- core/doc/admin/_static/style.css
		- core/fonts/LICENSE.txt
		- core/vendor/jsTimezoneDetect/jstz.js
- files_external
	- INVALID_HASH
		- 3rdparty/Dropbox/API.php

I have the exact same files being flagged (except the missing file). I just uploaded them from the .ZIP and the TAR.BZ2 archives (tried both) and getting the same thing. It doesn’t seem to matter how many times I replace them and rescan, I’m still getting the same output. I’ve done Auto, Binary and ASCII uploads just in case (I know that isn’t necessary, but hey, have to be thorough).
I upgraded from 10.0.3 to 11.0.1 using Filezilla and it’s on a hosting server. Ideas?

Thanks!

Someone did a clean install of NC 9 and got the same errors I did. Same files. We’re both also on a shared host.

The solution at this link worked for me (use FireFTP via Firefox instead of Filezilla):

Sry for my late answer, too much to do in business.

I choosed the easiest way to resolve this prob. I just installed the whole cloud clean in another folder and send the data-files by sync in the new nc-installation everything works fine.

Sometimes a new try is the faster way. :golf:

This topic was automatically closed after 24 hours. New replies are no longer allowed.