Files integrity check no pass

Hi i have problem:
“Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)”

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
=======
- market
	- EXTRA_FILE
		- README.md

Raw output
==========
Array
(
    [market] => Array
        (
            [EXTRA_FILE] => Array
                (
                    [README.md] => Array
                        (
                            [expected] => 
                            [current] => b53ebb407cb90a5cf9e28463013f38e6aec3d39b4281187366e02b5fd014be144216a088fc50851635acc50cb71c92ad2407b21e8a4f3433b0f73a32ea066c97
                        )

                )

        )

)

I try :

pablik@Server:~$ sudo -u www-data /var/www/owncloud/occ integrity:check-core
[sudo] hasło użytkownika pablik:
  - market:
    - EXTRA_FILE:
      - README.md:
        - expected:
        - current: b53ebb407cb90a5cf9e28463013f38e6aec3d39b4281187366e02b5fd014be144216a088fc50851635acc50cb71c92ad2407b21e8a4f3433b0f73a32ea066c97

pablik@Server:~$ sudo -u www-data php /var/www/owncloud/occ maintenance:update:htaccess
.htaccess has been updated

sudo -u www-data /var/www/owncloud/occ files:scan --path pablik/files

It is a similar issue in Github market app repo: https://github.com/owncloud/market/issues/226 . Maybe it helps you or you can help them with your feedbacks :slight_smile:

1 Like