Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the documentation ↗. (List of invalid files… / Rescan…)

Hi Everybody,

Even though I did all the methods suggested in the forum, the problem was not resolved. Thank you very much in advance for your support.

  1. Liste ögesi

Version 25.0.3**

297 cd /var/www/nextcloud/
298 sudo -u www-data php occ db:add-missing-indices
299 sudo -u www-data php occ maintenance:mode --on
300 sudo -u www-data php occ db:convert-filecache-bigint
301 sudo -u www-data php occ db:add-missing-indices
302 sudo -u www-data php occ maintenance:mode --off

280 sudo -u www-data php occ integrity:check-core
281 history
282 sudo -u www-data php /var/www/nextcloud/updater/updater.phar
283 sudo -u www-data php occ upgrade
284 sudo -u www-data php console.php files:scan --all
285 sudo -u www-data php occ upgrade
286 sudo -u www-data php occ integrity:check-core
287 sudo -u www-data php /var/www/nextcloud/occ maintenance:update:htaccess
288 sudo chmod g+w .htaccess
289 sudo -u www-data php /var/www/nextcloud/occ
261 sudo -u www-data php /var/www/nextcloud/occ maintenance:update:htaccess
262 sudo -u www-data php occ maintenance:repair
263 sudo chmod g-w .htaccess
264 sudo -u www-data php occ maintenance:update:htaccess
265 chown -R www-data:www-data /var/www/nextcloud
266 sudo -u www-data php /var/www/nextcloud/occ maintenance:update:htaccess
267 sudo -u www-data php occ upgrade
268 occ
269 sudo -u www-data php occ integrity:check-core
270 occ integrity:check-app $appid
271 sudo -u www-data php occ integrity:check-app $appid
272 sudo -u www-data php occ integrity:check-app
273 sudo -u www-data php /var/www/nextcloud/occ maintenance:update:htaccess

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

  • photos
    • EXTRA_FILE
      • css/icons.scss
  • viewer
    • FILE_MISSING
      • cypress.config.ts
  • text
    • EXTRA_FILE
      • l10n/ta.js
      • l10n/ta.json

Raw output

Array
(
[photos] => Array
(
[EXTRA_FILE] => Array
(
[css/icons.scss] => Array
(
[expected] =>
[current] => 7334197433f28340d5e7739ed643a203682e007b05c4fc4dcef80c3481a34b22fc60d7e3263f9d53b2010a038a0afa9c3d5dd8cb445bff3ba5c5faae0d939a01
)

            )

    )

[viewer] => Array
    (
        [FILE_MISSING] => Array
            (
                [cypress.config.ts] => Array
                    (
                        [expected] => ab692b4435eb65a79a41fb8b94cf84b4991732856c2a6fd054df0ddad68dd16417e9da50364d92de64677012d52e0b5fcb3f527cfb4c22b1a49c828123cb288e
                        [current] => 
                    )

            )

    )

[text] => Array
    (
        [EXTRA_FILE] => Array
            (
                [l10n/ta.js] => Array
                    (
                        [expected] => 
                        [current] => b56476a4ef434d4335edfe7964ee7ece59aac9cd99f3cd89f903f71097bc7e0bad393e7d5d0bbdc14263bd31ed963a851cc78e8cbe687f2259426717536a43c3
                    )

                [l10n/ta.json] => Array
                    (
                        [expected] => 
                        [current] => ce26cb9b4b4a1cb043eab09682a37679c58b546d726cf3d1a7042a6917c2e17a4cbb8817ad0624980bb08bcb6c45137f6061f07230622c825e0b1afd226e1bc2
                    )

            )

    )

)

Hello,

All EXTRA_FILE can be moved to another parent folder. You can delete them but I think it’s better to keep them somewhere for some time first.

But for your FILE_MISSING I’m not sure how to safely recover it. Maybe on the GitHub?

I guess there is no solution for now