Invalid files updating?

I uploaded the owncloud as is and got these invalids:

"Results

  • core
    • INVALID_HASH
      • .htaccess
      • core/doc/admin/release/_sources/configuration_files/collaborative_documents_configuration.txt
      • core/doc/admin/release/_static/img/note_pencil.svg
      • core/doc/admin/release/_static/img/warning.svg
      • core/fonts/LICENSE.txt
      • core/vendor/jsTimezoneDetect/jstz.js
    • FILE_MISSING
      • .user.ini
    • EXTRA_FILE
      • error_log
  • files_texteditor
    • INVALID_HASH
      • js/vendor/ace/src-noconflict/mode-diff.js
  • files_external
    • INVALID_HASH
      • 3rdparty/Dropbox/API.php"

Why is this? and how do I update this? I re-uploaded the files but... it's the same one. lol

How do I fix this?

Hi,

it helps to follow the link in that message to the documentation explaining all needed infos how to solve this:

https://doc.owncloud.org/server/latest/admin_manual/issues/code_signing.html#fixing-invalid-code-integrity-messages

Your "INVALID_HASH" issue is most likely caused by a wrong usage of your FTP client explained there:

When using a FTP client to upload those files make sure it is using the Binary transfer mode instead of the ASCII transfer mode.