Error after upgrade from 13.0.5 to 14.0.4 - integrity check

Hi, i have a integrity check error and i’m asking how to fix that:

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
=======
- activity
	- EXTRA_FILE
		- lib/Settings/Section.php
		- l10n/.tx/config
		- personal.php

Raw output
==========
Array
(
    [activity] => Array
        (
            [EXTRA_FILE] => Array
                (
                    [lib/Settings/Section.php] => Array
                        (
                            [expected] => 
                            [current] => 588bd7dbb9b9ff472fc5b2b87f978925321ed6dc97d32bc7cd12312d7397df62485bc565f3ed08ee4a66e73a912f18f7b3dfb6659121496a2ef794a69eef845d
                        )

                    [l10n/.tx/config] => Array
                        (
                            [expected] => 
                            [current] => 1fc94c670bc307db44417843b606e6e55619aff011b0042fdbfc0a93e2a089dcccac9bf4207e2224d6dc79f53625f40008a8e8b30c1e1bd1e1e44a0629427743
                        )

                    [personal.php] => Array
                        (
                            [expected] => 
                            [current] => de66fbfeef886e995995e081bac7bdb0e9a78a93e363b0ce7d08472b8bbbe8eeadc024e5a501e1b3f05c3d2c1eb80e91359a4972832010bacd1cc3117c658570
                        )

                )

        )

)

regards
Dirk

have you tried disabling the said app activity and then try it again?

Moin,

the displayed files:
- lib/Settings/Section.php
- l10n/.tx/config
- personal.php
are part of your NC filesystem but not part of version to install. I guess that these files are part of a previous installed version. Delete the files and the integrity check will run successfully.
It seems that you install NC via update directly at file system level via insert and update (copy paste). If you like to avoid thus “errors” like integrity check you can delete all directories and files except directory and content [data,config]. Data and Config must not be deleted. After insert you have only the expected files. That is my way to install any new version independent whether it is an update or an upgrade.
That is the upgade procedure which will be recommended.

  1. Delete everything from your ownCloud installation directory, except data and config folder. Make sure you should remove hiden files too.

Regards,

Marcus

1 Like

Hi Marcus,

ok just deleting solved it. Thanks for your hint of upgrading.

Regards
Dirk