Problem Upgrade to 10.0.9

nothing, the page the screen goes blank

The ownership is only the half of the story. All files must have suitable permission set, 0640 I think.

BTW, sorry for asking this: Is /mnt/data mounted writable?

Yes, I installed owncloud on raspberry that mounts an external hd on / mnt, the data folder is then in: / mnt / data, that’s why I gave the read write permissions in that position

However,

you need to fix this permission issue.

Did you disable the redis-stuff, as @dmitry suggested?

Hey, and whats the type of the filesystem on the external hd?

Yes, I disabled the redis commands, the hd was formatted in ext3

The log excerpt you posted is unusable, as th full message isn’t visible.

now I have this error:

Internal Server Error

The server encountered an internal error and was unable to complete your request.
Please contact the server administrator if this error reappears multiple times and include the technical details below in your report.
More details can be found in the server log.

Technical details

Remote Address: 192.168.1.103
Request ID: 0INdJCRgPeM6bcEeb8rP

I’m afraid nobody can help, too few info. And why should we ask over and over again for log-files and a usable problem description? Sorry, no way, wasting my time.

And BTW, please don’t mix multiple problems into the same thread.

Sorry, you’re right
I attach the file you asked me

owncloud log.txt (111.5 KB)

The problem is still that after the update I can not log in, until a short time ago I returned the blank page, now instead gives me the error that I said yesterday

I was able to login, but now I encounter this problem when I start the scan file:

root@Capsule:/var/www/owncloud# sudo -u www-data php console.php files:scan --all

Scanning files for 1 users
Starting scan for user 1 out of 1 (nemo)
Exception during scan: RuntimeException: DB upsert failed after 5 attempts. UpdateQuery: UPDATE *PREFIX*filecache SET mimepart = :mimepart, mimetype = :mimetype, mtime = :mtime, size = :size, etag = :etag, storage_mtime = :storage_mtime, permissions = :permissions, checksum = :checksum, parent = :parent, path_hash = :path_hash, path = :path, name = :name, storage = :storage WHERE (storage = ‘4’) AND (path_hash = ‘ab2ecaed2c42f6273d2eb3ba97a11f02’) InsertQuery: INSERT INTO *PREFIX*filecache (mimepart, mimetype, mtime, size, etag, storage_mtime, permissions, checksum, parent, path_hash, path, name, storage) VALUES(:mimepart, :mimetype, :mtime, :size, :etag, :storage_mtime, :permissions, :checksum, :parent, :path_hash, :path, :name, :storage)
#0 /var/www/owncloud/lib/private/DB/Connection.php(263): OC\DB\Adapter->upsert(‘PREFIXfilecac…’, Array, Array)
#1 /var/www/owncloud/lib/private/Files/Cache/Cache.php(276): OC\DB\Connection->upsert(‘PREFIXfilecac…’, Array, Array)
#2 /var/www/owncloud/lib/private/Files/Cache/Cache.php(229): OC\Files\Cache\Cache->insert(‘files/CRI/Foto …’, Array)
#3 /var/www/owncloud/lib/private/Files/Cache/Scanner.php(280): OC\Files\Cache\Cache->put(‘files/CRI/Foto …’, Array)
#4 /var/www/owncloud/lib/private/Files/Cache/Scanner.php(216): OC\Files\Cache\Scanner->addToCache(‘files/CRI/Foto …’, Array, -1)
#5 /var/www/owncloud/lib/private/Files/Cache/Scanner.php(426): OC\Files\Cache\Scanner->scanFile(‘files/CRI/Foto …’, 3, ‘21129’, false, true)
#6 /var/www/owncloud/lib/private/Files/Cache/Scanner.php(394): OC\Files\Cache\Scanner->handleChildren(‘files/CRI/Foto …’, true, 3, ‘21129’, true, 123297660)
#7 /var/www/owncloud/lib/private/Files/Cache/Scanner.php(397): OC\Files\Cache\Scanner->scanChildren(‘files/CRI/Foto …’, true, 3, ‘21129’, true)
#8 /var/www/owncloud/lib/private/Files/Cache/Scanner.php(397): OC\Files\Cache\Scanner->scanChildren(‘files/CRI/Foto …’, true, 3, ‘21098’, true)
#9 /var/www/owncloud/lib/private/Files/Cache/Scanner.php(397): OC\Files\Cache\Scanner->scanChildren(‘files/CRI/Foto …’, true, 3, ‘74’, true)
#10 /var/www/owncloud/lib/private/Files/Cache/Scanner.php(397): OC\Files\Cache\Scanner->scanChildren(‘files/CRI’, true, 3, ‘52’, true)
#11 /var/www/owncloud/lib/private/Files/Cache/Scanner.php(397): OC\Files\Cache\Scanner->scanChildren(‘files’, true, 3, ‘42’, true)
#12 /var/www/owncloud/lib/private/Files/Cache/Scanner.php(327): OC\Files\Cache\Scanner->scanChildren(’’, true, 3, ‘39’, true)
#13 /var/www/owncloud/lib/private/Files/Utils/Scanner.php(246): OC\Files\Cache\Scanner->scan(’’, true, 3)
#14 /var/www/owncloud/apps/files/lib/Command/Scan.php(224): OC\Files\Utils\Scanner->scan(’/nemo’, false)
#15 /var/www/owncloud/apps/files/lib/Command/Scan.php(310): OCA\Files\Command\Scan->scanFiles(‘nemo’, ‘/nemo’, false, Object(Symfony\Component\Console\Output\ConsoleOutput), false, false)
#16 /var/www/owncloud/lib/composer/symfony/console/Command/Command.php(252): OCA\Files\Command\Scan->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#17 /var/www/owncloud/core/Command/Base.php(159): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#18 /var/www/owncloud/lib/composer/symfony/console/Application.php(946): OC\Core\Command\Base->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#19 /var/www/owncloud/lib/composer/symfony/console/Application.php(248): Symfony\Component\Console\Application->doRunCommand(Object(OCA\Files\Command\Scan), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#20 /var/www/owncloud/lib/composer/symfony/console/Application.php(148): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#21 /var/www/owncloud/lib/private/Console/Application.php(161): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#22 /var/www/owncloud/console.php(106): OC\Console\Application->run()
#23 {main}

root@Capsule:/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
          root@Capsule:/var/www/owncloud# sudo -u www-data php occ integrity:check-app $appid
  • EXCEPTION:
    • class: Exception
    • message: App not found