Good morning guys, when I connect to my owncloud I receive this error message … spulcinado between the documentazone I read that you can give these commands for verification:
/var/www/owncloud# sudo -u www-data php occ integrity:check-core
- core:
- INVALID_HASH:
- .htaccess:
- expected: c00197d1a4d7a1db5bf43849acd10d2d7813705463ba02fe540b5d05328dcf078456e55dcd0450bb884a85bf25c66a596cdcf9108d26ba44d2287a35de26d72b
- current: 9ae26b7e82553d870f1ff779bb675d25f82cfb742445acc05b0c6bf71fbe78e63a1f2361243e8834b77b157e4d130ce77a325c58abae5ca838d189e35de0fb70
- .user.ini:
- expected: 0a557e3cdca4c2e3675deed761d79d109011dcdebbd9c7f6429f1d3476938ec95729543d7384651d1d0c48e26c5024cc5f517445920915a704ea748bdb903c5f
- current: 97993944ece5151666d3073612c6e3a1cb5dc0e3e287adf947cdbcfd0ac53ebb7ef679e238a732295f96e42f7968558e407aea325922829c82530167fecf791e
- .htaccess:
- INVALID_HASH:
and:
root@pi:/var/www/owncloud#
E sudo -u www-data php occ integrity:check-app $appid
- EXCEPTION:
- class: Exception
- message: App not found
If I ask the list of invalid files instead:
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
- .htaccess
- .user.ini
- INVALID_HASH
Raw output
Array
(
[core] => Array
(
[INVALID_HASH] => Array
(
[.htaccess] => Array
(
[expected] => c00197d1a4d7a1db5bf43849acd10d2d7813705463ba02fe540b5d05328dcf078456e55dcd0450bb884a85bf25c66a596cdcf9108d26ba44d2287a35de26d72b
[current] => 9ae26b7e82553d870f1ff779bb675d25f82cfb742445acc05b0c6bf71fbe78e63a1f2361243e8834b77b157e4d130ce77a325c58abae5ca838d189e35de0fb70
)
[.user.ini] => Array
(
[expected] => 0a557e3cdca4c2e3675deed761d79d109011dcdebbd9c7f6429f1d3476938ec95729543d7384651d1d0c48e26c5024cc5f517445920915a704ea748bdb903c5f
[current] => 97993944ece5151666d3073612c6e3a1cb5dc0e3e287adf947cdbcfd0ac53ebb7ef679e238a732295f96e42f7968558e407aea325922829c82530167fecf791e
)
)
)
)