sierra2256

Results 2 comments of sierra2256

Same issue here. files:scan crashes when it reaches Thumbs.db Exception during scan: Invalid path: files/files/xxxxxxxxxx/xxxxxxxx/xxxxxxx/xxxxxx/Thumbs.db #0 /var/www/nextcloud/lib/private/Files/Storage/Local.php(253): OC\Files\Storage\Local->getSourcePath() #1 /var/www/nextcloud/lib/private/Files/Storage/Wrapper/Wrapper.php(227): OC\Files\Storage\Local->file_exists() #2 /var/www/nextcloud/lib/private/Files/View.php(1345): OC\Files\Storage\Wrapper\Wrapper->file_exists() #3 /var/www/nextcloud/lib/private/Files/View.php(1390): OC\Files\View->getCacheEntry() #4 /var/www/nextcloud/lib/private/Metadata/FileEventListener.php(83): OC\Files\View->getFileInfo()...

I found the issue - it relates to my local installation. I had added "Thumbs.db" to blacklisted_files property in config.php. Now I removed that from blacklist and it works fine...