-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doctrine\DBAL\Exception\UniqueConstraintViolationException: An exception occurred while executing 'INSERT INTO "oc_filecache" #6160
Comments
Related: #6104 |
Well either it's due to missing file locking or due to invalid database configuration |
@nickvergessen Well, it's PostgreSQL default from the Ubuntu repo. So if the DB configuration is wrong, the default configuration in Ubuntu is wrong. That leaves us with missing file locking. How do I check if it's missing or not? |
server/config/config.sample.php Lines 1458 to 1501 in d26ec44
|
@nickvergessen Yeah, forgot about that. Obvious. And yes, it's activated. I use Redis and later + OPcache as it's recommended since NC12. |
Hi, Stacktrace
data/nextcloud.log
|
I have same error on v12.0.4.
|
I realized the same error on v12.0.4.
|
Hi, I have the very same issue on Nextcloud v12.0.4. For me it happens after
And this is the anonymized output of the relevant Nextcloud log:
It looks like the file
|
@nickvergessen Any update here? Been seeing this a lot lately on a system with around 100 users. |
Not from me, I never managed to create such conflicts. especially since file locking was added. |
Same issue here on ubuntu 16.04, php 7.0.25, mysql 5.7.21, filelocking enabled with redis-server 3.0.6-1 |
Same issue after upgrade to 13.0 using docker installation like this: https://github.com/nextcloud/docker/tree/master/.examples/docker-compose/with-nginx-proxy/mariadb-cron-redis/apache Steps to reproduce:
|
@protree Also note that the default configuration of the docker installation you have referenced has MariaDB with a 'READ-REPEATABLE' Transaction Isolation Level, but Nextcloud requires 'READ-COMMITTED'. According to many issues around here, this can be the cause of Deadlocks. |
@Greek64 |
It seams like those two configuration edits fix the issue also for me.
|
Still having this issue. Memcache locking is the same like above. Newest (highest versions) Nextcloud, Mariadb and PHP. Nginx is few weeks old. Errors came while uploading whole camera roll from iphone. Over 2000 pics/vids. |
I can confirm this error with Ubuntu 18.04, Nextcloud 14.0.0, redis 4.0.9 and opcache enabled like in the documentation described... It is appearing when syncing a large number of files. Big files or a small number of files are not a problem... |
I can confirm on Arch Linux, Nextcloud 14 with MariaDB and opcache enabled. Issue pops up when I try to transfer a directory with a large number of files in it. Transfer completely stops when the error occurs. |
I am still facing this issue, too. Setting transaction-isolation to READ-COMITTED didn‘t fix the issue... |
I have the same issue, I try to upload a large number of files. The NC is fresh install, 14.0.0.19, ubuntu 18.04, nginx,redis.MariaDB 10.3.9 Doctrine\DBAL\Exception\DriverException: An exception occurred while executing 'INSERT INTO |
I don‘t use cloudfare at all |
Not using Cloudflare either, here's my log: {"reqId":"4pOFkGS0BPXTrJrOAXuP","level":3,"time":"2018-10-25T14:52:57+00:00","remoteAddr":"94.221.18.57","user":"christopher","app":"index","method":"GET","url":"\/settings\/apps","message":{"Exception":"Doctrine\\DBAL\\Exception\\UniqueConstraintViolationException","Message":"An exception occurred while executing 'INSERT INTO `oc_filecache` (`mimepart`,`mimetype`,`mtime`,`size`,`etag`,`storage_mtime`,`permissions`,`parent`,`checksum`,`path_hash`,`path`,`name`,`storage`) SELECT ?,?,?,?,?,?,?,?,?,?,?,?,? FROM `oc_filecache` WHERE `storage` = ? AND `path_hash` = ? HAVING COUNT(*) = 0' with params [\"3\", \"15\", 1540479177, 0, \"64c534e8f454e540ce82b3e39d6e8ec4\", 1540479177, 27, 486521, \"\", \"edfb7a0a5786c73e4c68b902fdf4b01c\", \"appdata_oc4j4bs8k9dg\\\/css\\\/firstrunwizard\\\/70e2-6568-firstrunwizard.css.gzip\", \"70e2-6568-firstrunwizard.css.gzip\", 1, 1, \"edfb7a0a5786c73e4c68b902fdf4b01c\"]:\n\nSQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '1-edfb7a0a5786c73e4c68b902fdf4b01c' for key 'fs_storage_path_hash'","Code":0,"Trace":[{"file":"\/var\/www\/html\/3rdparty\/doctrine\/dbal\/lib\/Doctrine\/DBAL\/DBALException.php","line":128,"function":"convertException","class":"Doctrine\\DBAL\\Driver\\AbstractMySQLDriver","type":"->","args":["An exception occurred while executing 'INSERT INTO `oc_filecache` (`mimepart`,`mimetype`,`mtime`,`size`,`etag`,`storage_mtime`,`permissions`,`parent`,`checksum`,`path_hash`,`path`,`name`,`storage`) SELECT ?,?,?,?,?,?,?,?,?,?,?,?,? FROM `oc_filecache` WHERE `storage` = ? AND `path_hash` = ? HAVING COUNT(*) = 0' with params [\"3\", \"15\", 1540479177, 0, \"64c534e8f454e540ce82b3e39d6e8ec4\", 1540479177, 27, 486521, \"\", \"edfb7a0a5786c73e4c68b902fdf4b01c\", \"appdata_oc4j4bs8k9dg\\\/css\\\/firstrunwizard\\\/70e2-6568-firstrunwizard.css.gzip\", \"70e2-6568-firstrunwizard.css.gzip\", 1, 1, \"edfb7a0a5786c73e4c68b902fdf4b01c\"]:\n\nSQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '1-edfb7a0a5786c73e4c68b902fdf4b01c' for key 'fs_storage_path_hash'",{"errorInfo":["23000",1062,"Duplicate entry '1-edfb7a0a5786c73e4c68b902fdf4b01c' for key 'fs_storage_path_hash'"],"__class__":"Doctrine\\DBAL\\Driver\\PDOException"}]},{"file":"\/var\/www\/html\/3rdparty\/doctrine\/dbal\/lib\/Doctrine\/DBAL\/Connection.php","line":1015,"function":"driverExceptionDuringQuery","class":"Doctrine\\DBAL\\DBALException","type":"::","args":[{"__class__":"Doctrine\\DBAL\\Driver\\PDOMySql\\Driver"},{"errorInfo":["23000",1062,"Duplicate entry '1-edfb7a0a5786c73e4c68b902fdf4b01c' for key 'fs_storage_path_hash'"],"__class__":"Doctrine\\DBAL\\Driver\\PDOException"},"INSERT INTO `oc_filecache` (`mimepart`,`mimetype`,`mtime`,`size`,`etag`,`storage_mtime`,`permissions`,`parent`,`checksum`,`path_hash`,`path`,`name`,`storage`) SELECT ?,?,?,?,?,?,?,?,?,?,?,?,? FROM `oc_filecache` WHERE `storage` = ? AND `path_hash` = ? HAVING COUNT(*) = 0",{"1":"3","2":"15","3":1540479177,"4":0,"5":"64c534e8f454e540ce82b3e39d6e8ec4","6":1540479177,"7":27,"8":486521,"9":"","10":"edfb7a0a5786c73e4c68b902fdf4b01c","11":"appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip","12":"70e2-6568-firstrunwizard.css.gzip","13":1,"14":1,"15":"edfb7a0a5786c73e4c68b902fdf4b01c"}]},{"file":"\/var\/www\/html\/lib\/private\/DB\/Connection.php","line":216,"function":"executeUpdate","class":"Doctrine\\DBAL\\Connection","type":"->","args":["INSERT INTO `oc_filecache` (`mimepart`,`mimetype`,`mtime`,`size`,`etag`,`storage_mtime`,`permissions`,`parent`,`checksum`,`path_hash`,`path`,`name`,`storage`) SELECT ?,?,?,?,?,?,?,?,?,?,?,?,? FROM `oc_filecache` WHERE `storage` = ? AND `path_hash` = ? HAVING COUNT(*) = 0",["3","15",1540479177,0,"64c534e8f454e540ce82b3e39d6e8ec4",1540479177,27,486521,"","edfb7a0a5786c73e4c68b902fdf4b01c","appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip","70e2-6568-firstrunwizard.css.gzip",1,1,"edfb7a0a5786c73e4c68b902fdf4b01c"],[]]},{"file":"\/var\/www\/html\/lib\/private\/DB\/Adapter.php","line":114,"function":"executeUpdate","class":"OC\\DB\\Connection","type":"->","args":["INSERT INTO `oc_filecache` (`mimepart`,`mimetype`,`mtime`,`size`,`etag`,`storage_mtime`,`permissions`,`parent`,`checksum`,`path_hash`,`path`,`name`,`storage`) SELECT ?,?,?,?,?,?,?,?,?,?,?,?,? FROM `oc_filecache` WHERE `storage` = ? AND `path_hash` = ? HAVING COUNT(*) = 0",["3","15",1540479177,0,"64c534e8f454e540ce82b3e39d6e8ec4",1540479177,27,486521,"","edfb7a0a5786c73e4c68b902fdf4b01c","appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip","70e2-6568-firstrunwizard.css.gzip",1,1,"edfb7a0a5786c73e4c68b902fdf4b01c"]]},{"file":"\/var\/www\/html\/lib\/private\/DB\/Connection.php","line":254,"function":"insertIfNotExist","class":"OC\\DB\\Adapter","type":"->","args":["*PREFIX*filecache",{"mimepart":"3","mimetype":"15","mtime":1540479177,"size":0,"etag":"64c534e8f454e540ce82b3e39d6e8ec4","storage_mtime":1540479177,"permissions":27,"parent":486521,"checksum":"","path_hash":"edfb7a0a5786c73e4c68b902fdf4b01c","path":"appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip","name":"70e2-6568-firstrunwizard.css.gzip","storage":1},["storage","path_hash"]]},{"file":"\/var\/www\/html\/lib\/private\/Files\/Cache\/Cache.php","line":272,"function":"insertIfNotExist","class":"OC\\DB\\Connection","type":"->","args":["*PREFIX*filecache",{"mimepart":"3","mimetype":"15","mtime":1540479177,"size":0,"etag":"64c534e8f454e540ce82b3e39d6e8ec4","storage_mtime":1540479177,"permissions":27,"parent":486521,"checksum":"","path_hash":"edfb7a0a5786c73e4c68b902fdf4b01c","path":"appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip","name":"70e2-6568-firstrunwizard.css.gzip","storage":1},["storage","path_hash"]]},{"file":"\/var\/www\/html\/lib\/private\/Files\/Cache\/Wrapper\/CacheWrapper.php","line":128,"function":"insert","class":"OC\\Files\\Cache\\Cache","type":"->","args":["appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip",{"mimetype":"application\/x-gzip","mtime":1540479177,"size":0,"etag":"64c534e8f454e540ce82b3e39d6e8ec4","storage_mtime":1540479177,"permissions":27,"parent":486521,"checksum":"","path":"appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip","name":"70e2-6568-firstrunwizard.css.gzip"}]},{"file":"\/var\/www\/html\/lib\/private\/Files\/Cache\/Wrapper\/CacheWrapper.php","line":128,"function":"insert","class":"OC\\Files\\Cache\\Wrapper\\CacheWrapper","type":"->","args":["appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip",{"mimetype":"application\/x-gzip","mtime":1540479177,"size":0,"etag":"64c534e8f454e540ce82b3e39d6e8ec4","storage_mtime":1540479177,"permissions":27,"parent":486521,"checksum":""}]},{"file":"\/var\/www\/html\/lib\/private\/Files\/Cache\/Wrapper\/CacheWrapper.php","line":114,"function":"insert","class":"OC\\Files\\Cache\\Wrapper\\CacheWrapper","type":"->","args":["appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip",{"mimetype":"application\/x-gzip","mtime":1540479177,"size":0,"etag":"64c534e8f454e540ce82b3e39d6e8ec4","storage_mtime":1540479177,"permissions":27,"parent":486521,"checksum":""}]},{"file":"\/var\/www\/html\/lib\/private\/Files\/Cache\/Scanner.php","line":292,"function":"put","class":"OC\\Files\\Cache\\Wrapper\\CacheWrapper","type":"->","args":["appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip",{"mimetype":"application\/x-gzip","mtime":1540479177,"size":0,"etag":"64c534e8f454e540ce82b3e39d6e8ec4","storage_mtime":1540479177,"permissions":27,"parent":486521,"checksum":""}]},{"file":"\/var\/www\/html\/lib\/private\/Files\/Cache\/Scanner.php","line":221,"function":"addToCache","class":"OC\\Files\\Cache\\Scanner","type":"->","args":["appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip",{"mimetype":"application\/x-gzip","mtime":1540479177,"size":0,"etag":"64c534e8f454e540ce82b3e39d6e8ec4","storage_mtime":1540479177,"permissions":27,"parent":486521,"checksum":""},-1]},{"file":"\/var\/www\/html\/lib\/private\/Files\/Cache\/Scanner.php","line":336,"function":"scanFile","class":"OC\\Files\\Cache\\Scanner","type":"->","args":["appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip",3,486521,false,false]},{"file":"\/var\/www\/html\/lib\/private\/Files\/Cache\/Updater.php","line":124,"function":"scan","class":"OC\\Files\\Cache\\Scanner","type":"->","args":["appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip",false,3,false]},{"file":"\/var\/www\/html\/lib\/private\/Files\/View.php","line":320,"function":"update","class":"OC\\Files\\Cache\\Updater","type":"->","args":["appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip",1540479177]},{"file":"\/var\/www\/html\/lib\/private\/Files\/View.php","line":1161,"function":"writeUpdate","class":"OC\\Files\\View","type":"->","args":[{"mountPoint":"\/","cache":{"__class__":"OC\\Files\\Cache\\Cache"},"scanner":{"__class__":"OC\\Files\\Cache\\Scanner"},"watcher":null,"propagator":{"__class__":"OC\\Files\\Cache\\Propagator"},"updater":{"__class__":"OC\\Files\\Cache\\Updater"},"__class__":"OCA\\RansomwareProtection\\StorageWrapper"},"appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip"]},{"file":"\/var\/www\/html\/lib\/private\/Files\/View.php","line":567,"function":"basicOperation","class":"OC\\Files\\View","type":"->","args":["touch","\/appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip",["touch","create","write"],null]},{"file":"\/var\/www\/html\/lib\/private\/Files\/Node\/Folder.php","line":181,"function":"touch","class":"OC\\Files\\View","type":"->","args":["\/appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip"]},{"file":"\/var\/www\/html\/lib\/private\/Files\/SimpleFS\/SimpleFolder.php","line":83,"function":"newFile","class":"OC\\Files\\Node\\Folder","type":"->","args":["70e2-6568-firstrunwizard.css.gzip"]},{"file":"\/var\/www\/html\/lib\/private\/Template\/SCSSCacher.php","line":304,"function":"newFile","class":"OC\\Files\\SimpleFS\\SimpleFolder","type":"->","args":["70e2-6568-firstrunwizard.css.gzip"]},{"file":"\/var\/www\/html\/lib\/private\/Template\/SCSSCacher.php","line":153,"function":"cache","class":"OC\\Template\\SCSSCacher","type":"->","args":["\/var\/www\/html\/apps\/firstrunwizard\/css","70e2-6568-firstrunwizard.css","firstrunwizard.scss",{"__class__":"OC\\Files\\SimpleFS\\SimpleFolder"},"\/apps\/firstrunwizard\/css"]},{"file":"\/var\/www\/html\/lib\/private\/Template\/CSSResourceLocator.php","line":109,"function":"process","class":"OC\\Template\\SCSSCacher","type":"->","args":["\/var\/www\/html\/apps\/firstrunwizard","css\/firstrunwizard.scss","firstrunwizard"]},{"file":"\/var\/www\/html\/lib\/private\/Template\/CSSResourceLocator.php","line":84,"function":"cacheAndAppendScssIfExist","class":"OC\\Template\\CSSResourceLocator","type":"->","args":["\/var\/www\/html\/apps\/firstrunwizard","css\/firstrunwizard.scss","firstrunwizard"]},{"file":"\/var\/www\/html\/lib\/private\/Template\/ResourceLocator.php","line":78,"function":"doFind","class":"OC\\Template\\CSSResourceLocator","type":"->","args":["css\/firstrunwizard"]},{"file":"\/var\/www\/html\/lib\/private\/TemplateLayout.php","line":285,"function":"find","class":"OC\\Template\\ResourceLocator","type":"->","args":[["vendor\/select2\/select2","vendor\/jquery-ui\/themes\/base\/jquery-ui","css\/jquery-ui-fixes","css\/server","css\/css-variables","apporder\/css\/apporder","files_pdfviewer\/css\/style","files_versions\/css\/versions","files_videoplayer\/css\/style","firstrunwizard\/css\/firstrunwizard","gpxedit\/css\/style","notifications\/css\/styles","css\/jquery.ocdialog","search\/css\/results","settings\/css\/settings"]]},{"file":"\/var\/www\/html\/lib\/private\/TemplateLayout.php","line":201,"function":"findStylesheetFiles","class":"OC\\TemplateLayout","type":"::","args":[["vendor\/select2\/select2","vendor\/jquery-ui\/themes\/base\/jquery-ui","css\/jquery-ui-fixes","css\/server","css\/css-variables","apporder\/css\/apporder","files_pdfviewer\/css\/style","files_versions\/css\/versions","files_videoplayer\/css\/style","firstrunwizard\/css\/firstrunwizard","gpxedit\/css\/style","notifications\/css\/styles","css\/jquery.ocdialog","search\/css\/results","settings\/css\/settings"]]},{"file":"\/var\/www\/html\/lib\/private\/legacy\/template.php","line":210,"function":"__construct","class":"OC\\TemplateLayout","type":"->","args":["user","settings"]},{"file":"\/var\/www\/html\/lib\/public\/AppFramework\/Http\/TemplateResponse.php","line":157,"function":"fetchPage","class":"OC_Template","type":"->","args":[{"serverData":{"appstoreEnabled":true,"updateCount":0,"developerDocumentation":"https:\/\/docs.nextcloud.com\/server\/14\/go.php?to=developer-manual","bundles":[{"name":"Firmen-Paket","id":"EnterpriseBundle","appIdentifiers":["admin_audit","user_ldap","files_retention","files_automatedtagging","user_saml","files_accesscontrol","terms_of_service"]},{"name":"Groupware-Paket","id":"GroupwareBundle","appIdentifiers":["calendar","contacts","deck","mail"]},{"name":"Paket f\u00fcr das Teilen in sozialen Medien","id":"SocialSharingBundle","appIdentifiers":["socialsharing_twitter","socialsharing_googleplus","socialsharing_facebook","socialsharing_email","socialsharing_diaspora"]},{"name":"Bildungsausgabe","id":"EducationBundle","appIdentifiers":["zenodo","dashboard","circles","groupfolders","announcementcenter","admin_notifications","quota_warning","orcid","user_saml"]}]}}]},{"file":"\/var\/www\/html\/lib\/private\/AppFramework\/Http\/Dispatcher.php","line":119,"function":"render","class":"OCP\\AppFramework\\Http\\TemplateResponse","type":"->","args":[]},{"file":"\/var\/www\/html\/lib\/private\/AppFramework\/App.php","line":118,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[{"__class__":"OC\\Settings\\Controller\\AppSettingsController"},"viewApps"]},{"file":"\/var\/www\/html\/lib\/private\/AppFramework\/Routing\/RouteActionHandler.php","line":47,"function":"main","class":"OC\\AppFramework\\App","type":"::","args":["OC\\Settings\\Controller\\AppSettingsController","viewApps",{"__class__":"OC\\AppFramework\\DependencyInjection\\DIContainer"},{"category":"","id":"","_route":"settings.AppSettings.viewApps"}]},{"function":"__invoke","class":"OC\\AppFramework\\Routing\\RouteActionHandler","type":"->","args":[{"category":"","id":"","_route":"settings.AppSettings.viewApps"}]},{"file":"\/var\/www\/html\/lib\/private\/Route\/Router.php","line":297,"function":"call_user_func","args":[{"__class__":"OC\\AppFramework\\Routing\\RouteActionHandler"},{"category":"","id":"","_route":"settings.AppSettings.viewApps"}]},{"file":"\/var\/www\/html\/lib\/base.php","line":987,"function":"match","class":"OC\\Route\\Router","type":"->","args":["\/settings\/apps"]},{"file":"\/var\/www\/html\/index.php","line":42,"function":"handleRequest","class":"OC","type":"::","args":[]}],"File":"\/var\/www\/html\/3rdparty\/doctrine\/dbal\/lib\/Doctrine\/DBAL\/Driver\/AbstractMySQLDriver.php","Line":66,"Previous":{"Exception":"Doctrine\\DBAL\\Driver\\PDOException","Message":"SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '1-edfb7a0a5786c73e4c68b902fdf4b01c' for key 'fs_storage_path_hash'","Code":"23000","Trace":[{"file":"\/var\/www\/html\/3rdparty\/doctrine\/dbal\/lib\/Doctrine\/DBAL\/Connection.php","line":1008,"function":"execute","class":"Doctrine\\DBAL\\Driver\\PDOStatement","type":"->","args":[["3","15",1540479177,0,"64c534e8f454e540ce82b3e39d6e8ec4",1540479177,27,486521,"","edfb7a0a5786c73e4c68b902fdf4b01c","appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip","70e2-6568-firstrunwizard.css.gzip",1,1,"edfb7a0a5786c73e4c68b902fdf4b01c"]]},{"file":"\/var\/www\/html\/lib\/private\/DB\/Connection.php","line":216,"function":"executeUpdate","class":"Doctrine\\DBAL\\Connection","type":"->","args":["INSERT INTO `oc_filecache` (`mimepart`,`mimetype`,`mtime`,`size`,`etag`,`storage_mtime`,`permissions`,`parent`,`checksum`,`path_hash`,`path`,`name`,`storage`) SELECT ?,?,?,?,?,?,?,?,?,?,?,?,? FROM `oc_filecache` WHERE `storage` = ? AND `path_hash` = ? HAVING COUNT(*) = 0",["3","15",1540479177,0,"64c534e8f454e540ce82b3e39d6e8ec4",1540479177,27,486521,"","edfb7a0a5786c73e4c68b902fdf4b01c","appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip","70e2-6568-firstrunwizard.css.gzip",1,1,"edfb7a0a5786c73e4c68b902fdf4b01c"],[]]},{"file":"\/var\/www\/html\/lib\/private\/DB\/Adapter.php","line":114,"function":"executeUpdate","class":"OC\\DB\\Connection","type":"->","args":["INSERT INTO `oc_filecache` (`mimepart`,`mimetype`,`mtime`,`size`,`etag`,`storage_mtime`,`permissions`,`parent`,`checksum`,`path_hash`,`path`,`name`,`storage`) SELECT ?,?,?,?,?,?,?,?,?,?,?,?,? FROM `oc_filecache` WHERE `storage` = ? AND `path_hash` = ? HAVING COUNT(*) = 0",["3","15",1540479177,0,"64c534e8f454e540ce82b3e39d6e8ec4",1540479177,27,486521,"","edfb7a0a5786c73e4c68b902fdf4b01c","appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip","70e2-6568-firstrunwizard.css.gzip",1,1,"edfb7a0a5786c73e4c68b902fdf4b01c"]]},{"file":"\/var\/www\/html\/lib\/private\/DB\/Connection.php","line":254,"function":"insertIfNotExist","class":"OC\\DB\\Adapter","type":"->","args":["*PREFIX*filecache",{"mimepart":"3","mimetype":"15","mtime":1540479177,"size":0,"etag":"64c534e8f454e540ce82b3e39d6e8ec4","storage_mtime":1540479177,"permissions":27,"parent":486521,"checksum":"","path_hash":"edfb7a0a5786c73e4c68b902fdf4b01c","path":"appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip","name":"70e2-6568-firstrunwizard.css.gzip","storage":1},["storage","path_hash"]]},{"file":"\/var\/www\/html\/lib\/private\/Files\/Cache\/Cache.php","line":272,"function":"insertIfNotExist","class":"OC\\DB\\Connection","type":"->","args":["*PREFIX*filecache",{"mimepart":"3","mimetype":"15","mtime":1540479177,"size":0,"etag":"64c534e8f454e540ce82b3e39d6e8ec4","storage_mtime":1540479177,"permissions":27,"parent":486521,"checksum":"","path_hash":"edfb7a0a5786c73e4c68b902fdf4b01c","path":"appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip","name":"70e2-6568-firstrunwizard.css.gzip","storage":1},["storage","path_hash"]]},{"file":"\/var\/www\/html\/lib\/private\/Files\/Cache\/Wrapper\/CacheWrapper.php","line":128,"function":"insert","class":"OC\\Files\\Cache\\Cache","type":"->","args":["appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip",{"mimetype":"application\/x-gzip","mtime":1540479177,"size":0,"etag":"64c534e8f454e540ce82b3e39d6e8ec4","storage_mtime":1540479177,"permissions":27,"parent":486521,"checksum":"","path":"appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip","name":"70e2-6568-firstrunwizard.css.gzip"}]},{"file":"\/var\/www\/html\/lib\/private\/Files\/Cache\/Wrapper\/CacheWrapper.php","line":128,"function":"insert","class":"OC\\Files\\Cache\\Wrapper\\CacheWrapper","type":"->","args":["appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip",{"mimetype":"application\/x-gzip","mtime":1540479177,"size":0,"etag":"64c534e8f454e540ce82b3e39d6e8ec4","storage_mtime":1540479177,"permissions":27,"parent":486521,"checksum":""}]},{"file":"\/var\/www\/html\/lib\/private\/Files\/Cache\/Wrapper\/CacheWrapper.php","line":114,"function":"insert","class":"OC\\Files\\Cache\\Wrapper\\CacheWrapper","type":"->","args":["appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip",{"mimetype":"application\/x-gzip","mtime":1540479177,"size":0,"etag":"64c534e8f454e540ce82b3e39d6e8ec4","storage_mtime":1540479177,"permissions":27,"parent":486521,"checksum":""}]},{"file":"\/var\/www\/html\/lib\/private\/Files\/Cache\/Scanner.php","line":292,"function":"put","class":"OC\\Files\\Cache\\Wrapper\\CacheWrapper","type":"->","args":["appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip",{"mimetype":"application\/x-gzip","mtime":1540479177,"size":0,"etag":"64c534e8f454e540ce82b3e39d6e8ec4","storage_mtime":1540479177,"permissions":27,"parent":486521,"checksum":""}]},{"file":"\/var\/www\/html\/lib\/private\/Files\/Cache\/Scanner.php","line":221,"function":"addToCache","class":"OC\\Files\\Cache\\Scanner","type":"->","args":["appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip",{"mimetype":"application\/x-gzip","mtime":1540479177,"size":0,"etag":"64c534e8f454e540ce82b3e39d6e8ec4","storage_mtime":1540479177,"permissions":27,"parent":486521,"checksum":""},-1]},{"file":"\/var\/www\/html\/lib\/private\/Files\/Cache\/Scanner.php","line":336,"function":"scanFile","class":"OC\\Files\\Cache\\Scanner","type":"->","args":["appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip",3,486521,false,false]},{"file":"\/var\/www\/html\/lib\/private\/Files\/Cache\/Updater.php","line":124,"function":"scan","class":"OC\\Files\\Cache\\Scanner","type":"->","args":["appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip",false,3,false]},{"file":"\/var\/www\/html\/lib\/private\/Files\/View.php","line":320,"function":"update","class":"OC\\Files\\Cache\\Updater","type":"->","args":["appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip",1540479177]},{"file":"\/var\/www\/html\/lib\/private\/Files\/View.php","line":1161,"function":"writeUpdate","class":"OC\\Files\\View","type":"->","args":[{"mountPoint":"\/","cache":{"__class__":"OC\\Files\\Cache\\Cache"},"scanner":{"__class__":"OC\\Files\\Cache\\Scanner"},"watcher":null,"propagator":{"__class__":"OC\\Files\\Cache\\Propagator"},"updater":{"__class__":"OC\\Files\\Cache\\Updater"},"__class__":"OCA\\RansomwareProtection\\StorageWrapper"},"appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip"]},{"file":"\/var\/www\/html\/lib\/private\/Files\/View.php","line":567,"function":"basicOperation","class":"OC\\Files\\View","type":"->","args":["touch","\/appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip",["touch","create","write"],null]},{"file":"\/var\/www\/html\/lib\/private\/Files\/Node\/Folder.php","line":181,"function":"touch","class":"OC\\Files\\View","type":"->","args":["\/appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip"]},{"file":"\/var\/www\/html\/lib\/private\/Files\/SimpleFS\/SimpleFolder.php","line":83,"function":"newFile","class":"OC\\Files\\Node\\Folder","type":"->","args":["70e2-6568-firstrunwizard.css.gzip"]},{"file":"\/var\/www\/html\/lib\/private\/Template\/SCSSCacher.php","line":304,"function":"newFile","class":"OC\\Files\\SimpleFS\\SimpleFolder","type":"->","args":["70e2-6568-firstrunwizard.css.gzip"]},{"file":"\/var\/www\/html\/lib\/private\/Template\/SCSSCacher.php","line":153,"function":"cache","class":"OC\\Template\\SCSSCacher","type":"->","args":["\/var\/www\/html\/apps\/firstrunwizard\/css","70e2-6568-firstrunwizard.css","firstrunwizard.scss",{"__class__":"OC\\Files\\SimpleFS\\SimpleFolder"},"\/apps\/firstrunwizard\/css"]},{"file":"\/var\/www\/html\/lib\/private\/Template\/CSSResourceLocator.php","line":109,"function":"process","class":"OC\\Template\\SCSSCacher","type":"->","args":["\/var\/www\/html\/apps\/firstrunwizard","css\/firstrunwizard.scss","firstrunwizard"]},{"file":"\/var\/www\/html\/lib\/private\/Template\/CSSResourceLocator.php","line":84,"function":"cacheAndAppendScssIfExist","class":"OC\\Template\\CSSResourceLocator","type":"->","args":["\/var\/www\/html\/apps\/firstrunwizard","css\/firstrunwizard.scss","firstrunwizard"]},{"file":"\/var\/www\/html\/lib\/private\/Template\/ResourceLocator.php","line":78,"function":"doFind","class":"OC\\Template\\CSSResourceLocator","type":"->","args":["css\/firstrunwizard"]},{"file":"\/var\/www\/html\/lib\/private\/TemplateLayout.php","line":285,"function":"find","class":"OC\\Template\\ResourceLocator","type":"->","args":[["vendor\/select2\/select2","vendor\/jquery-ui\/themes\/base\/jquery-ui","css\/jquery-ui-fixes","css\/server","css\/css-variables","apporder\/css\/apporder","files_pdfviewer\/css\/style","files_versions\/css\/versions","files_videoplayer\/css\/style","firstrunwizard\/css\/firstrunwizard","gpxedit\/css\/style","notifications\/css\/styles","css\/jquery.ocdialog","search\/css\/results","settings\/css\/settings"]]},{"file":"\/var\/www\/html\/lib\/private\/TemplateLayout.php","line":201,"function":"findStylesheetFiles","class":"OC\\TemplateLayout","type":"::","args":[["vendor\/select2\/select2","vendor\/jquery-ui\/themes\/base\/jquery-ui","css\/jquery-ui-fixes","css\/server","css\/css-variables","apporder\/css\/apporder","files_pdfviewer\/css\/style","files_versions\/css\/versions","files_videoplayer\/css\/style","firstrunwizard\/css\/firstrunwizard","gpxedit\/css\/style","notifications\/css\/styles","css\/jquery.ocdialog","search\/css\/results","settings\/css\/settings"]]},{"file":"\/var\/www\/html\/lib\/private\/legacy\/template.php","line":210,"function":"__construct","class":"OC\\TemplateLayout","type":"->","args":["user","settings"]},{"file":"\/var\/www\/html\/lib\/public\/AppFramework\/Http\/TemplateResponse.php","line":157,"function":"fetchPage","class":"OC_Template","type":"->","args":[{"serverData":{"appstoreEnabled":true,"updateCount":0,"developerDocumentation":"https:\/\/docs.nextcloud.com\/server\/14\/go.php?to=developer-manual","bundles":[{"name":"Firmen-Paket","id":"EnterpriseBundle","appIdentifiers":["admin_audit","user_ldap","files_retention","files_automatedtagging","user_saml","files_accesscontrol","terms_of_service"]},{"name":"Groupware-Paket","id":"GroupwareBundle","appIdentifiers":["calendar","contacts","deck","mail"]},{"name":"Paket f\u00fcr das Teilen in sozialen Medien","id":"SocialSharingBundle","appIdentifiers":["socialsharing_twitter","socialsharing_googleplus","socialsharing_facebook","socialsharing_email","socialsharing_diaspora"]},{"name":"Bildungsausgabe","id":"EducationBundle","appIdentifiers":["zenodo","dashboard","circles","groupfolders","announcementcenter","admin_notifications","quota_warning","orcid","user_saml"]}]}}]},{"file":"\/var\/www\/html\/lib\/private\/AppFramework\/Http\/Dispatcher.php","line":119,"function":"render","class":"OCP\\AppFramework\\Http\\TemplateResponse","type":"->","args":[]},{"file":"\/var\/www\/html\/lib\/private\/AppFramework\/App.php","line":118,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[{"__class__":"OC\\Settings\\Controller\\AppSettingsController"},"viewApps"]},{"file":"\/var\/www\/html\/lib\/private\/AppFramework\/Routing\/RouteActionHandler.php","line":47,"function":"main","class":"OC\\AppFramework\\App","type":"::","args":["OC\\Settings\\Controller\\AppSettingsController","viewApps",{"__class__":"OC\\AppFramework\\DependencyInjection\\DIContainer"},{"category":"","id":"","_route":"settings.AppSettings.viewApps"}]},{"function":"__invoke","class":"OC\\AppFramework\\Routing\\RouteActionHandler","type":"->","args":[{"category":"","id":"","_route":"settings.AppSettings.viewApps"}]},{"file":"\/var\/www\/html\/lib\/private\/Route\/Router.php","line":297,"function":"call_user_func","args":[{"__class__":"OC\\AppFramework\\Routing\\RouteActionHandler"},{"category":"","id":"","_route":"settings.AppSettings.viewApps"}]},{"file":"\/var\/www\/html\/lib\/base.php","line":987,"function":"match","class":"OC\\Route\\Router","type":"->","args":["\/settings\/apps"]},{"file":"\/var\/www\/html\/index.php","line":42,"function":"handleRequest","class":"OC","type":"::","args":[]}],"File":"\/var\/www\/html\/3rdparty\/doctrine\/dbal\/lib\/Doctrine\/DBAL\/Driver\/PDOStatement.php","Line":107,"Previous":{"Exception":"PDOException","Message":"SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '1-edfb7a0a5786c73e4c68b902fdf4b01c' for key 'fs_storage_path_hash'","Code":"23000","Trace":[{"file":"\/var\/www\/html\/3rdparty\/doctrine\/dbal\/lib\/Doctrine\/DBAL\/Driver\/PDOStatement.php","line":105,"function":"execute","class":"PDOStatement","type":"->","args":[["3","15",1540479177,0,"64c534e8f454e540ce82b3e39d6e8ec4",1540479177,27,486521,"","edfb7a0a5786c73e4c68b902fdf4b01c","appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip","70e2-6568-firstrunwizard.css.gzip",1,1,"edfb7a0a5786c73e4c68b902fdf4b01c"]]},{"file":"\/var\/www\/html\/3rdparty\/doctrine\/dbal\/lib\/Doctrine\/DBAL\/Connection.php","line":1008,"function":"execute","class":"Doctrine\\DBAL\\Driver\\PDOStatement","type":"->","args":[["3","15",1540479177,0,"64c534e8f454e540ce82b3e39d6e8ec4",1540479177,27,486521,"","edfb7a0a5786c73e4c68b902fdf4b01c","appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip","70e2-6568-firstrunwizard.css.gzip",1,1,"edfb7a0a5786c73e4c68b902fdf4b01c"]]},{"file":"\/var\/www\/html\/lib\/private\/DB\/Connection.php","line":216,"function":"executeUpdate","class":"Doctrine\\DBAL\\Connection","type":"->","args":["INSERT INTO `oc_filecache` (`mimepart`,`mimetype`,`mtime`,`size`,`etag`,`storage_mtime`,`permissions`,`parent`,`checksum`,`path_hash`,`path`,`name`,`storage`) SELECT ?,?,?,?,?,?,?,?,?,?,?,?,? FROM `oc_filecache` WHERE `storage` = ? AND `path_hash` = ? HAVING COUNT(*) = 0",["3","15",1540479177,0,"64c534e8f454e540ce82b3e39d6e8ec4",1540479177,27,486521,"","edfb7a0a5786c73e4c68b902fdf4b01c","appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip","70e2-6568-firstrunwizard.css.gzip",1,1,"edfb7a0a5786c73e4c68b902fdf4b01c"],[]]},{"file":"\/var\/www\/html\/lib\/private\/DB\/Adapter.php","line":114,"function":"executeUpdate","class":"OC\\DB\\Connection","type":"->","args":["INSERT INTO `oc_filecache` (`mimepart`,`mimetype`,`mtime`,`size`,`etag`,`storage_mtime`,`permissions`,`parent`,`checksum`,`path_hash`,`path`,`name`,`storage`) SELECT ?,?,?,?,?,?,?,?,?,?,?,?,? FROM `oc_filecache` WHERE `storage` = ? AND `path_hash` = ? HAVING COUNT(*) = 0",["3","15",1540479177,0,"64c534e8f454e540ce82b3e39d6e8ec4",1540479177,27,486521,"","edfb7a0a5786c73e4c68b902fdf4b01c","appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip","70e2-6568-firstrunwizard.css.gzip",1,1,"edfb7a0a5786c73e4c68b902fdf4b01c"]]},{"file":"\/var\/www\/html\/lib\/private\/DB\/Connection.php","line":254,"function":"insertIfNotExist","class":"OC\\DB\\Adapter","type":"->","args":["*PREFIX*filecache",{"mimepart":"3","mimetype":"15","mtime":1540479177,"size":0,"etag":"64c534e8f454e540ce82b3e39d6e8ec4","storage_mtime":1540479177,"permissions":27,"parent":486521,"checksum":"","path_hash":"edfb7a0a5786c73e4c68b902fdf4b01c","path":"appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip","name":"70e2-6568-firstrunwizard.css.gzip","storage":1},["storage","path_hash"]]},{"file":"\/var\/www\/html\/lib\/private\/Files\/Cache\/Cache.php","line":272,"function":"insertIfNotExist","class":"OC\\DB\\Connection","type":"->","args":["*PREFIX*filecache",{"mimepart":"3","mimetype":"15","mtime":1540479177,"size":0,"etag":"64c534e8f454e540ce82b3e39d6e8ec4","storage_mtime":1540479177,"permissions":27,"parent":486521,"checksum":"","path_hash":"edfb7a0a5786c73e4c68b902fdf4b01c","path":"appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip","name":"70e2-6568-firstrunwizard.css.gzip","storage":1},["storage","path_hash"]]},{"file":"\/var\/www\/html\/lib\/private\/Files\/Cache\/Wrapper\/CacheWrapper.php","line":128,"function":"insert","class":"OC\\Files\\Cache\\Cache","type":"->","args":["appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip",{"mimetype":"application\/x-gzip","mtime":1540479177,"size":0,"etag":"64c534e8f454e540ce82b3e39d6e8ec4","storage_mtime":1540479177,"permissions":27,"parent":486521,"checksum":"","path":"appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip","name":"70e2-6568-firstrunwizard.css.gzip"}]},{"file":"\/var\/www\/html\/lib\/private\/Files\/Cache\/Wrapper\/CacheWrapper.php","line":128,"function":"insert","class":"OC\\Files\\Cache\\Wrapper\\CacheWrapper","type":"->","args":["appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip",{"mimetype":"application\/x-gzip","mtime":1540479177,"size":0,"etag":"64c534e8f454e540ce82b3e39d6e8ec4","storage_mtime":1540479177,"permissions":27,"parent":486521,"checksum":""}]},{"file":"\/var\/www\/html\/lib\/private\/Files\/Cache\/Wrapper\/CacheWrapper.php","line":114,"function":"insert","class":"OC\\Files\\Cache\\Wrapper\\CacheWrapper","type":"->","args":["appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip",{"mimetype":"application\/x-gzip","mtime":1540479177,"size":0,"etag":"64c534e8f454e540ce82b3e39d6e8ec4","storage_mtime":1540479177,"permissions":27,"parent":486521,"checksum":""}]},{"file":"\/var\/www\/html\/lib\/private\/Files\/Cache\/Scanner.php","line":292,"function":"put","class":"OC\\Files\\Cache\\Wrapper\\CacheWrapper","type":"->","args":["appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip",{"mimetype":"application\/x-gzip","mtime":1540479177,"size":0,"etag":"64c534e8f454e540ce82b3e39d6e8ec4","storage_mtime":1540479177,"permissions":27,"parent":486521,"checksum":""}]},{"file":"\/var\/www\/html\/lib\/private\/Files\/Cache\/Scanner.php","line":221,"function":"addToCache","class":"OC\\Files\\Cache\\Scanner","type":"->","args":["appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip",{"mimetype":"application\/x-gzip","mtime":1540479177,"size":0,"etag":"64c534e8f454e540ce82b3e39d6e8ec4","storage_mtime":1540479177,"permissions":27,"parent":486521,"checksum":""},-1]},{"file":"\/var\/www\/html\/lib\/private\/Files\/Cache\/Scanner.php","line":336,"function":"scanFile","class":"OC\\Files\\Cache\\Scanner","type":"->","args":["appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip",3,486521,false,false]},{"file":"\/var\/www\/html\/lib\/private\/Files\/Cache\/Updater.php","line":124,"function":"scan","class":"OC\\Files\\Cache\\Scanner","type":"->","args":["appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip",false,3,false]},{"file":"\/var\/www\/html\/lib\/private\/Files\/View.php","line":320,"function":"update","class":"OC\\Files\\Cache\\Updater","type":"->","args":["appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip",1540479177]},{"file":"\/var\/www\/html\/lib\/private\/Files\/View.php","line":1161,"function":"writeUpdate","class":"OC\\Files\\View","type":"->","args":[{"mountPoint":"\/","cache":{"__class__":"OC\\Files\\Cache\\Cache"},"scanner":{"__class__":"OC\\Files\\Cache\\Scanner"},"watcher":null,"propagator":{"__class__":"OC\\Files\\Cache\\Propagator"},"updater":{"__class__":"OC\\Files\\Cache\\Updater"},"__class__":"OCA\\RansomwareProtection\\StorageWrapper"},"appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip"]},{"file":"\/var\/www\/html\/lib\/private\/Files\/View.php","line":567,"function":"basicOperation","class":"OC\\Files\\View","type":"->","args":["touch","\/appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip",["touch","create","write"],null]},{"file":"\/var\/www\/html\/lib\/private\/Files\/Node\/Folder.php","line":181,"function":"touch","class":"OC\\Files\\View","type":"->","args":["\/appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip"]},{"file":"\/var\/www\/html\/lib\/private\/Files\/SimpleFS\/SimpleFolder.php","line":83,"function":"newFile","class":"OC\\Files\\Node\\Folder","type":"->","args":["70e2-6568-firstrunwizard.css.gzip"]},{"file":"\/var\/www\/html\/lib\/private\/Template\/SCSSCacher.php","line":304,"function":"newFile","class":"OC\\Files\\SimpleFS\\SimpleFolder","type":"->","args":["70e2-6568-firstrunwizard.css.gzip"]},{"file":"\/var\/www\/html\/lib\/private\/Template\/SCSSCacher.php","line":153,"function":"cache","class":"OC\\Template\\SCSSCacher","type":"->","args":["\/var\/www\/html\/apps\/firstrunwizard\/css","70e2-6568-firstrunwizard.css","firstrunwizard.scss",{"__class__":"OC\\Files\\SimpleFS\\SimpleFolder"},"\/apps\/firstrunwizard\/css"]},{"file":"\/var\/www\/html\/lib\/private\/Template\/CSSResourceLocator.php","line":109,"function":"process","class":"OC\\Template\\SCSSCacher","type":"->","args":["\/var\/www\/html\/apps\/firstrunwizard","css\/firstrunwizard.scss","firstrunwizard"]},{"file":"\/var\/www\/html\/lib\/private\/Template\/CSSResourceLocator.php","line":84,"function":"cacheAndAppendScssIfExist","class":"OC\\Template\\CSSResourceLocator","type":"->","args":["\/var\/www\/html\/apps\/firstrunwizard","css\/firstrunwizard.scss","firstrunwizard"]},{"file":"\/var\/www\/html\/lib\/private\/Template\/ResourceLocator.php","line":78,"function":"doFind","class":"OC\\Template\\CSSResourceLocator","type":"->","args":["css\/firstrunwizard"]},{"file":"\/var\/www\/html\/lib\/private\/TemplateLayout.php","line":285,"function":"find","class":"OC\\Template\\ResourceLocator","type":"->","args":[["vendor\/select2\/select2","vendor\/jquery-ui\/themes\/base\/jquery-ui","css\/jquery-ui-fixes","css\/server","css\/css-variables","apporder\/css\/apporder","files_pdfviewer\/css\/style","files_versions\/css\/versions","files_videoplayer\/css\/style","firstrunwizard\/css\/firstrunwizard","gpxedit\/css\/style","notifications\/css\/styles","css\/jquery.ocdialog","search\/css\/results","settings\/css\/settings"]]},{"file":"\/var\/www\/html\/lib\/private\/TemplateLayout.php","line":201,"function":"findStylesheetFiles","class":"OC\\TemplateLayout","type":"::","args":[["vendor\/select2\/select2","vendor\/jquery-ui\/themes\/base\/jquery-ui","css\/jquery-ui-fixes","css\/server","css\/css-variables","apporder\/css\/apporder","files_pdfviewer\/css\/style","files_versions\/css\/versions","files_videoplayer\/css\/style","firstrunwizard\/css\/firstrunwizard","gpxedit\/css\/style","notifications\/css\/styles","css\/jquery.ocdialog","search\/css\/results","settings\/css\/settings"]]},{"file":"\/var\/www\/html\/lib\/private\/legacy\/template.php","line":210,"function":"__construct","class":"OC\\TemplateLayout","type":"->","args":["user","settings"]},{"file":"\/var\/www\/html\/lib\/public\/AppFramework\/Http\/TemplateResponse.php","line":157,"function":"fetchPage","class":"OC_Template","type":"->","args":[{"serverData":{"appstoreEnabled":true,"updateCount":0,"developerDocumentation":"https:\/\/docs.nextcloud.com\/server\/14\/go.php?to=developer-manual","bundles":[{"name":"Firmen-Paket","id":"EnterpriseBundle","appIdentifiers":["admin_audit","user_ldap","files_retention","files_automatedtagging","user_saml","files_accesscontrol","terms_of_service"]},{"name":"Groupware-Paket","id":"GroupwareBundle","appIdentifiers":["calendar","contacts","deck","mail"]},{"name":"Paket f\u00fcr das Teilen in sozialen Medien","id":"SocialSharingBundle","appIdentifiers":["socialsharing_twitter","socialsharing_googleplus","socialsharing_facebook","socialsharing_email","socialsharing_diaspora"]},{"name":"Bildungsausgabe","id":"EducationBundle","appIdentifiers":["zenodo","dashboard","circles","groupfolders","announcementcenter","admin_notifications","quota_warning","orcid","user_saml"]}]}}]},{"file":"\/var\/www\/html\/lib\/private\/AppFramework\/Http\/Dispatcher.php","line":119,"function":"render","class":"OCP\\AppFramework\\Http\\TemplateResponse","type":"->","args":[]},{"file":"\/var\/www\/html\/lib\/private\/AppFramework\/App.php","line":118,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[{"__class__":"OC\\Settings\\Controller\\AppSettingsController"},"viewApps"]},{"file":"\/var\/www\/html\/lib\/private\/AppFramework\/Routing\/RouteActionHandler.php","line":47,"function":"main","class":"OC\\AppFramework\\App","type":"::","args":["OC\\Settings\\Controller\\AppSettingsController","viewApps",{"__class__":"OC\\AppFramework\\DependencyInjection\\DIContainer"},{"category":"","id":"","_route":"settings.AppSettings.viewApps"}]},{"function":"__invoke","class":"OC\\AppFramework\\Routing\\RouteActionHandler","type":"->","args":[{"category":"","id":"","_route":"settings.AppSettings.viewApps"}]},{"file":"\/var\/www\/html\/lib\/private\/Route\/Router.php","line":297,"function":"call_user_func","args":[{"__class__":"OC\\AppFramework\\Routing\\RouteActionHandler"},{"category":"","id":"","_route":"settings.AppSettings.viewApps"}]},{"file":"\/var\/www\/html\/lib\/base.php","line":987,"function":"match","class":"OC\\Route\\Router","type":"->","args":["\/settings\/apps"]},{"file":"\/var\/www\/html\/index.php","line":42,"function":"handleRequest","class":"OC","type":"::","args":[]}],"File":"\/var\/www\/html\/3rdparty\/doctrine\/dbal\/lib\/Doctrine\/DBAL\/Driver\/PDOStatement.php","Line":105}},"CustomMessage":"--"},"userAgent":"Mozilla\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\/20100101 Firefox\/62.0","version":"14.0.3.0"}
{"reqId":"v6p7ygJwDGgxhC9HpngX","level":3,"time":"2018-10-25T14:52:57+00:00","remoteAddr":"94.221.18.57","user":"christopher","app":"index","method":"GET","url":"\/apps\/files\/","message":{"Exception":"Doctrine\\DBAL\\Exception\\UniqueConstraintViolationException","Message":"An exception occurred while executing 'INSERT INTO `oc_filecache` (`mimepart`,`mimetype`,`mtime`,`size`,`etag`,`storage_mtime`,`permissions`,`parent`,`checksum`,`path_hash`,`path`,`name`,`storage`) SELECT ?,?,?,?,?,?,?,?,?,?,?,?,? FROM `oc_filecache` WHERE `storage` = ? AND `path_hash` = ? HAVING COUNT(*) = 0' with params [\"3\", \"15\", 1540479177, 0, \"64c534e8f454e540ce82b3e39d6e8ec4\", 1540479177, 27, 486521, \"\", \"edfb7a0a5786c73e4c68b902fdf4b01c\", \"appdata_oc4j4bs8k9dg\\\/css\\\/firstrunwizard\\\/70e2-6568-firstrunwizard.css.gzip\", \"70e2-6568-firstrunwizard.css.gzip\", 1, 1, \"edfb7a0a5786c73e4c68b902fdf4b01c\"]:\n\nSQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '1-edfb7a0a5786c73e4c68b902fdf4b01c' for key 'fs_storage_path_hash'","Code":0,"Trace":[{"file":"\/var\/www\/html\/3rdparty\/doctrine\/dbal\/lib\/Doctrine\/DBAL\/DBALException.php","line":128,"function":"convertException","class":"Doctrine\\DBAL\\Driver\\AbstractMySQLDriver","type":"->","args":["An exception occurred while executing 'INSERT INTO `oc_filecache` (`mimepart`,`mimetype`,`mtime`,`size`,`etag`,`storage_mtime`,`permissions`,`parent`,`checksum`,`path_hash`,`path`,`name`,`storage`) SELECT ?,?,?,?,?,?,?,?,?,?,?,?,? FROM `oc_filecache` WHERE `storage` = ? AND `path_hash` = ? HAVING COUNT(*) = 0' with params [\"3\", \"15\", 1540479177, 0, \"64c534e8f454e540ce82b3e39d6e8ec4\", 1540479177, 27, 486521, \"\", \"edfb7a0a5786c73e4c68b902fdf4b01c\", \"appdata_oc4j4bs8k9dg\\\/css\\\/firstrunwizard\\\/70e2-6568-firstrunwizard.css.gzip\", \"70e2-6568-firstrunwizard.css.gzip\", 1, 1, \"edfb7a0a5786c73e4c68b902fdf4b01c\"]:\n\nSQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '1-edfb7a0a5786c73e4c68b902fdf4b01c' for key 'fs_storage_path_hash'",{"errorInfo":["23000",1062,"Duplicate entry '1-edfb7a0a5786c73e4c68b902fdf4b01c' for key 'fs_storage_path_hash'"],"__class__":"Doctrine\\DBAL\\Driver\\PDOException"}]},{"file":"\/var\/www\/html\/3rdparty\/doctrine\/dbal\/lib\/Doctrine\/DBAL\/Connection.php","line":1015,"function":"driverExceptionDuringQuery","class":"Doctrine\\DBAL\\DBALException","type":"::","args":[{"__class__":"Doctrine\\DBAL\\Driver\\PDOMySql\\Driver"},{"errorInfo":["23000",1062,"Duplicate entry '1-edfb7a0a5786c73e4c68b902fdf4b01c' for key 'fs_storage_path_hash'"],"__class__":"Doctrine\\DBAL\\Driver\\PDOException"},"INSERT INTO `oc_filecache` (`mimepart`,`mimetype`,`mtime`,`size`,`etag`,`storage_mtime`,`permissions`,`parent`,`checksum`,`path_hash`,`path`,`name`,`storage`) SELECT ?,?,?,?,?,?,?,?,?,?,?,?,? FROM `oc_filecache` WHERE `storage` = ? AND `path_hash` = ? HAVING COUNT(*) = 0",{"1":"3","2":"15","3":1540479177,"4":0,"5":"64c534e8f454e540ce82b3e39d6e8ec4","6":1540479177,"7":27,"8":486521,"9":"","10":"edfb7a0a5786c73e4c68b902fdf4b01c","11":"appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip","12":"70e2-6568-firstrunwizard.css.gzip","13":1,"14":1,"15":"edfb7a0a5786c73e4c68b902fdf4b01c"}]},{"file":"\/var\/www\/html\/lib\/private\/DB\/Connection.php","line":216,"function":"executeUpdate","class":"Doctrine\\DBAL\\Connection","type":"->","args":["INSERT INTO `oc_filecache` (`mimepart`,`mimetype`,`mtime`,`size`,`etag`,`storage_mtime`,`permissions`,`parent`,`checksum`,`path_hash`,`path`,`name`,`storage`) SELECT ?,?,?,?,?,?,?,?,?,?,?,?,? FROM `oc_filecache` WHERE `storage` = ? AND `path_hash` = ? HAVING COUNT(*) = 0",["3","15",1540479177,0,"64c534e8f454e540ce82b3e39d6e8ec4",1540479177,27,486521,"","edfb7a0a5786c73e4c68b902fdf4b01c","appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip","70e2-6568-firstrunwizard.css.gzip",1,1,"edfb7a0a5786c73e4c68b902fdf4b01c"],[]]},{"file":"\/var\/www\/html\/lib\/private\/DB\/Adapter.php","line":114,"function":"executeUpdate","class":"OC\\DB\\Connection","type":"->","args":["INSERT INTO `oc_filecache` (`mimepart`,`mimetype`,`mtime`,`size`,`etag`,`storage_mtime`,`permissions`,`parent`,`checksum`,`path_hash`,`path`,`name`,`storage`) SELECT ?,?,?,?,?,?,?,?,?,?,?,?,? FROM `oc_filecache` WHERE `storage` = ? AND `path_hash` = ? HAVING COUNT(*) = 0",["3","15",1540479177,0,"64c534e8f454e540ce82b3e39d6e8ec4",1540479177,27,486521,"","edfb7a0a5786c73e4c68b902fdf4b01c","appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip","70e2-6568-firstrunwizard.css.gzip",1,1,"edfb7a0a5786c73e4c68b902fdf4b01c"]]},{"file":"\/var\/www\/html\/lib\/private\/DB\/Connection.php","line":254,"function":"insertIfNotExist","class":"OC\\DB\\Adapter","type":"->","args":["*PREFIX*filecache",{"mimepart":"3","mimetype":"15","mtime":1540479177,"size":0,"etag":"64c534e8f454e540ce82b3e39d6e8ec4","storage_mtime":1540479177,"permissions":27,"parent":486521,"checksum":"","path_hash":"edfb7a0a5786c73e4c68b902fdf4b01c","path":"appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip","name":"70e2-6568-firstrunwizard.css.gzip","storage":1},["storage","path_hash"]]},{"file":"\/var\/www\/html\/lib\/private\/Files\/Cache\/Cache.php","line":272,"function":"insertIfNotExist","class":"OC\\DB\\Connection","type":"->","args":["*PREFIX*filecache",{"mimepart":"3","mimetype":"15","mtime":1540479177,"size":0,"etag":"64c534e8f454e540ce82b3e39d6e8ec4","storage_mtime":1540479177,"permissions":27,"parent":486521,"checksum":"","path_hash":"edfb7a0a5786c73e4c68b902fdf4b01c","path":"appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip","name":"70e2-6568-firstrunwizard.css.gzip","storage":1},["storage","path_hash"]]},{"file":"\/var\/www\/html\/lib\/private\/Files\/Cache\/Wrapper\/CacheWrapper.php","line":128,"function":"insert","class":"OC\\Files\\Cache\\Cache","type":"->","args":["appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip",{"mimetype":"application\/x-gzip","mtime":1540479177,"size":0,"etag":"64c534e8f454e540ce82b3e39d6e8ec4","storage_mtime":1540479177,"permissions":27,"parent":486521,"checksum":"","path":"appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip","name":"70e2-6568-firstrunwizard.css.gzip"}]},{"file":"\/var\/www\/html\/lib\/private\/Files\/Cache\/Wrapper\/CacheWrapper.php","line":128,"function":"insert","class":"OC\\Files\\Cache\\Wrapper\\CacheWrapper","type":"->","args":["appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip",{"mimetype":"application\/x-gzip","mtime":1540479177,"size":0,"etag":"64c534e8f454e540ce82b3e39d6e8ec4","storage_mtime":1540479177,"permissions":27,"parent":486521,"checksum":""}]},{"file":"\/var\/www\/html\/lib\/private\/Files\/Cache\/Wrapper\/CacheWrapper.php","line":114,"function":"insert","class":"OC\\Files\\Cache\\Wrapper\\CacheWrapper","type":"->","args":["appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip",{"mimetype":"application\/x-gzip","mtime":1540479177,"size":0,"etag":"64c534e8f454e540ce82b3e39d6e8ec4","storage_mtime":1540479177,"permissions":27,"parent":486521,"checksum":""}]},{"file":"\/var\/www\/html\/lib\/private\/Files\/Cache\/Scanner.php","line":292,"function":"put","class":"OC\\Files\\Cache\\Wrapper\\CacheWrapper","type":"->","args":["appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip",{"mimetype":"application\/x-gzip","mtime":1540479177,"size":0,"etag":"64c534e8f454e540ce82b3e39d6e8ec4","storage_mtime":1540479177,"permissions":27,"parent":486521,"checksum":""}]},{"file":"\/var\/www\/html\/lib\/private\/Files\/Cache\/Scanner.php","line":221,"function":"addToCache","class":"OC\\Files\\Cache\\Scanner","type":"->","args":["appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip",{"mimetype":"application\/x-gzip","mtime":1540479177,"size":0,"etag":"64c534e8f454e540ce82b3e39d6e8ec4","storage_mtime":1540479177,"permissions":27,"parent":486521,"checksum":""},-1]},{"file":"\/var\/www\/html\/lib\/private\/Files\/Cache\/Scanner.php","line":336,"function":"scanFile","class":"OC\\Files\\Cache\\Scanner","type":"->","args":["appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip",3,486521,false,false]},{"file":"\/var\/www\/html\/lib\/private\/Files\/Cache\/Updater.php","line":124,"function":"scan","class":"OC\\Files\\Cache\\Scanner","type":"->","args":["appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip",false,3,false]},{"file":"\/var\/www\/html\/lib\/private\/Files\/View.php","line":320,"function":"update","class":"OC\\Files\\Cache\\Updater","type":"->","args":["appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip",1540479177]},{"file":"\/var\/www\/html\/lib\/private\/Files\/View.php","line":1161,"function":"writeUpdate","class":"OC\\Files\\View","type":"->","args":[{"mountPoint":"\/","cache":{"__class__":"OC\\Files\\Cache\\Cache"},"scanner":{"__class__":"OC\\Files\\Cache\\Scanner"},"watcher":null,"propagator":{"__class__":"OC\\Files\\Cache\\Propagator"},"updater":{"__class__":"OC\\Files\\Cache\\Updater"},"__class__":"OCA\\RansomwareProtection\\StorageWrapper"},"appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip"]},{"file":"\/var\/www\/html\/lib\/private\/Files\/View.php","line":567,"function":"basicOperation","class":"OC\\Files\\View","type":"->","args":["touch","\/appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip",["touch","create","write"],null]},{"file":"\/var\/www\/html\/lib\/private\/Files\/Node\/Folder.php","line":181,"function":"touch","class":"OC\\Files\\View","type":"->","args":["\/appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip"]},{"file":"\/var\/www\/html\/lib\/private\/Files\/SimpleFS\/SimpleFolder.php","line":83,"function":"newFile","class":"OC\\Files\\Node\\Folder","type":"->","args":["70e2-6568-firstrunwizard.css.gzip"]},{"file":"\/var\/www\/html\/lib\/private\/Template\/SCSSCacher.php","line":304,"function":"newFile","class":"OC\\Files\\SimpleFS\\SimpleFolder","type":"->","args":["70e2-6568-firstrunwizard.css.gzip"]},{"file":"\/var\/www\/html\/lib\/private\/Template\/SCSSCacher.php","line":153,"function":"cache","class":"OC\\Template\\SCSSCacher","type":"->","args":["\/var\/www\/html\/apps\/firstrunwizard\/css","70e2-6568-firstrunwizard.css","firstrunwizard.scss",{"__class__":"OC\\Files\\SimpleFS\\SimpleFolder"},"\/apps\/firstrunwizard\/css"]},{"file":"\/var\/www\/html\/lib\/private\/Template\/CSSResourceLocator.php","line":109,"function":"process","class":"OC\\Template\\SCSSCacher","type":"->","args":["\/var\/www\/html\/apps\/firstrunwizard","css\/firstrunwizard.scss","firstrunwizard"]},{"file":"\/var\/www\/html\/lib\/private\/Template\/CSSResourceLocator.php","line":84,"function":"cacheAndAppendScssIfExist","class":"OC\\Template\\CSSResourceLocator","type":"->","args":["\/var\/www\/html\/apps\/firstrunwizard","css\/firstrunwizard.scss","firstrunwizard"]},{"file":"\/var\/www\/html\/lib\/private\/Template\/ResourceLocator.php","line":78,"function":"doFind","class":"OC\\Template\\CSSResourceLocator","type":"->","args":["css\/firstrunwizard"]},{"file":"\/var\/www\/html\/lib\/private\/TemplateLayout.php","line":285,"function":"find","class":"OC\\Template\\ResourceLocator","type":"->","args":[["vendor\/select2\/select2","vendor\/jquery-ui\/themes\/base\/jquery-ui","css\/jquery-ui-fixes","css\/server","css\/css-variables","apporder\/css\/apporder","files_pdfviewer\/css\/style","files_versions\/css\/versions","files_videoplayer\/css\/style","firstrunwizard\/css\/firstrunwizard","gpxedit\/css\/style","notifications\/css\/styles","css\/jquery.ocdialog","search\/css\/results","files\/css\/merged","files_external\/css\/external","files_trashbin\/css\/trash","activity\/css\/style","audioplayer\/css\/3rdparty\/fontello\/css\/fontello","comments\/css\/autocomplete","comments\/css\/comments","files_markdown\/css\/..\/build\/styles","files_markdown\/css\/preview","files_sharing\/css\/mergedAdditionalStyles","files_texteditor\/css\/merged","gallery\/css\/slideshow","gallery\/css\/gallerybutton","gallery\/css\/share","metadata\/css\/tabview","socialsharing_email\/css\/socialsharingemail","css\/systemtags","systemtags\/css\/systemtagsfilelist"]]},{"file":"\/var\/www\/html\/lib\/private\/TemplateLayout.php","line":201,"function":"findStylesheetFiles","class":"OC\\TemplateLayout","type":"::","args":[["vendor\/select2\/select2","vendor\/jquery-ui\/themes\/base\/jquery-ui","css\/jquery-ui-fixes","css\/server","css\/css-variables","apporder\/css\/apporder","files_pdfviewer\/css\/style","files_versions\/css\/versions","files_videoplayer\/css\/style","firstrunwizard\/css\/firstrunwizard","gpxedit\/css\/style","notifications\/css\/styles","css\/jquery.ocdialog","search\/css\/results","files\/css\/merged","files_external\/css\/external","files_trashbin\/css\/trash","activity\/css\/style","audioplayer\/css\/3rdparty\/fontello\/css\/fontello","comments\/css\/autocomplete","comments\/css\/comments","files_markdown\/css\/..\/build\/styles","files_markdown\/css\/preview","files_sharing\/css\/mergedAdditionalStyles","files_texteditor\/css\/merged","gallery\/css\/slideshow","gallery\/css\/gallerybutton","gallery\/css\/share","metadata\/css\/tabview","socialsharing_email\/css\/socialsharingemail","css\/systemtags","systemtags\/css\/systemtagsfilelist"]]},{"file":"\/var\/www\/html\/lib\/private\/legacy\/template.php","line":210,"function":"__construct","class":"OC\\TemplateLayout","type":"->","args":["user","files"]},{"file":"\/var\/www\/html\/lib\/public\/AppFramework\/Http\/TemplateResponse.php","line":157,"function":"fetchPage","class":"OC_Template","type":"->","args":[{"usedSpacePercent":46,"owner":"christopher","ownerDisplayName":"Christopher","isPublic":false,"allowShareWithLink":"yes","defaultFileSorting":"name","defaultFileSortingDirection":"asc","showHiddenFiles":1,"fileNotFound":0,"appNavigation":{"__class__":"OCP\\Template"},"appContents":{"files":{"id":"files","content":"<div id=\"controls\">\n\t\t<div class=\"actions creatable hidden\">\n\t\t\t<div id=\"uploadprogresswrapper\">\n\t\t\t\t<div id=\"uploadprogressbar\">\n\t\t\t\t\t<em class=\"label outer\" style=\"display:none\"><span class=\"desktop\">Lade hoch...<\/span><span class=\"mobile\">\u2026<\/span><\/em>\n\t\t\t\t<\/div>\n\t\t\t\t<button class=\"stop icon-close\" style=\"display:none\">\n\t\t\t\t\t<span class=\"hidden-visually\">Hochladen abbrechen<\/span>\n\t\t\t\t<\/button>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<div id=\"file_action_panel\"><\/div>\n\t\t<div class=\"notCreatable notPublic hidden\">\n\t\t\tDu hast keine Berechtigung, hier Dateien hochzuladen oder zu erstellen\t\t<\/div>\n\t\t<input type=\"hidden\" name=\"permissions\" value=\"\" id=\"permissions\">\n\t<input type=\"hidden\" id=\"free_space\" value=\"\">\n\t\t<input type=\"hidden\" class=\"max_human_file_size\"\n\t\t value=\"(max )\">\n<\/div>\n\n<div id=\"emptycontent\" class=\"hidden\">\n\t<div class=\"icon-folder\"><\/div>\n\t<h2>Keine Dateien vorhanden<\/h2>\n\t<p class=\"uploadmessage hidden\">Inhalte hochladen oder mit deinen Ger\u00e4ten synchronisieren!<\/p>\n<\/div>\n\n<div class=\"nofilterresults emptycontent hidden\">\n\t<div class=\"icon-search\"><\/div>\n\t<h2>Keine Eintr\u00e4ge in diesem Ordner gefunden<\/h2>\n\t<p><\/p>\n<\/div>\n\n<table id=\"filestable\" data-allow-public-upload=\"yes\" data-preview-x=\"32\" data-preview-y=\"32\">\n\t<thead>\n\t\t<tr>\n\t\t\t<th id=\"headerSelection\" class=\"hidden column-selection\">\n\t\t\t\t<input type=\"checkbox\" id=\"select_all_files\" class=\"select-all checkbox\"\/>\n\t\t\t\t<label for=\"select_all_files\">\n\t\t\t\t\t<span class=\"hidden-visually\">Alle ausw\u00e4hlen<\/span>\n\t\t\t\t<\/label>\n\t\t\t<\/th>\n\t\t\t<th id='headerName' class=\"hidden column-name\">\n\t\t\t\t<div id=\"headerName-container\">\n\t\t\t\t\t<a class=\"name sort columntitle\" data-sort=\"name\">\n <span>Name<\/span>\n <span class=\"sort-indicator\"><\/span>\n\n <\/a>\n <span id=\"selectedActionsList\" class=\"selectedActions\">\n <a href=\"\" class=\"actions-selected\">\n <span class=\"icon icon-more\"><\/span>\n <span>Aktionen<\/span>\n <\/a>\n\t\t\t\t\t<\/span>\n\t\t\t\t<\/div>\n\t\t\t<\/th>\n\t\t\t<th id=\"headerSize\" class=\"hidden column-size\">\n\t\t\t\t<a class=\"size sort columntitle\" data-sort=\"size\"><span>Gr\u00f6\u00dfe<\/span><span class=\"sort-indicator\"><\/span><\/a>\n\t\t\t<\/th>\n\t\t\t<th id=\"headerDate\" class=\"hidden column-mtime\">\n\t\t\t\t<a id=\"modified\" class=\"columntitle\" data-sort=\"mtime\"><span>Ge\u00e4ndert<\/span><span class=\"sort-indicator\"><\/span><\/a>\n\t\t\t<\/th>\n\t\t<\/tr>\n\t<\/thead>\n\t<tbody id=\"fileList\">\n\t<\/tbody>\n\t<tfoot>\n\t<\/tfoot>\n<\/table>\n<input type=\"hidden\" name=\"dir\" id=\"dir\" value=\"\" \/>\n<div class=\"hiddenuploadfield\">\n\t<input type=\"file\" id=\"file_upload_start\" class=\"hiddenuploadfield\" name=\"files[]\" \/>\n<\/div>\n<div id=\"editor\"><\/div><!-- FIXME Do not use this div in your app! It is deprecated and will be removed in the future! -->\n<div id=\"uploadsize-message\" title=\"Der Upload ist zu gro\u00df\">\n\t<p>\n\tDie Datei \u00fcberschreitet die Maximalgr\u00f6\u00dfe f\u00fcr Uploads auf diesem Server.\t<\/p>\n<\/div>\n"},"recent":{"id":"recent","content":"<div id='notification'><\/div>\n\n<div id=\"emptycontent\" class=\"hidden\"><\/div>\n\n<input type=\"hidden\" name=\"dir\" value=\"\" id=\"dir\">\n\n<div class=\"nofilterresults hidden\">\n\t<div class=\"icon-search\"><\/div>\n\t<h2>Keine Eintr\u00e4ge in diesem Ordner gefunden<\/h2>\n\t<p><\/p>\n<\/div>\n\n<table id=\"filestable\">\n\t<thead>\n\t<tr>\n\t\t<th id='headerName' class=\"hidden column-name\">\n\t\t\t<div id=\"headerName-container\">\n\t\t\t\t<a class=\"name sort columntitle\"\n\t\t\t\t data-sort=\"name\"><span>Name<\/span><\/a>\n\t\t\t<\/div>\n\t\t<\/th>\n\t\t<th id=\"headerSize\" class=\"hidden column-size\">\n\t\t\t<a class=\"size sort columntitle\"\n\t\t\t data-sort=\"size\"><span>Gr\u00f6\u00dfe<\/span><\/a>\n\t\t<\/th>\n\t\t<th id=\"headerDate\" class=\"hidden column-mtime\">\n\t\t\t<a id=\"modified\" class=\"columntitle\"\n\t\t\t data-sort=\"mtime\"><span>Ge\u00e4ndert<\/span><span\n\t\t\t\t\tclass=\"sort-indicator\"><\/span><\/a>\n\t\t\t<span class=\"selectedActions\">\n\t\t\t\t<a href=\"\" class=\"delete-selected\">\n\t\t\t\t\t<span class=\"icon icon-delete\"><\/span>\n\t\t\t\t\t<span>L\u00f6schen<\/span>\n\t\t\t\t<\/a>\n\t\t\t<\/span>\n\t\t<\/th>\n\t<\/tr>\n\t<\/thead>\n\t<tbody id=\"fileList\">\n\t<\/tbody>\n\t<tfoot>\n\t<\/tfoot>\n<\/table>\n"},"-vf-Schule-2-ITB-":{"id":"-vf-Schule-2-ITB-","content":""},"favorites":{"id":"favorites","content":"<div id='notification'><\/div>\n\n<div id=\"emptycontent\" class=\"hidden\">\n\t<div class=\"icon-starred\"><\/div>\n\t<h2>Noch keine Favoriten vorhanden<\/h2>\n\t<p>Dateien und Ordner, die als Favoriten markiert werden, erscheinen hier<\/p>\n<\/div>\n\n<input type=\"hidden\" name=\"dir\" value=\"\" id=\"dir\">\n\n<div class=\"nofilterresults hidden\">\n\t<div class=\"icon-search\"><\/div>\n\t<h2>Keine Eintr\u00e4ge in diesem Ordner gefunden<\/h2>\n\t<p><\/p>\n<\/div>\n<table id=\"filestable\">\n\t<thead>\n\t\t<tr>\n\t\t\t<th id='headerName' class=\"hidden column-name\">\n\t\t\t\t<div id=\"headerName-container\">\n\t\t\t\t\t<a class=\"name sort columntitle\" data-sort=\"name\"><span>Name<\/span><span class=\"sort-indicator\"><\/span><\/a>\n\t\t\t\t<\/div>\n\t\t\t<\/th>\n\t\t\t<th id=\"headerSize\" class=\"hidden column-size\">\n\t\t\t\t<a class=\"size sort columntitle\" data-sort=\"size\"><span>Gr\u00f6\u00dfe<\/span><span class=\"sort-indicator\"><\/span><\/a>\n\t\t\t<\/th>\n\t\t\t<th id=\"headerDate\" class=\"hidden column-mtime\">\n\t\t\t\t<a id=\"modified\" class=\"columntitle\" data-sort=\"mtime\"><span>Ge\u00e4ndert<\/span><span class=\"sort-indicator\"><\/span><\/a>\n\t\t\t\t<span class=\"selectedActions\">\n\t\t\t\t <a href=\"\" class=\"delete-selected\">\n\t\t\t\t\t<img class=\"svg\" alt=\"\"\n\t\t\t\t\t src=\"\/core\/img\/actions\/delete.svg\" \/>\n\t\t\t\t\tL\u00f6schen\t\t\t\t <\/a>\n\t\t\t\t<\/span>\n\t\t\t<\/th>\n\t\t<\/tr>\n\t<\/thead>\n\t<tbody id=\"fileList\">\n\t<\/tbody>\n\t<tfoot>\n\t<\/tfoot>\n<\/table>\n"},"sharingout":{"id":"sharingout","content":"<div id='notification'><\/div>\n\n<div id=\"emptycontent\" class=\"hidden\"><\/div>\n\n<input type=\"hidden\" name=\"dir\" value=\"\" id=\"dir\">\n\n<div class=\"nofilterresults hidden\">\n\t<div class=\"icon-search\"><\/div>\n\t<h2>Keine Eintr\u00e4ge in diesem Ordner gefunden<\/h2>\n<\/div>\n\n<table id=\"filestable\">\n\t<thead>\n\t\t<tr>\n\t\t\t<th id='headerName' class=\"hidden column-name\">\n\t\t\t\t<div id=\"headerName-container\">\n\t\t\t\t\t<a class=\"name sort columntitle\" data-sort=\"name\"><span>Name<\/span><span class=\"sort-indicator\"><\/span><\/a>\n\t\t\t\t<\/div>\n\t\t\t<\/th>\n\t\t\t<th id=\"headerDate\" class=\"hidden column-mtime\">\n\t\t\t\t<a id=\"modified\" class=\"columntitle\" data-sort=\"mtime\"><span>Freigabezeitpunkt<\/span><span class=\"sort-indicator\"><\/span><\/a>\n\t\t\t<\/th>\n\t\t\t<th class=\"hidden column-expiration\">\n\t\t\t\t<a class=\"columntitle\"><span>Ablaufdatum<\/span><\/a>\n\t\t\t<\/th>\n\t\t<\/tr>\n\t<\/thead>\n\t<tbody id=\"fileList\">\n\t<\/tbody>\n\t<tfoot>\n\t<\/tfoot>\n<\/table>\n"},"sharingin":{"id":"sharingin","content":"<div id='notification'><\/div>\n\n<div id=\"emptycontent\" class=\"hidden\"><\/div>\n\n<input type=\"hidden\" name=\"dir\" value=\"\" id=\"dir\">\n\n<div class=\"nofilterresults hidden\">\n\t<div class=\"icon-search\"><\/div>\n\t<h2>Keine Eintr\u00e4ge in diesem Ordner gefunden<\/h2>\n<\/div>\n\n<table id=\"filestable\">\n\t<thead>\n\t\t<tr>\n\t\t\t<th id='headerName' class=\"hidden column-name\">\n\t\t\t\t<div id=\"headerName-container\">\n\t\t\t\t\t<a class=\"name sort columntitle\" data-sort=\"name\"><span>Name<\/span><span class=\"sort-indicator\"><\/span><\/a>\n\t\t\t\t<\/div>\n\t\t\t<\/th>\n\t\t\t<th id=\"headerDate\" class=\"hidden column-mtime\">\n\t\t\t\t<a id=\"modified\" class=\"columntitle\" data-sort=\"mtime\"><span>Freigabezeitpunkt<\/span><span class=\"sort-indicator\"><\/span><\/a>\n\t\t\t<\/th>\n\t\t\t<th class=\"hidden column-expiration\">\n\t\t\t\t<a class=\"columntitle\"><span>Ablaufdatum<\/span><\/a>\n\t\t\t<\/th>\n\t\t<\/tr>\n\t<\/thead>\n\t<tbody id=\"fileList\">\n\t<\/tbody>\n\t<tfoot>\n\t<\/tfoot>\n<\/table>\n"},"sharinglinks":{"id":"sharinglinks","content":"<div id='notification'><\/div>\n\n<div id=\"emptycontent\" class=\"hidden\"><\/div>\n\n<input type=\"hidden\" name=\"dir\" value=\"\" id=\"dir\">\n\n<div class=\"nofilterresults hidden\">\n\t<div class=\"icon-search\"><\/div>\n\t<h2>Keine Eintr\u00e4ge in diesem Ordner gefunden<\/h2>\n<\/div>\n\n<table id=\"filestable\">\n\t<thead>\n\t\t<tr>\n\t\t\t<th id='headerName' class=\"hidden column-name\">\n\t\t\t\t<div id=\"headerName-container\">\n\t\t\t\t\t<a class=\"name sort columntitle\" data-sort=\"name\"><span>Name<\/span><span class=\"sort-indicator\"><\/span><\/a>\n\t\t\t\t<\/div>\n\t\t\t<\/th>\n\t\t\t<th id=\"headerDate\" class=\"hidden column-mtime\">\n\t\t\t\t<a id=\"modified\" class=\"columntitle\" data-sort=\"mtime\"><span>Freigabezeitpunkt<\/span><span class=\"sort-indicator\"><\/span><\/a>\n\t\t\t<\/th>\n\t\t\t<th class=\"hidden column-expiration\">\n\t\t\t\t<a class=\"columntitle\"><span>Ablaufdatum<\/span><\/a>\n\t\t\t<\/th>\n\t\t<\/tr>\n\t<\/thead>\n\t<tbody id=\"fileList\">\n\t<\/tbody>\n\t<tfoot>\n\t<\/tfoot>\n<\/table>\n"},"deletedshares":{"id":"deletedshares","content":"<div id='notification'><\/div>\n\n<div id=\"emptycontent\" class=\"hidden\"><\/div>\n\n<input type=\"hidden\" name=\"dir\" value=\"\" id=\"dir\">\n\n<div class=\"nofilterresults hidden\">\n\t<div class=\"icon-search\"><\/div>\n\t<h2>Keine Eintr\u00e4ge in diesem Ordner gefunden<\/h2>\n<\/div>\n\n<table id=\"filestable\">\n\t<thead>\n\t\t<tr>\n\t\t\t<th id='headerName' class=\"hidden column-name\">\n\t\t\t\t<div id=\"headerName-container\">\n\t\t\t\t\t<a class=\"name sort columntitle\" data-sort=\"name\"><span>Name<\/span><span class=\"sort-indicator\"><\/span><\/a>\n\t\t\t\t<\/div>\n\t\t\t<\/th>\n\t\t\t<th id=\"headerDate\" class=\"hidden column-mtime\">\n\t\t\t\t<a id=\"modified\" class=\"columntitle\" data-sort=\"mtime\"><span>Freigabezeitpunkt<\/span><span class=\"sort-indicator\"><\/span><\/a>\n\t\t\t<\/th>\n\t\t\t<th class=\"hidden column-expiration\">\n\t\t\t\t<a class=\"columntitle\"><span>Ablaufdatum<\/span><\/a>\n\t\t\t<\/th>\n\t\t<\/tr>\n\t<\/thead>\n\t<tbody id=\"fileList\">\n\t<\/tbody>\n\t<tfoot>\n\t<\/tfoot>\n<\/table>\n"},"shareoverview":{"id":"shareoverview","content":"<div id='notification'><\/div>\n\n<div id=\"emptycontent\" class=\"hidden\"><\/div>\n\n<input type=\"hidden\" name=\"dir\" value=\"\" id=\"dir\">\n\n<div class=\"nofilterresults hidden\">\n\t<div class=\"icon-search\"><\/div>\n\t<h2>Keine Eintr\u00e4ge in diesem Ordner gefunden<\/h2>\n<\/div>\n\n<table id=\"filestable\">\n\t<thead>\n\t\t<tr>\n\t\t\t<th id='headerName' class=\"hidden column-name\">\n\t\t\t\t<div id=\"headerName-container\">\n\t\t\t\t\t<a class=\"name sort columntitle\" data-sort=\"name\"><span>Name<\/span><span class=\"sort-indicator\"><\/span><\/a>\n\t\t\t\t<\/div>\n\t\t\t<\/th>\n\t\t\t<th id=\"headerDate\" class=\"hidden column-mtime\">\n\t\t\t\t<a id=\"modified\" class=\"columntitle\" data-sort=\"mtime\"><span>Freigabezeitpunkt<\/span><span class=\"sort-indicator\"><\/span><\/a>\n\t\t\t<\/th>\n\t\t\t<th class=\"hidden column-expiration\">\n\t\t\t\t<a class=\"columntitle\"><span>Ablaufdatum<\/span><\/a>\n\t\t\t<\/th>\n\t\t<\/tr>\n\t<\/thead>\n\t<tbody id=\"fileList\">\n\t<\/tbody>\n\t<tfoot>\n\t<\/tfoot>\n<\/table>\n"},"systemtagsfilter":{"id":"systemtagsfilter","content":"<div id=\"controls\">\n<\/div>\n\n<div id=\"emptycontent\" class=\"hidden\">\n\t<div class=\"icon-folder\"><\/div>\n\t<h2>Keine Dateien vorhanden<\/h2>\n\t<p class=\"uploadmessage hidden\"><\/p>\n<\/div>\n\n<div class=\"nofilterresults emptycontent hidden\">\n\t<div class=\"icon-search\"><\/div>\n\t<h2>Keine Eintr\u00e4ge in diesem Ordner gefunden<\/h2>\n\t<p><\/p>\n<\/div>\n\n<table id=\"filestable\" data-preview-x=\"32\" data-preview-y=\"32\">\n\t<thead>\n\t\t<tr>\n\t\t\t<th id='headerName' class=\"hidden column-name\">\n\t\t\t\t<div id=\"headerName-container\">\n\t\t\t\t\t<a class=\"name sort columntitle\" data-sort=\"name\"><span>Name<\/span><span class=\"sort-indicator\"><\/span><\/a>\n\t\t\t\t<\/div>\n\t\t\t<\/th>\n\t\t\t<th id=\"headerSize\" class=\"hidden column-size\">\n\t\t\t\t<a class=\"size sort columntitle\" data-sort=\"size\"><span>Gr\u00f6\u00dfe<\/span><span class=\"sort-indicator\"><\/span><\/a>\n\t\t\t<\/th>\n\t\t\t<th id=\"headerDate\" class=\"hidden column-mtime\">\n\t\t\t\t<a id=\"modified\" class=\"columntitle\" data-sort=\"mtime\"><span>Ge\u00e4ndert<\/span><span class=\"sort-indicator\"><\/span><\/a>\n\t\t\t<\/th>\n\t\t<\/tr>\n\t<\/thead>\n\t<tbody id=\"fileList\">\n\t<\/tbody>\n\t<tfoot>\n\t<\/tfoot>\n<\/table>\n<input type=\"hidden\" name=\"dir\" id=\"dir\" value=\"\" \/>\n\n"},"extstoragemounts":{"id":"extstoragemounts","content":"<div id=\"controls\">\n\t<div id=\"file_action_panel\"><\/div>\n<\/div>\n<div id='notification'><\/div>\n\n<div id=\"emptycontent\" class=\"hidden\">\n\t<div class=\"icon-external\"><\/div>\n\t<h2>Es ist kein externer Speicher eingerichtet oder Du hast keine Berechtigung dies zu tun.<\/h2>\n<\/div>\n\n<input type=\"hidden\" name=\"dir\" value=\"\" id=\"dir\">\n\n<table id=\"filestable\">\n\t<thead>\n\t\t<tr>\n\t\t\t<th id='headerName' class=\"hidden column-name\">\n\t\t\t\t<div id=\"headerName-container\">\n\t\t\t\t\t<a class=\"name sort columntitle\" data-sort=\"name\"><span>Name<\/span><span class=\"sort-indicator\"><\/span><\/a>\n\t\t\t\t<\/div>\n\t\t\t<\/th>\n\t\t\t<th id=\"headerBackend\" class=\"hidden column-backend\">\n\t\t\t\t<a class=\"backend sort columntitle\" data-sort=\"backend\"><span>Speichertyp<\/span><span class=\"sort-indicator\"><\/span><\/a>\n\t\t\t<\/th>\n\t\t\t<th id=\"headerScope\" class=\"hidden column-scope column-last\">\n\t\t\t\t<a class=\"scope sort columntitle\" data-sort=\"scope\"><span>Anwendungsbereich<\/span><span class=\"sort-indicator\"><\/span><\/a>\n\t\t\t<\/th>\n\t\t<\/tr>\n\t<\/thead>\n\t<tbody id=\"fileList\">\n\t<\/tbody>\n\t<tfoot>\n\t<\/tfoot>\n<\/table>\n"},"trashbin":{"id":"trashbin","content":"<div id=\"controls\">\n\t<div id=\"file_action_panel\"><\/div>\n<\/div>\n<div id='notification'><\/div>\n\n<div id=\"emptycontent\" class=\"hidden\">\n\t<div class=\"icon-delete\"><\/div>\n\t<h2>Keine gel\u00f6schten Dateien<\/h2>\n\t<p>Hier k\u00f6nnen gel\u00f6schte Dateien wiederhergestellt werden<\/p>\n<\/div>\n\n<input type=\"hidden\" name=\"dir\" value=\"\" id=\"dir\">\n\n<div class=\"nofilterresults hidden\">\n\t<div class=\"icon-search\"><\/div>\n\t<h2>Keine Eintr\u00e4ge in diesem Ordner gefunden<\/h2>\n\t<p><\/p>\n<\/div>\n\n<table id=\"filestable\">\n\t<thead>\n\t\t<tr>\n\t\t\t<th id=\"headerSelection\" class=\"hidden column-selection\">\n\t\t\t\t<input type=\"checkbox\" id=\"select_all_trash\" class=\"select-all checkbox\"\/>\n\t\t\t\t<label for=\"select_all_trash\">\n\t\t\t\t\t<span class=\"hidden-visually\">Alle ausw\u00e4hlen<\/span>\n\t\t\t\t<\/label>\n\t\t\t<\/th>\n\t\t\t<th id='headerName' class=\"hidden column-name\">\n\t\t\t\t<div id=\"headerName-container\">\n\t\t\t\t\t<a class=\"name sort columntitle\" data-sort=\"name\"><span>Name<\/span><span class=\"sort-indicator\"><\/span><\/a>\n\t\t\t\t\t<span id=\"selectedActionsList\" class='selectedActions'>\n\t\t\t\t\t\t<a href=\"\" class=\"actions-selected\">\n\t\t\t\t\t\t\t<span class=\"icon icon-more\"><\/span>\n\t\t\t\t\t\t\t<span>Aktionen<\/span>\n\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/span>\n\t\t\t\t<\/div>\n\t\t\t<\/th>\n\t\t\t<th id=\"headerDate\" class=\"hidden column-mtime\">\n\t\t\t\t<a id=\"modified\" class=\"columntitle\" data-sort=\"mtime\"><span>gel\u00f6scht<\/span><span class=\"sort-indicator\"><\/span><\/a>\n\t\t\t<\/th>\n\t\t<\/tr>\n\t<\/thead>\n\t<tbody id=\"fileList\">\n\t<\/tbody>\n\t<tfoot>\n\t<\/tfoot>\n<\/table>\n"}},"hiddenFields":[]}]},{"file":"\/var\/www\/html\/lib\/private\/AppFramework\/Http\/Dispatcher.php","line":119,"function":"render","class":"OCP\\AppFramework\\Http\\TemplateResponse","type":"->","args":[]},{"file":"\/var\/www\/html\/lib\/private\/AppFramework\/App.php","line":118,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[{"__class__":"OCA\\Files\\Controller\\ViewController"},"index"]},{"file":"\/var\/www\/html\/lib\/private\/AppFramework\/Routing\/RouteActionHandler.php","line":47,"function":"main","class":"OC\\AppFramework\\App","type":"::","args":["ViewController","index",{"__class__":"OC\\AppFramework\\DependencyInjection\\DIContainer"},{"_route":"files.view.index"}]},{"function":"__invoke","class":"OC\\AppFramework\\Routing\\RouteActionHandler","type":"->","args":[{"_route":"files.view.index"}]},{"file":"\/var\/www\/html\/lib\/private\/Route\/Router.php","line":297,"function":"call_user_func","args":[{"__class__":"OC\\AppFramework\\Routing\\RouteActionHandler"},{"_route":"files.view.index"}]},{"file":"\/var\/www\/html\/lib\/base.php","line":987,"function":"match","class":"OC\\Route\\Router","type":"->","args":["\/apps\/files\/"]},{"file":"\/var\/www\/html\/index.php","line":42,"function":"handleRequest","class":"OC","type":"::","args":[]}],"File":"\/var\/www\/html\/3rdparty\/doctrine\/dbal\/lib\/Doctrine\/DBAL\/Driver\/AbstractMySQLDriver.php","Line":66,"Previous":{"Exception":"Doctrine\\DBAL\\Driver\\PDOException","Message":"SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '1-edfb7a0a5786c73e4c68b902fdf4b01c' for key 'fs_storage_path_hash'","Code":"23000","Trace":[{"file":"\/var\/www\/html\/3rdparty\/doctrine\/dbal\/lib\/Doctrine\/DBAL\/Connection.php","line":1008,"function":"execute","class":"Doctrine\\DBAL\\Driver\\PDOStatement","type":"->","args":[["3","15",1540479177,0,"64c534e8f454e540ce82b3e39d6e8ec4",1540479177,27,486521,"","edfb7a0a5786c73e4c68b902fdf4b01c","appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip","70e2-6568-firstrunwizard.css.gzip",1,1,"edfb7a0a5786c73e4c68b902fdf4b01c"]]},{"file":"\/var\/www\/html\/lib\/private\/DB\/Connection.php","line":216,"function":"executeUpdate","class":"Doctrine\\DBAL\\Connection","type":"->","args":["INSERT INTO `oc_filecache` (`mimepart`,`mimetype`,`mtime`,`size`,`etag`,`storage_mtime`,`permissions`,`parent`,`checksum`,`path_hash`,`path`,`name`,`storage`) SELECT ?,?,?,?,?,?,?,?,?,?,?,?,? FROM `oc_filecache` WHERE `storage` = ? AND `path_hash` = ? HAVING COUNT(*) = 0",["3","15",1540479177,0,"64c534e8f454e540ce82b3e39d6e8ec4",1540479177,27,486521,"","edfb7a0a5786c73e4c68b902fdf4b01c","appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip","70e2-6568-firstrunwizard.css.gzip",1,1,"edfb7a0a5786c73e4c68b902fdf4b01c"],[]]},{"file":"\/var\/www\/html\/lib\/private\/DB\/Adapter.php","line":114,"function":"executeUpdate","class":"OC\\DB\\Connection","type":"->","args":["INSERT INTO `oc_filecache` (`mimepart`,`mimetype`,`mtime`,`size`,`etag`,`storage_mtime`,`permissions`,`parent`,`checksum`,`path_hash`,`path`,`name`,`storage`) SELECT ?,?,?,?,?,?,?,?,?,?,?,?,? FROM `oc_filecache` WHERE `storage` = ? AND `path_hash` = ? HAVING COUNT(*) = 0",["3","15",1540479177,0,"64c534e8f454e540ce82b3e39d6e8ec4",1540479177,27,486521,"","edfb7a0a5786c73e4c68b902fdf4b01c","appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip","70e2-6568-firstrunwizard.css.gzip",1,1,"edfb7a0a5786c73e4c68b902fdf4b01c"]]},{"file":"\/var\/www\/html\/lib\/private\/DB\/Connection.php","line":254,"function":"insertIfNotExist","class":"OC\\DB\\Adapter","type":"->","args":["*PREFIX*filecache",{"mimepart":"3","mimetype":"15","mtime":1540479177,"size":0,"etag":"64c534e8f454e540ce82b3e39d6e8ec4","storage_mtime":1540479177,"permissions":27,"parent":486521,"checksum":"","path_hash":"edfb7a0a5786c73e4c68b902fdf4b01c","path":"appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip","name":"70e2-6568-firstrunwizard.css.gzip","storage":1},["storage","path_hash"]]},{"file":"\/var\/www\/html\/lib\/private\/Files\/Cache\/Cache.php","line":272,"function":"insertIfNotExist","class":"OC\\DB\\Connection","type":"->","args":["*PREFIX*filecache",{"mimepart":"3","mimetype":"15","mtime":1540479177,"size":0,"etag":"64c534e8f454e540ce82b3e39d6e8ec4","storage_mtime":1540479177,"permissions":27,"parent":486521,"checksum":"","path_hash":"edfb7a0a5786c73e4c68b902fdf4b01c","path":"appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip","name":"70e2-6568-firstrunwizard.css.gzip","storage":1},["storage","path_hash"]]},{"file":"\/var\/www\/html\/lib\/private\/Files\/Cache\/Wrapper\/CacheWrapper.php","line":128,"function":"insert","class":"OC\\Files\\Cache\\Cache","type":"->","args":["appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip",{"mimetype":"application\/x-gzip","mtime":1540479177,"size":0,"etag":"64c534e8f454e540ce82b3e39d6e8ec4","storage_mtime":1540479177,"permissions":27,"parent":486521,"checksum":"","path":"appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip","name":"70e2-6568-firstrunwizard.css.gzip"}]},{"file":"\/var\/www\/html\/lib\/private\/Files\/Cache\/Wrapper\/CacheWrapper.php","line":128,"function":"insert","class":"OC\\Files\\Cache\\Wrapper\\CacheWrapper","type":"->","args":["appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip",{"mimetype":"application\/x-gzip","mtime":1540479177,"size":0,"etag":"64c534e8f454e540ce82b3e39d6e8ec4","storage_mtime":1540479177,"permissions":27,"parent":486521,"checksum":""}]},{"file":"\/var\/www\/html\/lib\/private\/Files\/Cache\/Wrapper\/CacheWrapper.php","line":114,"function":"insert","class":"OC\\Files\\Cache\\Wrapper\\CacheWrapper","type":"->","args":["appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip",{"mimetype":"application\/x-gzip","mtime":1540479177,"size":0,"etag":"64c534e8f454e540ce82b3e39d6e8ec4","storage_mtime":1540479177,"permissions":27,"parent":486521,"checksum":""}]},{"file":"\/var\/www\/html\/lib\/private\/Files\/Cache\/Scanner.php","line":292,"function":"put","class":"OC\\Files\\Cache\\Wrapper\\CacheWrapper","type":"->","args":["appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip",{"mimetype":"application\/x-gzip","mtime":1540479177,"size":0,"etag":"64c534e8f454e540ce82b3e39d6e8ec4","storage_mtime":1540479177,"permissions":27,"parent":486521,"checksum":""}]},{"file":"\/var\/www\/html\/lib\/private\/Files\/Cache\/Scanner.php","line":221,"function":"addToCache","class":"OC\\Files\\Cache\\Scanner","type":"->","args":["appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip",{"mimetype":"application\/x-gzip","mtime":1540479177,"size":0,"etag":"64c534e8f454e540ce82b3e39d6e8ec4","storage_mtime":1540479177,"permissions":27,"parent":486521,"checksum":""},-1]},{"file":"\/var\/www\/html\/lib\/private\/Files\/Cache\/Scanner.php","line":336,"function":"scanFile","class":"OC\\Files\\Cache\\Scanner","type":"->","args":["appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip",3,486521,false,false]},{"file":"\/var\/www\/html\/lib\/private\/Files\/Cache\/Updater.php","line":124,"function":"scan","class":"OC\\Files\\Cache\\Scanner","type":"->","args":["appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip",false,3,false]},{"file":"\/var\/www\/html\/lib\/private\/Files\/View.php","line":320,"function":"update","class":"OC\\Files\\Cache\\Updater","type":"->","args":["appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip",1540479177]},{"file":"\/var\/www\/html\/lib\/private\/Files\/View.php","line":1161,"function":"writeUpdate","class":"OC\\Files\\View","type":"->","args":[{"mountPoint":"\/","cache":{"__class__":"OC\\Files\\Cache\\Cache"},"scanner":{"__class__":"OC\\Files\\Cache\\Scanner"},"watcher":null,"propagator":{"__class__":"OC\\Files\\Cache\\Propagator"},"updater":{"__class__":"OC\\Files\\Cache\\Updater"},"__class__":"OCA\\RansomwareProtection\\StorageWrapper"},"appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip"]},{"file":"\/var\/www\/html\/lib\/private\/Files\/View.php","line":567,"function":"basicOperation","class":"OC\\Files\\View","type":"->","args":["touch","\/appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip",["touch","create","write"],null]},{"file":"\/var\/www\/html\/lib\/private\/Files\/Node\/Folder.php","line":181,"function":"touch","class":"OC\\Files\\View","type":"->","args":["\/appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip"]},{"file":"\/var\/www\/html\/lib\/private\/Files\/SimpleFS\/SimpleFolder.php","line":83,"function":"newFile","class":"OC\\Files\\Node\\Folder","type":"->","args":["70e2-6568-firstrunwizard.css.gzip"]},{"file":"\/var\/www\/html\/lib\/private\/Template\/SCSSCacher.php","line":304,"function":"newFile","class":"OC\\Files\\SimpleFS\\SimpleFolder","type":"->","args":["70e2-6568-firstrunwizard.css.gzip"]},{"file":"\/var\/www\/html\/lib\/private\/Template\/SCSSCacher.php","line":153,"function":"cache","class":"OC\\Template\\SCSSCacher","type":"->","args":["\/var\/www\/html\/apps\/firstrunwizard\/css","70e2-6568-firstrunwizard.css","firstrunwizard.scss",{"__class__":"OC\\Files\\SimpleFS\\SimpleFolder"},"\/apps\/firstrunwizard\/css"]},{"file":"\/var\/www\/html\/lib\/private\/Template\/CSSResourceLocator.php","line":109,"function":"process","class":"OC\\Template\\SCSSCacher","type":"->","args":["\/var\/www\/html\/apps\/firstrunwizard","css\/firstrunwizard.scss","firstrunwizard"]},{"file":"\/var\/www\/html\/lib\/private\/Template\/CSSResourceLocator.php","line":84,"function":"cacheAndAppendScssIfExist","class":"OC\\Template\\CSSResourceLocator","type":"->","args":["\/var\/www\/html\/apps\/firstrunwizard","css\/firstrunwizard.scss","firstrunwizard"]},{"file":"\/var\/www\/html\/lib\/private\/Template\/ResourceLocator.php","line":78,"function":"doFind","class":"OC\\Template\\CSSResourceLocator","type":"->","args":["css\/firstrunwizard"]},{"file":"\/var\/www\/html\/lib\/private\/TemplateLayout.php","line":285,"function":"find","class":"OC\\Template\\ResourceLocator","type":"->","args":[["vendor\/select2\/select2","vendor\/jquery-ui\/themes\/base\/jquery-ui","css\/jquery-ui-fixes","css\/server","css\/css-variables","apporder\/css\/apporder","files_pdfviewer\/css\/style","files_versions\/css\/versions","files_videoplayer\/css\/style","firstrunwizard\/css\/firstrunwizard","gpxedit\/css\/style","notifications\/css\/styles","css\/jquery.ocdialog","search\/css\/results","files\/css\/merged","files_external\/css\/external","files_trashbin\/css\/trash","activity\/css\/style","audioplayer\/css\/3rdparty\/fontello\/css\/fontello","comments\/css\/autocomplete","comments\/css\/comments","files_markdown\/css\/..\/build\/styles","files_markdown\/css\/preview","files_sharing\/css\/mergedAdditionalStyles","files_texteditor\/css\/merged","gallery\/css\/slideshow","gallery\/css\/gallerybutton","gallery\/css\/share","metadata\/css\/tabview","socialsharing_email\/css\/socialsharingemail","css\/systemtags","systemtags\/css\/systemtagsfilelist"]]},{"file":"\/var\/www\/html\/lib\/private\/TemplateLayout.php","line":201,"function":"findStylesheetFiles","class":"OC\\TemplateLayout","type":"::","args":[["vendor\/select2\/select2","vendor\/jquery-ui\/themes\/base\/jquery-ui","css\/jquery-ui-fixes","css\/server","css\/css-variables","apporder\/css\/apporder","files_pdfviewer\/css\/style","files_versions\/css\/versions","files_videoplayer\/css\/style","firstrunwizard\/css\/firstrunwizard","gpxedit\/css\/style","notifications\/css\/styles","css\/jquery.ocdialog","search\/css\/results","files\/css\/merged","files_external\/css\/external","files_trashbin\/css\/trash","activity\/css\/style","audioplayer\/css\/3rdparty\/fontello\/css\/fontello","comments\/css\/autocomplete","comments\/css\/comments","files_markdown\/css\/..\/build\/styles","files_markdown\/css\/preview","files_sharing\/css\/mergedAdditionalStyles","files_texteditor\/css\/merged","gallery\/css\/slideshow","gallery\/css\/gallerybutton","gallery\/css\/share","metadata\/css\/tabview","socialsharing_email\/css\/socialsharingemail","css\/systemtags","systemtags\/css\/systemtagsfilelist"]]},{"file":"\/var\/www\/html\/lib\/private\/legacy\/template.php","line":210,"function":"__construct","class":"OC\\TemplateLayout","type":"->","args":["user","files"]},{"file":"\/var\/www\/html\/lib\/public\/AppFramework\/Http\/TemplateResponse.php","line":157,"function":"fetchPage","class":"OC_Template","type":"->","args":[{"usedSpacePercent":46,"owner":"christopher","ownerDisplayName":"Christopher","isPublic":false,"allowShareWithLink":"yes","defaultFileSorting":"name","defaultFileSortingDirection":"asc","showHiddenFiles":1,"fileNotFound":0,"appNavigation":{"__class__":"OCP\\Template"},"appContents":{"files":{"id":"files","content":"<div id=\"controls\">\n\t\t<div class=\"actions creatable hidden\">\n\t\t\t<div id=\"uploadprogresswrapper\">\n\t\t\t\t<div id=\"uploadprogressbar\">\n\t\t\t\t\t<em class=\"label outer\" style=\"display:none\"><span class=\"desktop\">Lade hoch...<\/span><span class=\"mobile\">\u2026<\/span><\/em>\n\t\t\t\t<\/div>\n\t\t\t\t<button class=\"stop icon-close\" style=\"display:none\">\n\t\t\t\t\t<span class=\"hidden-visually\">Hochladen abbrechen<\/span>\n\t\t\t\t<\/button>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<div id=\"file_action_panel\"><\/div>\n\t\t<div class=\"notCreatable notPublic hidden\">\n\t\t\tDu hast keine Berechtigung, hier Dateien hochzuladen oder zu erstellen\t\t<\/div>\n\t\t<input type=\"hidden\" name=\"permissions\" value=\"\" id=\"permissions\">\n\t<input type=\"hidden\" id=\"free_space\" value=\"\">\n\t\t<input type=\"hidden\" class=\"max_human_file_size\"\n\t\t value=\"(max )\">\n<\/div>\n\n<div id=\"emptycontent\" class=\"hidden\">\n\t<div class=\"icon-folder\"><\/div>\n\t<h2>Keine Dateien vorhanden<\/h2>\n\t<p class=\"uploadmessage hidden\">Inhalte hochladen oder mit deinen Ger\u00e4ten synchronisieren!<\/p>\n<\/div>\n\n<div class=\"nofilterresults emptycontent hidden\">\n\t<div class=\"icon-search\"><\/div>\n\t<h2>Keine Eintr\u00e4ge in diesem Ordner gefunden<\/h2>\n\t<p><\/p>\n<\/div>\n\n<table id=\"filestable\" data-allow-public-upload=\"yes\" data-preview-x=\"32\" data-preview-y=\"32\">\n\t<thead>\n\t\t<tr>\n\t\t\t<th id=\"headerSelection\" class=\"hidden column-selection\">\n\t\t\t\t<input type=\"checkbox\" id=\"select_all_files\" class=\"select-all checkbox\"\/>\n\t\t\t\t<label for=\"select_all_files\">\n\t\t\t\t\t<span class=\"hidden-visually\">Alle ausw\u00e4hlen<\/span>\n\t\t\t\t<\/label>\n\t\t\t<\/th>\n\t\t\t<th id='headerName' class=\"hidden column-name\">\n\t\t\t\t<div id=\"headerName-container\">\n\t\t\t\t\t<a class=\"name sort columntitle\" data-sort=\"name\">\n <span>Name<\/span>\n <span class=\"sort-indicator\"><\/span>\n\n <\/a>\n <span id=\"selectedActionsList\" class=\"selectedActions\">\n <a href=\"\" class=\"actions-selected\">\n <span class=\"icon icon-more\"><\/span>\n <span>Aktionen<\/span>\n <\/a>\n\t\t\t\t\t<\/span>\n\t\t\t\t<\/div>\n\t\t\t<\/th>\n\t\t\t<th id=\"headerSize\" class=\"hidden column-size\">\n\t\t\t\t<a class=\"size sort columntitle\" data-sort=\"size\"><span>Gr\u00f6\u00dfe<\/span><span class=\"sort-indicator\"><\/span><\/a>\n\t\t\t<\/th>\n\t\t\t<th id=\"headerDate\" class=\"hidden column-mtime\">\n\t\t\t\t<a id=\"modified\" class=\"columntitle\" data-sort=\"mtime\"><span>Ge\u00e4ndert<\/span><span class=\"sort-indicator\"><\/span><\/a>\n\t\t\t<\/th>\n\t\t<\/tr>\n\t<\/thead>\n\t<tbody id=\"fileList\">\n\t<\/tbody>\n\t<tfoot>\n\t<\/tfoot>\n<\/table>\n<input type=\"hidden\" name=\"dir\" id=\"dir\" value=\"\" \/>\n<div class=\"hiddenuploadfield\">\n\t<input type=\"file\" id=\"file_upload_start\" class=\"hiddenuploadfield\" name=\"files[]\" \/>\n<\/div>\n<div id=\"editor\"><\/div><!-- FIXME Do not use this div in your app! It is deprecated and will be removed in the future! -->\n<div id=\"uploadsize-message\" title=\"Der Upload ist zu gro\u00df\">\n\t<p>\n\tDie Datei \u00fcberschreitet die Maximalgr\u00f6\u00dfe f\u00fcr Uploads auf diesem Server.\t<\/p>\n<\/div>\n"},"recent":{"id":"recent","content":"<div id='notification'><\/div>\n\n<div id=\"emptycontent\" class=\"hidden\"><\/div>\n\n<input type=\"hidden\" name=\"dir\" value=\"\" id=\"dir\">\n\n<div class=\"nofilterresults hidden\">\n\t<div class=\"icon-search\"><\/div>\n\t<h2>Keine Eintr\u00e4ge in diesem Ordner gefunden<\/h2>\n\t<p><\/p>\n<\/div>\n\n<table id=\"filestable\">\n\t<thead>\n\t<tr>\n\t\t<th id='headerName' class=\"hidden column-name\">\n\t\t\t<div id=\"headerName-container\">\n\t\t\t\t<a class=\"name sort columntitle\"\n\t\t\t\t data-sort=\"name\"><span>Name<\/span><\/a>\n\t\t\t<\/div>\n\t\t<\/th>\n\t\t<th id=\"headerSize\" class=\"hidden column-size\">\n\t\t\t<a class=\"size sort columntitle\"\n\t\t\t data-sort=\"size\"><span>Gr\u00f6\u00dfe<\/span><\/a>\n\t\t<\/th>\n\t\t<th id=\"headerDate\" class=\"hidden column-mtime\">\n\t\t\t<a id=\"modified\" class=\"columntitle\"\n\t\t\t data-sort=\"mtime\"><span>Ge\u00e4ndert<\/span><span\n\t\t\t\t\tclass=\"sort-indicator\"><\/span><\/a>\n\t\t\t<span class=\"selectedActions\">\n\t\t\t\t<a href=\"\" class=\"delete-selected\">\n\t\t\t\t\t<span class=\"icon icon-delete\"><\/span>\n\t\t\t\t\t<span>L\u00f6schen<\/span>\n\t\t\t\t<\/a>\n\t\t\t<\/span>\n\t\t<\/th>\n\t<\/tr>\n\t<\/thead>\n\t<tbody id=\"fileList\">\n\t<\/tbody>\n\t<tfoot>\n\t<\/tfoot>\n<\/table>\n"},"-vf-Schule-2-ITB-":{"id":"-vf-Schule-2-ITB-","content":""},"favorites":{"id":"favorites","content":"<div id='notification'><\/div>\n\n<div id=\"emptycontent\" class=\"hidden\">\n\t<div class=\"icon-starred\"><\/div>\n\t<h2>Noch keine Favoriten vorhanden<\/h2>\n\t<p>Dateien und Ordner, die als Favoriten markiert werden, erscheinen hier<\/p>\n<\/div>\n\n<input type=\"hidden\" name=\"dir\" value=\"\" id=\"dir\">\n\n<div class=\"nofilterresults hidden\">\n\t<div class=\"icon-search\"><\/div>\n\t<h2>Keine Eintr\u00e4ge in diesem Ordner gefunden<\/h2>\n\t<p><\/p>\n<\/div>\n<table id=\"filestable\">\n\t<thead>\n\t\t<tr>\n\t\t\t<th id='headerName' class=\"hidden column-name\">\n\t\t\t\t<div id=\"headerName-container\">\n\t\t\t\t\t<a class=\"name sort columntitle\" data-sort=\"name\"><span>Name<\/span><span class=\"sort-indicator\"><\/span><\/a>\n\t\t\t\t<\/div>\n\t\t\t<\/th>\n\t\t\t<th id=\"headerSize\" class=\"hidden column-size\">\n\t\t\t\t<a class=\"size sort columntitle\" data-sort=\"size\"><span>Gr\u00f6\u00dfe<\/span><span class=\"sort-indicator\"><\/span><\/a>\n\t\t\t<\/th>\n\t\t\t<th id=\"headerDate\" class=\"hidden column-mtime\">\n\t\t\t\t<a id=\"modified\" class=\"columntitle\" data-sort=\"mtime\"><span>Ge\u00e4ndert<\/span><span class=\"sort-indicator\"><\/span><\/a>\n\t\t\t\t<span class=\"selectedActions\">\n\t\t\t\t <a href=\"\" class=\"delete-selected\">\n\t\t\t\t\t<img class=\"svg\" alt=\"\"\n\t\t\t\t\t src=\"\/core\/img\/actions\/delete.svg\" \/>\n\t\t\t\t\tL\u00f6schen\t\t\t\t <\/a>\n\t\t\t\t<\/span>\n\t\t\t<\/th>\n\t\t<\/tr>\n\t<\/thead>\n\t<tbody id=\"fileList\">\n\t<\/tbody>\n\t<tfoot>\n\t<\/tfoot>\n<\/table>\n"},"sharingout":{"id":"sharingout","content":"<div id='notification'><\/div>\n\n<div id=\"emptycontent\" class=\"hidden\"><\/div>\n\n<input type=\"hidden\" name=\"dir\" value=\"\" id=\"dir\">\n\n<div class=\"nofilterresults hidden\">\n\t<div class=\"icon-search\"><\/div>\n\t<h2>Keine Eintr\u00e4ge in diesem Ordner gefunden<\/h2>\n<\/div>\n\n<table id=\"filestable\">\n\t<thead>\n\t\t<tr>\n\t\t\t<th id='headerName' class=\"hidden column-name\">\n\t\t\t\t<div id=\"headerName-container\">\n\t\t\t\t\t<a class=\"name sort columntitle\" data-sort=\"name\"><span>Name<\/span><span class=\"sort-indicator\"><\/span><\/a>\n\t\t\t\t<\/div>\n\t\t\t<\/th>\n\t\t\t<th id=\"headerDate\" class=\"hidden column-mtime\">\n\t\t\t\t<a id=\"modified\" class=\"columntitle\" data-sort=\"mtime\"><span>Freigabezeitpunkt<\/span><span class=\"sort-indicator\"><\/span><\/a>\n\t\t\t<\/th>\n\t\t\t<th class=\"hidden column-expiration\">\n\t\t\t\t<a class=\"columntitle\"><span>Ablaufdatum<\/span><\/a>\n\t\t\t<\/th>\n\t\t<\/tr>\n\t<\/thead>\n\t<tbody id=\"fileList\">\n\t<\/tbody>\n\t<tfoot>\n\t<\/tfoot>\n<\/table>\n"},"sharingin":{"id":"sharingin","content":"<div id='notification'><\/div>\n\n<div id=\"emptycontent\" class=\"hidden\"><\/div>\n\n<input type=\"hidden\" name=\"dir\" value=\"\" id=\"dir\">\n\n<div class=\"nofilterresults hidden\">\n\t<div class=\"icon-search\"><\/div>\n\t<h2>Keine Eintr\u00e4ge in diesem Ordner gefunden<\/h2>\n<\/div>\n\n<table id=\"filestable\">\n\t<thead>\n\t\t<tr>\n\t\t\t<th id='headerName' class=\"hidden column-name\">\n\t\t\t\t<div id=\"headerName-container\">\n\t\t\t\t\t<a class=\"name sort columntitle\" data-sort=\"name\"><span>Name<\/span><span class=\"sort-indicator\"><\/span><\/a>\n\t\t\t\t<\/div>\n\t\t\t<\/th>\n\t\t\t<th id=\"headerDate\" class=\"hidden column-mtime\">\n\t\t\t\t<a id=\"modified\" class=\"columntitle\" data-sort=\"mtime\"><span>Freigabezeitpunkt<\/span><span class=\"sort-indicator\"><\/span><\/a>\n\t\t\t<\/th>\n\t\t\t<th class=\"hidden column-expiration\">\n\t\t\t\t<a class=\"columntitle\"><span>Ablaufdatum<\/span><\/a>\n\t\t\t<\/th>\n\t\t<\/tr>\n\t<\/thead>\n\t<tbody id=\"fileList\">\n\t<\/tbody>\n\t<tfoot>\n\t<\/tfoot>\n<\/table>\n"},"sharinglinks":{"id":"sharinglinks","content":"<div id='notification'><\/div>\n\n<div id=\"emptycontent\" class=\"hidden\"><\/div>\n\n<input type=\"hidden\" name=\"dir\" value=\"\" id=\"dir\">\n\n<div class=\"nofilterresults hidden\">\n\t<div class=\"icon-search\"><\/div>\n\t<h2>Keine Eintr\u00e4ge in diesem Ordner gefunden<\/h2>\n<\/div>\n\n<table id=\"filestable\">\n\t<thead>\n\t\t<tr>\n\t\t\t<th id='headerName' class=\"hidden column-name\">\n\t\t\t\t<div id=\"headerName-container\">\n\t\t\t\t\t<a class=\"name sort columntitle\" data-sort=\"name\"><span>Name<\/span><span class=\"sort-indicator\"><\/span><\/a>\n\t\t\t\t<\/div>\n\t\t\t<\/th>\n\t\t\t<th id=\"headerDate\" class=\"hidden column-mtime\">\n\t\t\t\t<a id=\"modified\" class=\"columntitle\" data-sort=\"mtime\"><span>Freigabezeitpunkt<\/span><span class=\"sort-indicator\"><\/span><\/a>\n\t\t\t<\/th>\n\t\t\t<th class=\"hidden column-expiration\">\n\t\t\t\t<a class=\"columntitle\"><span>Ablaufdatum<\/span><\/a>\n\t\t\t<\/th>\n\t\t<\/tr>\n\t<\/thead>\n\t<tbody id=\"fileList\">\n\t<\/tbody>\n\t<tfoot>\n\t<\/tfoot>\n<\/table>\n"},"deletedshares":{"id":"deletedshares","content":"<div id='notification'><\/div>\n\n<div id=\"emptycontent\" class=\"hidden\"><\/div>\n\n<input type=\"hidden\" name=\"dir\" value=\"\" id=\"dir\">\n\n<div class=\"nofilterresults hidden\">\n\t<div class=\"icon-search\"><\/div>\n\t<h2>Keine Eintr\u00e4ge in diesem Ordner gefunden<\/h2>\n<\/div>\n\n<table id=\"filestable\">\n\t<thead>\n\t\t<tr>\n\t\t\t<th id='headerName' class=\"hidden column-name\">\n\t\t\t\t<div id=\"headerName-container\">\n\t\t\t\t\t<a class=\"name sort columntitle\" data-sort=\"name\"><span>Name<\/span><span class=\"sort-indicator\"><\/span><\/a>\n\t\t\t\t<\/div>\n\t\t\t<\/th>\n\t\t\t<th id=\"headerDate\" class=\"hidden column-mtime\">\n\t\t\t\t<a id=\"modified\" class=\"columntitle\" data-sort=\"mtime\"><span>Freigabezeitpunkt<\/span><span class=\"sort-indicator\"><\/span><\/a>\n\t\t\t<\/th>\n\t\t\t<th class=\"hidden column-expiration\">\n\t\t\t\t<a class=\"columntitle\"><span>Ablaufdatum<\/span><\/a>\n\t\t\t<\/th>\n\t\t<\/tr>\n\t<\/thead>\n\t<tbody id=\"fileList\">\n\t<\/tbody>\n\t<tfoot>\n\t<\/tfoot>\n<\/table>\n"},"shareoverview":{"id":"shareoverview","content":"<div id='notification'><\/div>\n\n<div id=\"emptycontent\" class=\"hidden\"><\/div>\n\n<input type=\"hidden\" name=\"dir\" value=\"\" id=\"dir\">\n\n<div class=\"nofilterresults hidden\">\n\t<div class=\"icon-search\"><\/div>\n\t<h2>Keine Eintr\u00e4ge in diesem Ordner gefunden<\/h2>\n<\/div>\n\n<table id=\"filestable\">\n\t<thead>\n\t\t<tr>\n\t\t\t<th id='headerName' class=\"hidden column-name\">\n\t\t\t\t<div id=\"headerName-container\">\n\t\t\t\t\t<a class=\"name sort columntitle\" data-sort=\"name\"><span>Name<\/span><span class=\"sort-indicator\"><\/span><\/a>\n\t\t\t\t<\/div>\n\t\t\t<\/th>\n\t\t\t<th id=\"headerDate\" class=\"hidden column-mtime\">\n\t\t\t\t<a id=\"modified\" class=\"columntitle\" data-sort=\"mtime\"><span>Freigabezeitpunkt<\/span><span class=\"sort-indicator\"><\/span><\/a>\n\t\t\t<\/th>\n\t\t\t<th class=\"hidden column-expiration\">\n\t\t\t\t<a class=\"columntitle\"><span>Ablaufdatum<\/span><\/a>\n\t\t\t<\/th>\n\t\t<\/tr>\n\t<\/thead>\n\t<tbody id=\"fileList\">\n\t<\/tbody>\n\t<tfoot>\n\t<\/tfoot>\n<\/table>\n"},"systemtagsfilter":{"id":"systemtagsfilter","content":"<div id=\"controls\">\n<\/div>\n\n<div id=\"emptycontent\" class=\"hidden\">\n\t<div class=\"icon-folder\"><\/div>\n\t<h2>Keine Dateien vorhanden<\/h2>\n\t<p class=\"uploadmessage hidden\"><\/p>\n<\/div>\n\n<div class=\"nofilterresults emptycontent hidden\">\n\t<div class=\"icon-search\"><\/div>\n\t<h2>Keine Eintr\u00e4ge in diesem Ordner gefunden<\/h2>\n\t<p><\/p>\n<\/div>\n\n<table id=\"filestable\" data-preview-x=\"32\" data-preview-y=\"32\">\n\t<thead>\n\t\t<tr>\n\t\t\t<th id='headerName' class=\"hidden column-name\">\n\t\t\t\t<div id=\"headerName-container\">\n\t\t\t\t\t<a class=\"name sort columntitle\" data-sort=\"name\"><span>Name<\/span><span class=\"sort-indicator\"><\/span><\/a>\n\t\t\t\t<\/div>\n\t\t\t<\/th>\n\t\t\t<th id=\"headerSize\" class=\"hidden column-size\">\n\t\t\t\t<a class=\"size sort columntitle\" data-sort=\"size\"><span>Gr\u00f6\u00dfe<\/span><span class=\"sort-indicator\"><\/span><\/a>\n\t\t\t<\/th>\n\t\t\t<th id=\"headerDate\" class=\"hidden column-mtime\">\n\t\t\t\t<a id=\"modified\" class=\"columntitle\" data-sort=\"mtime\"><span>Ge\u00e4ndert<\/span><span class=\"sort-indicator\"><\/span><\/a>\n\t\t\t<\/th>\n\t\t<\/tr>\n\t<\/thead>\n\t<tbody id=\"fileList\">\n\t<\/tbody>\n\t<tfoot>\n\t<\/tfoot>\n<\/table>\n<input type=\"hidden\" name=\"dir\" id=\"dir\" value=\"\" \/>\n\n"},"extstoragemounts":{"id":"extstoragemounts","content":"<div id=\"controls\">\n\t<div id=\"file_action_panel\"><\/div>\n<\/div>\n<div id='notification'><\/div>\n\n<div id=\"emptycontent\" class=\"hidden\">\n\t<div class=\"icon-external\"><\/div>\n\t<h2>Es ist kein externer Speicher eingerichtet oder Du hast keine Berechtigung dies zu tun.<\/h2>\n<\/div>\n\n<input type=\"hidden\" name=\"dir\" value=\"\" id=\"dir\">\n\n<table id=\"filestable\">\n\t<thead>\n\t\t<tr>\n\t\t\t<th id='headerName' class=\"hidden column-name\">\n\t\t\t\t<div id=\"headerName-container\">\n\t\t\t\t\t<a class=\"name sort columntitle\" data-sort=\"name\"><span>Name<\/span><span class=\"sort-indicator\"><\/span><\/a>\n\t\t\t\t<\/div>\n\t\t\t<\/th>\n\t\t\t<th id=\"headerBackend\" class=\"hidden column-backend\">\n\t\t\t\t<a class=\"backend sort columntitle\" data-sort=\"backend\"><span>Speichertyp<\/span><span class=\"sort-indicator\"><\/span><\/a>\n\t\t\t<\/th>\n\t\t\t<th id=\"headerScope\" class=\"hidden column-scope column-last\">\n\t\t\t\t<a class=\"scope sort columntitle\" data-sort=\"scope\"><span>Anwendungsbereich<\/span><span class=\"sort-indicator\"><\/span><\/a>\n\t\t\t<\/th>\n\t\t<\/tr>\n\t<\/thead>\n\t<tbody id=\"fileList\">\n\t<\/tbody>\n\t<tfoot>\n\t<\/tfoot>\n<\/table>\n"},"trashbin":{"id":"trashbin","content":"<div id=\"controls\">\n\t<div id=\"file_action_panel\"><\/div>\n<\/div>\n<div id='notification'><\/div>\n\n<div id=\"emptycontent\" class=\"hidden\">\n\t<div class=\"icon-delete\"><\/div>\n\t<h2>Keine gel\u00f6schten Dateien<\/h2>\n\t<p>Hier k\u00f6nnen gel\u00f6schte Dateien wiederhergestellt werden<\/p>\n<\/div>\n\n<input type=\"hidden\" name=\"dir\" value=\"\" id=\"dir\">\n\n<div class=\"nofilterresults hidden\">\n\t<div class=\"icon-search\"><\/div>\n\t<h2>Keine Eintr\u00e4ge in diesem Ordner gefunden<\/h2>\n\t<p><\/p>\n<\/div>\n\n<table id=\"filestable\">\n\t<thead>\n\t\t<tr>\n\t\t\t<th id=\"headerSelection\" class=\"hidden column-selection\">\n\t\t\t\t<input type=\"checkbox\" id=\"select_all_trash\" class=\"select-all checkbox\"\/>\n\t\t\t\t<label for=\"select_all_trash\">\n\t\t\t\t\t<span class=\"hidden-visually\">Alle ausw\u00e4hlen<\/span>\n\t\t\t\t<\/label>\n\t\t\t<\/th>\n\t\t\t<th id='headerName' class=\"hidden column-name\">\n\t\t\t\t<div id=\"headerName-container\">\n\t\t\t\t\t<a class=\"name sort columntitle\" data-sort=\"name\"><span>Name<\/span><span class=\"sort-indicator\"><\/span><\/a>\n\t\t\t\t\t<span id=\"selectedActionsList\" class='selectedActions'>\n\t\t\t\t\t\t<a href=\"\" class=\"actions-selected\">\n\t\t\t\t\t\t\t<span class=\"icon icon-more\"><\/span>\n\t\t\t\t\t\t\t<span>Aktionen<\/span>\n\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/span>\n\t\t\t\t<\/div>\n\t\t\t<\/th>\n\t\t\t<th id=\"headerDate\" class=\"hidden column-mtime\">\n\t\t\t\t<a id=\"modified\" class=\"columntitle\" data-sort=\"mtime\"><span>gel\u00f6scht<\/span><span class=\"sort-indicator\"><\/span><\/a>\n\t\t\t<\/th>\n\t\t<\/tr>\n\t<\/thead>\n\t<tbody id=\"fileList\">\n\t<\/tbody>\n\t<tfoot>\n\t<\/tfoot>\n<\/table>\n"}},"hiddenFields":[]}]},{"file":"\/var\/www\/html\/lib\/private\/AppFramework\/Http\/Dispatcher.php","line":119,"function":"render","class":"OCP\\AppFramework\\Http\\TemplateResponse","type":"->","args":[]},{"file":"\/var\/www\/html\/lib\/private\/AppFramework\/App.php","line":118,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[{"__class__":"OCA\\Files\\Controller\\ViewController"},"index"]},{"file":"\/var\/www\/html\/lib\/private\/AppFramework\/Routing\/RouteActionHandler.php","line":47,"function":"main","class":"OC\\AppFramework\\App","type":"::","args":["ViewController","index",{"__class__":"OC\\AppFramework\\DependencyInjection\\DIContainer"},{"_route":"files.view.index"}]},{"function":"__invoke","class":"OC\\AppFramework\\Routing\\RouteActionHandler","type":"->","args":[{"_route":"files.view.index"}]},{"file":"\/var\/www\/html\/lib\/private\/Route\/Router.php","line":297,"function":"call_user_func","args":[{"__class__":"OC\\AppFramework\\Routing\\RouteActionHandler"},{"_route":"files.view.index"}]},{"file":"\/var\/www\/html\/lib\/base.php","line":987,"function":"match","class":"OC\\Route\\Router","type":"->","args":["\/apps\/files\/"]},{"file":"\/var\/www\/html\/index.php","line":42,"function":"handleRequest","class":"OC","type":"::","args":[]}],"File":"\/var\/www\/html\/3rdparty\/doctrine\/dbal\/lib\/Doctrine\/DBAL\/Driver\/PDOStatement.php","Line":107,"Previous":{"Exception":"PDOException","Message":"SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '1-edfb7a0a5786c73e4c68b902fdf4b01c' for key 'fs_storage_path_hash'","Code":"23000","Trace":[{"file":"\/var\/www\/html\/3rdparty\/doctrine\/dbal\/lib\/Doctrine\/DBAL\/Driver\/PDOStatement.php","line":105,"function":"execute","class":"PDOStatement","type":"->","args":[["3","15",1540479177,0,"64c534e8f454e540ce82b3e39d6e8ec4",1540479177,27,486521,"","edfb7a0a5786c73e4c68b902fdf4b01c","appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip","70e2-6568-firstrunwizard.css.gzip",1,1,"edfb7a0a5786c73e4c68b902fdf4b01c"]]},{"file":"\/var\/www\/html\/3rdparty\/doctrine\/dbal\/lib\/Doctrine\/DBAL\/Connection.php","line":1008,"function":"execute","class":"Doctrine\\DBAL\\Driver\\PDOStatement","type":"->","args":[["3","15",1540479177,0,"64c534e8f454e540ce82b3e39d6e8ec4",1540479177,27,486521,"","edfb7a0a5786c73e4c68b902fdf4b01c","appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip","70e2-6568-firstrunwizard.css.gzip",1,1,"edfb7a0a5786c73e4c68b902fdf4b01c"]]},{"file":"\/var\/www\/html\/lib\/private\/DB\/Connection.php","line":216,"function":"executeUpdate","class":"Doctrine\\DBAL\\Connection","type":"->","args":["INSERT INTO `oc_filecache` (`mimepart`,`mimetype`,`mtime`,`size`,`etag`,`storage_mtime`,`permissions`,`parent`,`checksum`,`path_hash`,`path`,`name`,`storage`) SELECT ?,?,?,?,?,?,?,?,?,?,?,?,? FROM `oc_filecache` WHERE `storage` = ? AND `path_hash` = ? HAVING COUNT(*) = 0",["3","15",1540479177,0,"64c534e8f454e540ce82b3e39d6e8ec4",1540479177,27,486521,"","edfb7a0a5786c73e4c68b902fdf4b01c","appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip","70e2-6568-firstrunwizard.css.gzip",1,1,"edfb7a0a5786c73e4c68b902fdf4b01c"],[]]},{"file":"\/var\/www\/html\/lib\/private\/DB\/Adapter.php","line":114,"function":"executeUpdate","class":"OC\\DB\\Connection","type":"->","args":["INSERT INTO `oc_filecache` (`mimepart`,`mimetype`,`mtime`,`size`,`etag`,`storage_mtime`,`permissions`,`parent`,`checksum`,`path_hash`,`path`,`name`,`storage`) SELECT ?,?,?,?,?,?,?,?,?,?,?,?,? FROM `oc_filecache` WHERE `storage` = ? AND `path_hash` = ? HAVING COUNT(*) = 0",["3","15",1540479177,0,"64c534e8f454e540ce82b3e39d6e8ec4",1540479177,27,486521,"","edfb7a0a5786c73e4c68b902fdf4b01c","appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip","70e2-6568-firstrunwizard.css.gzip",1,1,"edfb7a0a5786c73e4c68b902fdf4b01c"]]},{"file":"\/var\/www\/html\/lib\/private\/DB\/Connection.php","line":254,"function":"insertIfNotExist","class":"OC\\DB\\Adapter","type":"->","args":["*PREFIX*filecache",{"mimepart":"3","mimetype":"15","mtime":1540479177,"size":0,"etag":"64c534e8f454e540ce82b3e39d6e8ec4","storage_mtime":1540479177,"permissions":27,"parent":486521,"checksum":"","path_hash":"edfb7a0a5786c73e4c68b902fdf4b01c","path":"appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip","name":"70e2-6568-firstrunwizard.css.gzip","storage":1},["storage","path_hash"]]},{"file":"\/var\/www\/html\/lib\/private\/Files\/Cache\/Cache.php","line":272,"function":"insertIfNotExist","class":"OC\\DB\\Connection","type":"->","args":["*PREFIX*filecache",{"mimepart":"3","mimetype":"15","mtime":1540479177,"size":0,"etag":"64c534e8f454e540ce82b3e39d6e8ec4","storage_mtime":1540479177,"permissions":27,"parent":486521,"checksum":"","path_hash":"edfb7a0a5786c73e4c68b902fdf4b01c","path":"appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip","name":"70e2-6568-firstrunwizard.css.gzip","storage":1},["storage","path_hash"]]},{"file":"\/var\/www\/html\/lib\/private\/Files\/Cache\/Wrapper\/CacheWrapper.php","line":128,"function":"insert","class":"OC\\Files\\Cache\\Cache","type":"->","args":["appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip",{"mimetype":"application\/x-gzip","mtime":1540479177,"size":0,"etag":"64c534e8f454e540ce82b3e39d6e8ec4","storage_mtime":1540479177,"permissions":27,"parent":486521,"checksum":"","path":"appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip","name":"70e2-6568-firstrunwizard.css.gzip"}]},{"file":"\/var\/www\/html\/lib\/private\/Files\/Cache\/Wrapper\/CacheWrapper.php","line":128,"function":"insert","class":"OC\\Files\\Cache\\Wrapper\\CacheWrapper","type":"->","args":["appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip",{"mimetype":"application\/x-gzip","mtime":1540479177,"size":0,"etag":"64c534e8f454e540ce82b3e39d6e8ec4","storage_mtime":1540479177,"permissions":27,"parent":486521,"checksum":""}]},{"file":"\/var\/www\/html\/lib\/private\/Files\/Cache\/Wrapper\/CacheWrapper.php","line":114,"function":"insert","class":"OC\\Files\\Cache\\Wrapper\\CacheWrapper","type":"->","args":["appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip",{"mimetype":"application\/x-gzip","mtime":1540479177,"size":0,"etag":"64c534e8f454e540ce82b3e39d6e8ec4","storage_mtime":1540479177,"permissions":27,"parent":486521,"checksum":""}]},{"file":"\/var\/www\/html\/lib\/private\/Files\/Cache\/Scanner.php","line":292,"function":"put","class":"OC\\Files\\Cache\\Wrapper\\CacheWrapper","type":"->","args":["appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip",{"mimetype":"application\/x-gzip","mtime":1540479177,"size":0,"etag":"64c534e8f454e540ce82b3e39d6e8ec4","storage_mtime":1540479177,"permissions":27,"parent":486521,"checksum":""}]},{"file":"\/var\/www\/html\/lib\/private\/Files\/Cache\/Scanner.php","line":221,"function":"addToCache","class":"OC\\Files\\Cache\\Scanner","type":"->","args":["appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip",{"mimetype":"application\/x-gzip","mtime":1540479177,"size":0,"etag":"64c534e8f454e540ce82b3e39d6e8ec4","storage_mtime":1540479177,"permissions":27,"parent":486521,"checksum":""},-1]},{"file":"\/var\/www\/html\/lib\/private\/Files\/Cache\/Scanner.php","line":336,"function":"scanFile","class":"OC\\Files\\Cache\\Scanner","type":"->","args":["appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip",3,486521,false,false]},{"file":"\/var\/www\/html\/lib\/private\/Files\/Cache\/Updater.php","line":124,"function":"scan","class":"OC\\Files\\Cache\\Scanner","type":"->","args":["appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip",false,3,false]},{"file":"\/var\/www\/html\/lib\/private\/Files\/View.php","line":320,"function":"update","class":"OC\\Files\\Cache\\Updater","type":"->","args":["appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip",1540479177]},{"file":"\/var\/www\/html\/lib\/private\/Files\/View.php","line":1161,"function":"writeUpdate","class":"OC\\Files\\View","type":"->","args":[{"mountPoint":"\/","cache":{"__class__":"OC\\Files\\Cache\\Cache"},"scanner":{"__class__":"OC\\Files\\Cache\\Scanner"},"watcher":null,"propagator":{"__class__":"OC\\Files\\Cache\\Propagator"},"updater":{"__class__":"OC\\Files\\Cache\\Updater"},"__class__":"OCA\\RansomwareProtection\\StorageWrapper"},"appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip"]},{"file":"\/var\/www\/html\/lib\/private\/Files\/View.php","line":567,"function":"basicOperation","class":"OC\\Files\\View","type":"->","args":["touch","\/appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip",["touch","create","write"],null]},{"file":"\/var\/www\/html\/lib\/private\/Files\/Node\/Folder.php","line":181,"function":"touch","class":"OC\\Files\\View","type":"->","args":["\/appdata_oc4j4bs8k9dg\/css\/firstrunwizard\/70e2-6568-firstrunwizard.css.gzip"]},{"file":"\/var\/www\/html\/lib\/private\/Files\/SimpleFS\/SimpleFolder.php","line":83,"function":"newFile","class":"OC\\Files\\Node\\Folder","type":"->","args":["70e2-6568-firstrunwizard.css.gzip"]},{"file":"\/var\/www\/html\/lib\/private\/Template\/SCSSCacher.php","line":304,"function":"newFile","class":"OC\\Files\\SimpleFS\\SimpleFolder","type":"->","args":["70e2-6568-firstrunwizard.css.gzip"]},{"file":"\/var\/www\/html\/lib\/private\/Template\/SCSSCacher.php","line":153,"function":"cache","class":"OC\\Template\\SCSSCacher","type":"->","args":["\/var\/www\/html\/apps\/firstrunwizard\/css","70e2-6568-firstrunwizard.css","firstrunwizard.scss",{"__class__":"OC\\Files\\SimpleFS\\SimpleFolder"},"\/apps\/firstrunwizard\/css"]},{"file":"\/var\/www\/html\/lib\/private\/Template\/CSSResourceLocator.php","line":109,"function":"process","class":"OC\\Template\\SCSSCacher","type":"->","args":["\/var\/www\/html\/apps\/firstrunwizard","css\/firstrunwizard.scss","firstrunwizard"]},{"file":"\/var\/www\/html\/lib\/private\/Template\/CSSResourceLocator.php","line":84,"function":"cacheAndAppendScssIfExist","class":"OC\\Template\\CSSResourceLocator","type":"->","args":["\/var\/www\/html\/apps\/firstrunwizard","css\/firstrunwizard.scss","firstrunwizard"]},{"file":"\/var\/www\/html\/lib\/private\/Template\/ResourceLocator.php","line":78,"function":"doFind","class":"OC\\Template\\CSSResourceLocator","type":"->","args":["css\/firstrunwizard"]},{"file":"\/var\/www\/html\/lib\/private\/TemplateLayout.php","line":285,"function":"find","class":"OC\\Template\\ResourceLocator","type":"->","args":[["vendor\/select2\/select2","vendor\/jquery-ui\/themes\/base\/jquery-ui","css\/jquery-ui-fixes","css\/server","css\/css-variables","apporder\/css\/apporder","files_pdfviewer\/css\/style","files_versions\/css\/versions","files_videoplayer\/css\/style","firstrunwizard\/css\/firstrunwizard","gpxedit\/css\/style","notifications\/css\/styles","css\/jquery.ocdialog","search\/css\/results","files\/css\/merged","files_external\/css\/external","files_trashbin\/css\/trash","activity\/css\/style","audioplayer\/css\/3rdparty\/fontello\/css\/fontello","comments\/css\/autocomplete","comments\/css\/comments","files_markdown\/css\/..\/build\/styles","files_markdown\/css\/preview","files_sharing\/css\/mergedAdditionalStyles","files_texteditor\/css\/merged","gallery\/css\/slideshow","gallery\/css\/gallerybutton","gallery\/css\/share","metadata\/css\/tabview","socialsharing_email\/css\/socialsharingemail","css\/systemtags","systemtags\/css\/systemtagsfilelist"]]},{"file":"\/var\/www\/html\/lib\/private\/TemplateLayout.php","line":201,"function":"findStylesheetFiles","class":"OC\\TemplateLayout","type":"::","args":[["vendor\/select2\/select2","vendor\/jquery-ui\/themes\/base\/jquery-ui","css\/jquery-ui-fixes","css\/server","css\/css-variables","apporder\/css\/apporder","files_pdfviewer\/css\/style","files_versions\/css\/versions","files_videoplayer\/css\/style","firstrunwizard\/css\/firstrunwizard","gpxedit\/css\/style","notifications\/css\/styles","css\/jquery.ocdialog","search\/css\/results","files\/css\/merged","files_external\/css\/external","files_trashbin\/css\/trash","activity\/css\/style","audioplayer\/css\/3rdparty\/fontello\/css\/fontello","comments\/css\/autocomplete","comments\/css\/comments","files_markdown\/css\/..\/build\/styles","files_markdown\/css\/preview","files_sharing\/css\/mergedAdditionalStyles","files_texteditor\/css\/merged","gallery\/css\/slideshow","gallery\/css\/gallerybutton","gallery\/css\/share","metadata\/css\/tabview","socialsharing_email\/css\/socialsharingemail","css\/systemtags","systemtags\/css\/systemtagsfilelist"]]},{"file":"\/var\/www\/html\/lib\/private\/legacy\/template.php","line":210,"function":"__construct","class":"OC\\TemplateLayout","type":"->","args":["user","files"]},{"file":"\/var\/www\/html\/lib\/public\/AppFramework\/Http\/TemplateResponse.php","line":157,"function":"fetchPage","class":"OC_Template","type":"->","args":[{"usedSpacePercent":46,"owner":"christopher","ownerDisplayName":"Christopher","isPublic":false,"allowShareWithLink":"yes","defaultFileSorting":"name","defaultFileSortingDirection":"asc","showHiddenFiles":1,"fileNotFound":0,"appNavigation":{"__class__":"OCP\\Template"},"appContents":{"files":{"id":"files","content":"<div id=\"controls\">\n\t\t<div class=\"actions creatable hidden\">\n\t\t\t<div id=\"uploadprogresswrapper\">\n\t\t\t\t<div id=\"uploadprogressbar\">\n\t\t\t\t\t<em class=\"label outer\" style=\"display:none\"><span class=\"desktop\">Lade hoch...<\/span><span class=\"mobile\">\u2026<\/span><\/em>\n\t\t\t\t<\/div>\n\t\t\t\t<button class=\"stop icon-close\" style=\"display:none\">\n\t\t\t\t\t<span class=\"hidden-visually\">Hochladen abbrechen<\/span>\n\t\t\t\t<\/button>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<div id=\"file_action_panel\"><\/div>\n\t\t<div class=\"notCreatable notPublic hidden\">\n\t\t\tDu hast keine Berechtigung, hier Dateien hochzuladen oder zu erstellen\t\t<\/div>\n\t\t<input type=\"hidden\" name=\"permissions\" value=\"\" id=\"permissions\">\n\t<input type=\"hidden\" id=\"free_space\" value=\"\">\n\t\t<input type=\"hidden\" class=\"max_human_file_size\"\n\t\t value=\"(max )\">\n<\/div>\n\n<div id=\"emptycontent\" class=\"hidden\">\n\t<div class=\"icon-folder\"><\/div>\n\t<h2>Keine Dateien vorhanden<\/h2>\n\t<p class=\"uploadmessage hidden\">Inhalte hochladen oder mit deinen Ger\u00e4ten synchronisieren!<\/p>\n<\/div>\n\n<div class=\"nofilterresults emptycontent hidden\">\n\t<div class=\"icon-search\"><\/div>\n\t<h2>Keine Eintr\u00e4ge in diesem Ordner gefunden<\/h2>\n\t<p><\/p>\n<\/div>\n\n<table id=\"filestable\" data-allow-public-upload=\"yes\" data-preview-x=\"32\" data-preview-y=\"32\">\n\t<thead>\n\t\t<tr>\n\t\t\t<th id=\"headerSelection\" class=\"hidden column-selection\">\n\t\t\t\t<input type=\"checkbox\" id=\"select_all_files\" class=\"select-all checkbox\"\/>\n\t\t\t\t<label for=\"select_all_files\">\n\t\t\t\t\t<span class=\"hidden-visually\">Alle ausw\u00e4hlen<\/span>\n\t\t\t\t<\/label>\n\t\t\t<\/th>\n\t\t\t<th id='headerName' class=\"hidden column-name\">\n\t\t\t\t<div id=\"headerName-container\">\n\t\t\t\t\t<a class=\"name sort columntitle\" data-sort=\"name\">\n <span>Name<\/span>\n <span class=\"sort-indicator\"><\/span>\n\n <\/a>\n <span id=\"selectedActionsList\" class=\"selectedActions\">\n <a href=\"\" class=\"actions-selected\">\n <span class=\"icon icon-more\"><\/span>\n <span>Aktionen<\/span>\n <\/a>\n\t\t\t\t\t<\/span>\n\t\t\t\t<\/div>\n\t\t\t<\/th>\n\t\t\t<th id=\"headerSize\" class=\"hidden column-size\">\n\t\t\t\t<a class=\"size sort columntitle\" data-sort=\"size\"><span>Gr\u00f6\u00dfe<\/span><span class=\"sort-indicator\"><\/span><\/a>\n\t\t\t<\/th>\n\t\t\t<th id=\"headerDate\" class=\"hidden column-mtime\">\n\t\t\t\t<a id=\"modified\" class=\"columntitle\" data-sort=\"mtime\"><span>Ge\u00e4ndert<\/span><span class=\"sort-indicator\"><\/span><\/a>\n\t\t\t<\/th>\n\t\t<\/tr>\n\t<\/thead>\n\t<tbody id=\"fileList\">\n\t<\/tbody>\n\t<tfoot>\n\t<\/tfoot>\n<\/table>\n<input type=\"hidden\" name=\"dir\" id=\"dir\" value=\"\" \/>\n<div class=\"hiddenuploadfield\">\n\t<input type=\"file\" id=\"file_upload_start\" class=\"hiddenuploadfield\" name=\"files[]\" \/>\n<\/div>\n<div id=\"editor\"><\/div><!-- FIXME Do not use this div in your app! It is deprecated and will be removed in the future! -->\n<div id=\"uploadsize-message\" title=\"Der Upload ist zu gro\u00df\">\n\t<p>\n\tDie Datei \u00fcberschreitet die Maximalgr\u00f6\u00dfe f\u00fcr Uploads auf diesem Server.\t<\/p>\n<\/div>\n"},"recent":{"id":"recent","content":"<div id='notification'><\/div>\n\n<div id=\"emptycontent\" class=\"hidden\"><\/div>\n\n<input type=\"hidden\" name=\"dir\" value=\"\" id=\"dir\">\n\n<div class=\"nofilterresults hidden\">\n\t<div class=\"icon-search\"><\/div>\n\t<h2>Keine Eintr\u00e4ge in diesem Ordner gefunden<\/h2>\n\t<p><\/p>\n<\/div>\n\n<table id=\"filestable\">\n\t<thead>\n\t<tr>\n\t\t<th id='headerName' class=\"hidden column-name\">\n\t\t\t<div id=\"headerName-container\">\n\t\t\t\t<a class=\"name sort columntitle\"\n\t\t\t\t data-sort=\"name\"><span>Name<\/span><\/a>\n\t\t\t<\/div>\n\t\t<\/th>\n\t\t<th id=\"headerSize\" class=\"hidden column-size\">\n\t\t\t<a class=\"size sort columntitle\"\n\t\t\t data-sort=\"size\"><span>Gr\u00f6\u00dfe<\/span><\/a>\n\t\t<\/th>\n\t\t<th id=\"headerDate\" class=\"hidden column-mtime\">\n\t\t\t<a id=\"modified\" class=\"columntitle\"\n\t\t\t data-sort=\"mtime\"><span>Ge\u00e4ndert<\/span><span\n\t\t\t\t\tclass=\"sort-indicator\"><\/span><\/a>\n\t\t\t<span class=\"selectedActions\">\n\t\t\t\t<a href=\"\" class=\"delete-selected\">\n\t\t\t\t\t<span class=\"icon icon-delete\"><\/span>\n\t\t\t\t\t<span>L\u00f6schen<\/span>\n\t\t\t\t<\/a>\n\t\t\t<\/span>\n\t\t<\/th>\n\t<\/tr>\n\t<\/thead>\n\t<tbody id=\"fileList\">\n\t<\/tbody>\n\t<tfoot>\n\t<\/tfoot>\n<\/table>\n"},"-vf-Schule-2-ITB-":{"id":"-vf-Schule-2-ITB-","content":""},"favorites":{"id":"favorites","content":"<div id='notification'><\/div>\n\n<div id=\"emptycontent\" class=\"hidden\">\n\t<div class=\"icon-starred\"><\/div>\n\t<h2>Noch keine Favoriten vorhanden<\/h2>\n\t<p>Dateien und Ordner, die als Favoriten markiert werden, erscheinen hier<\/p>\n<\/div>\n\n<input type=\"hidden\" name=\"dir\" value=\"\" id=\"dir\">\n\n<div class=\"nofilterresults hidden\">\n\t<div class=\"icon-search\"><\/div>\n\t<h2>Keine Eintr\u00e4ge in diesem Ordner gefunden<\/h2>\n\t<p><\/p>\n<\/div>\n<table id=\"filestable\">\n\t<thead>\n\t\t<tr>\n\t\t\t<th id='headerName' class=\"hidden column-name\">\n\t\t\t\t<div id=\"headerName-container\">\n\t\t\t\t\t<a class=\"name sort columntitle\" data-sort=\"name\"><span>Name<\/span><span class=\"sort-indicator\"><\/span><\/a>\n\t\t\t\t<\/div>\n\t\t\t<\/th>\n\t\t\t<th id=\"headerSize\" class=\"hidden column-size\">\n\t\t\t\t<a class=\"size sort columntitle\" data-sort=\"size\"><span>Gr\u00f6\u00dfe<\/span><span class=\"sort-indicator\"><\/span><\/a>\n\t\t\t<\/th>\n\t\t\t<th id=\"headerDate\" class=\"hidden column-mtime\">\n\t\t\t\t<a id=\"modified\" class=\"columntitle\" data-sort=\"mtime\"><span>Ge\u00e4ndert<\/span><span class=\"sort-indicator\"><\/span><\/a>\n\t\t\t\t<span class=\"selectedActions\">\n\t\t\t\t <a href=\"\" class=\"delete-selected\">\n\t\t\t\t\t<img class=\"svg\" alt=\"\"\n\t\t\t\t\t src=\"\/core\/img\/actions\/delete.svg\" \/>\n\t\t\t\t\tL\u00f6schen\t\t\t\t <\/a>\n\t\t\t\t<\/span>\n\t\t\t<\/th>\n\t\t<\/tr>\n\t<\/thead>\n\t<tbody id=\"fileList\">\n\t<\/tbody>\n\t<tfoot>\n\t<\/tfoot>\n<\/table>\n"},"sharingout":{"id":"sharingout","content":"<div id='notification'><\/div>\n\n<div id=\"emptycontent\" class=\"hidden\"><\/div>\n\n<input type=\"hidden\" name=\"dir\" value=\"\" id=\"dir\">\n\n<div class=\"nofilterresults hidden\">\n\t<div class=\"icon-search\"><\/div>\n\t<h2>Keine Eintr\u00e4ge in diesem Ordner gefunden<\/h2>\n<\/div>\n\n<table id=\"filestable\">\n\t<thead>\n\t\t<tr>\n\t\t\t<th id='headerName' class=\"hidden column-name\">\n\t\t\t\t<div id=\"headerName-container\">\n\t\t\t\t\t<a class=\"name sort columntitle\" data-sort=\"name\"><span>Name<\/span><span class=\"sort-indicator\"><\/span><\/a>\n\t\t\t\t<\/div>\n\t\t\t<\/th>\n\t\t\t<th id=\"headerDate\" class=\"hidden column-mtime\">\n\t\t\t\t<a id=\"modified\" class=\"columntitle\" data-sort=\"mtime\"><span>Freigabezeitpunkt<\/span><span class=\"sort-indicator\"><\/span><\/a>\n\t\t\t<\/th>\n\t\t\t<th class=\"hidden column-expiration\">\n\t\t\t\t<a class=\"columntitle\"><span>Ablaufdatum<\/span><\/a>\n\t\t\t<\/th>\n\t\t<\/tr>\n\t<\/thead>\n\t<tbody id=\"fileList\">\n\t<\/tbody>\n\t<tfoot>\n\t<\/tfoot>\n<\/table>\n"},"sharingin":{"id":"sharingin","content":"<div id='notification'><\/div>\n\n<div id=\"emptycontent\" class=\"hidden\"><\/div>\n\n<input type=\"hidden\" name=\"dir\" value=\"\" id=\"dir\">\n\n<div class=\"nofilterresults hidden\">\n\t<div class=\"icon-search\"><\/div>\n\t<h2>Keine Eintr\u00e4ge in diesem Ordner gefunden<\/h2>\n<\/div>\n\n<table id=\"filestable\">\n\t<thead>\n\t\t<tr>\n\t\t\t<th id='headerName' class=\"hidden column-name\">\n\t\t\t\t<div id=\"headerName-container\">\n\t\t\t\t\t<a class=\"name sort columntitle\" data-sort=\"name\"><span>Name<\/span><span class=\"sort-indicator\"><\/span><\/a>\n\t\t\t\t<\/div>\n\t\t\t<\/th>\n\t\t\t<th id=\"headerDate\" class=\"hidden column-mtime\">\n\t\t\t\t<a id=\"modified\" class=\"columntitle\" data-sort=\"mtime\"><span>Freigabezeitpunkt<\/span><span class=\"sort-indicator\"><\/span><\/a>\n\t\t\t<\/th>\n\t\t\t<th class=\"hidden column-expiration\">\n\t\t\t\t<a class=\"columntitle\"><span>Ablaufdatum<\/span><\/a>\n\t\t\t<\/th>\n\t\t<\/tr>\n\t<\/thead>\n\t<tbody id=\"fileList\">\n\t<\/tbody>\n\t<tfoot>\n\t<\/tfoot>\n<\/table>\n"},"sharinglinks":{"id":"sharinglinks","content":"<div id='notification'><\/div>\n\n<div id=\"emptycontent\" class=\"hidden\"><\/div>\n\n<input type=\"hidden\" name=\"dir\" value=\"\" id=\"dir\">\n\n<div class=\"nofilterresults hidden\">\n\t<div class=\"icon-search\"><\/div>\n\t<h2>Keine Eintr\u00e4ge in diesem Ordner gefunden<\/h2>\n<\/div>\n\n<table id=\"filestable\">\n\t<thead>\n\t\t<tr>\n\t\t\t<th id='headerName' class=\"hidden column-name\">\n\t\t\t\t<div id=\"headerName-container\">\n\t\t\t\t\t<a class=\"name sort columntitle\" data-sort=\"name\"><span>Name<\/span><span class=\"sort-indicator\"><\/span><\/a>\n\t\t\t\t<\/div>\n\t\t\t<\/th>\n\t\t\t<th id=\"headerDate\" class=\"hidden column-mtime\">\n\t\t\t\t<a id=\"modified\" class=\"columntitle\" data-sort=\"mtime\"><span>Freigabezeitpunkt<\/span><span class=\"sort-indicator\"><\/span><\/a>\n\t\t\t<\/th>\n\t\t\t<th class=\"hidden column-expiration\">\n\t\t\t\t<a class=\"columntitle\"><span>Ablaufdatum<\/span><\/a>\n\t\t\t<\/th>\n\t\t<\/tr>\n\t<\/thead>\n\t<tbody id=\"fileList\">\n\t<\/tbody>\n\t<tfoot>\n\t<\/tfoot>\n<\/table>\n"},"deletedshares":{"id":"deletedshares","content":"<div id='notification'><\/div>\n\n<div id=\"emptycontent\" class=\"hidden\"><\/div>\n\n<input type=\"hidden\" name=\"dir\" value=\"\" id=\"dir\">\n\n<div class=\"nofilterresults hidden\">\n\t<div class=\"icon-search\"><\/div>\n\t<h2>Keine Eintr\u00e4ge in diesem Ordner gefunden<\/h2>\n<\/div>\n\n<table id=\"filestable\">\n\t<thead>\n\t\t<tr>\n\t\t\t<th id='headerName' class=\"hidden column-name\">\n\t\t\t\t<div id=\"headerName-container\">\n\t\t\t\t\t<a class=\"name sort columntitle\" data-sort=\"name\"><span>Name<\/span><span class=\"sort-indicator\"><\/span><\/a>\n\t\t\t\t<\/div>\n\t\t\t<\/th>\n\t\t\t<th id=\"headerDate\" class=\"hidden column-mtime\">\n\t\t\t\t<a id=\"modified\" class=\"columntitle\" data-sort=\"mtime\"><span>Freigabezeitpunkt<\/span><span class=\"sort-indicator\"><\/span><\/a>\n\t\t\t<\/th>\n\t\t\t<th class=\"hidden column-expiration\">\n\t\t\t\t<a class=\"columntitle\"><span>Ablaufdatum<\/span><\/a>\n\t\t\t<\/th>\n\t\t<\/tr>\n\t<\/thead>\n\t<tbody id=\"fileList\">\n\t<\/tbody>\n\t<tfoot>\n\t<\/tfoot>\n<\/table>\n"},"shareoverview":{"id":"shareoverview","content":"<div id='notification'><\/div>\n\n<div id=\"emptycontent\" class=\"hidden\"><\/div>\n\n<input type=\"hidden\" name=\"dir\" value=\"\" id=\"dir\">\n\n<div class=\"nofilterresults hidden\">\n\t<div class=\"icon-search\"><\/div>\n\t<h2>Keine Eintr\u00e4ge in diesem Ordner gefunden<\/h2>\n<\/div>\n\n<table id=\"filestable\">\n\t<thead>\n\t\t<tr>\n\t\t\t<th id='headerName' class=\"hidden column-name\">\n\t\t\t\t<div id=\"headerName-container\">\n\t\t\t\t\t<a class=\"name sort columntitle\" data-sort=\"name\"><span>Name<\/span><span class=\"sort-indicator\"><\/span><\/a>\n\t\t\t\t<\/div>\n\t\t\t<\/th>\n\t\t\t<th id=\"headerDate\" class=\"hidden column-mtime\">\n\t\t\t\t<a id=\"modified\" class=\"columntitle\" data-sort=\"mtime\"><span>Freigabezeitpunkt<\/span><span class=\"sort-indicator\"><\/span><\/a>\n\t\t\t<\/th>\n\t\t\t<th class=\"hidden column-expiration\">\n\t\t\t\t<a class=\"columntitle\"><span>Ablaufdatum<\/span><\/a>\n\t\t\t<\/th>\n\t\t<\/tr>\n\t<\/thead>\n\t<tbody id=\"fileList\">\n\t<\/tbody>\n\t<tfoot>\n\t<\/tfoot>\n<\/table>\n"},"systemtagsfilter":{"id":"systemtagsfilter","content":"<div id=\"controls\">\n<\/div>\n\n<div id=\"emptycontent\" class=\"hidden\">\n\t<div class=\"icon-folder\"><\/div>\n\t<h2>Keine Dateien vorhanden<\/h2>\n\t<p class=\"uploadmessage hidden\"><\/p>\n<\/div>\n\n<div class=\"nofilterresults emptycontent hidden\">\n\t<div class=\"icon-search\"><\/div>\n\t<h2>Keine Eintr\u00e4ge in diesem Ordner gefunden<\/h2>\n\t<p><\/p>\n<\/div>\n\n<table id=\"filestable\" data-preview-x=\"32\" data-preview-y=\"32\">\n\t<thead>\n\t\t<tr>\n\t\t\t<th id='headerName' class=\"hidden column-name\">\n\t\t\t\t<div id=\"headerName-container\">\n\t\t\t\t\t<a class=\"name sort columntitle\" data-sort=\"name\"><span>Name<\/span><span class=\"sort-indicator\"><\/span><\/a>\n\t\t\t\t<\/div>\n\t\t\t<\/th>\n\t\t\t<th id=\"headerSize\" class=\"hidden column-size\">\n\t\t\t\t<a class=\"size sort columntitle\" data-sort=\"size\"><span>Gr\u00f6\u00dfe<\/span><span class=\"sort-indicator\"><\/span><\/a>\n\t\t\t<\/th>\n\t\t\t<th id=\"headerDate\" class=\"hidden column-mtime\">\n\t\t\t\t<a id=\"modified\" class=\"columntitle\" data-sort=\"mtime\"><span>Ge\u00e4ndert<\/span><span class=\"sort-indicator\"><\/span><\/a>\n\t\t\t<\/th>\n\t\t<\/tr>\n\t<\/thead>\n\t<tbody id=\"fileList\">\n\t<\/tbody>\n\t<tfoot>\n\t<\/tfoot>\n<\/table>\n<input type=\"hidden\" name=\"dir\" id=\"dir\" value=\"\" \/>\n\n"},"extstoragemounts":{"id":"extstoragemounts","content":"<div id=\"controls\">\n\t<div id=\"file_action_panel\"><\/div>\n<\/div>\n<div id='notification'><\/div>\n\n<div id=\"emptycontent\" class=\"hidden\">\n\t<div class=\"icon-external\"><\/div>\n\t<h2>Es ist kein externer Speicher eingerichtet oder Du hast keine Berechtigung dies zu tun.<\/h2>\n<\/div>\n\n<input type=\"hidden\" name=\"dir\" value=\"\" id=\"dir\">\n\n<table id=\"filestable\">\n\t<thead>\n\t\t<tr>\n\t\t\t<th id='headerName' class=\"hidden column-name\">\n\t\t\t\t<div id=\"headerName-container\">\n\t\t\t\t\t<a class=\"name sort columntitle\" data-sort=\"name\"><span>Name<\/span><span class=\"sort-indicator\"><\/span><\/a>\n\t\t\t\t<\/div>\n\t\t\t<\/th>\n\t\t\t<th id=\"headerBackend\" class=\"hidden column-backend\">\n\t\t\t\t<a class=\"backend sort columntitle\" data-sort=\"backend\"><span>Speichertyp<\/span><span class=\"sort-indicator\"><\/span><\/a>\n\t\t\t<\/th>\n\t\t\t<th id=\"headerScope\" class=\"hidden column-scope column-last\">\n\t\t\t\t<a class=\"scope sort columntitle\" data-sort=\"scope\"><span>Anwendungsbereich<\/span><span class=\"sort-indicator\"><\/span><\/a>\n\t\t\t<\/th>\n\t\t<\/tr>\n\t<\/thead>\n\t<tbody id=\"fileList\">\n\t<\/tbody>\n\t<tfoot>\n\t<\/tfoot>\n<\/table>\n"},"trashbin":{"id":"trashbin","content":"<div id=\"controls\">\n\t<div id=\"file_action_panel\"><\/div>\n<\/div>\n<div id='notification'><\/div>\n\n<div id=\"emptycontent\" class=\"hidden\">\n\t<div class=\"icon-delete\"><\/div>\n\t<h2>Keine gel\u00f6schten Dateien<\/h2>\n\t<p>Hier k\u00f6nnen gel\u00f6schte Dateien wiederhergestellt werden<\/p>\n<\/div>\n\n<input type=\"hidden\" name=\"dir\" value=\"\" id=\"dir\">\n\n<div class=\"nofilterresults hidden\">\n\t<div class=\"icon-search\"><\/div>\n\t<h2>Keine Eintr\u00e4ge in diesem Ordner gefunden<\/h2>\n\t<p><\/p>\n<\/div>\n\n<table id=\"filestable\">\n\t<thead>\n\t\t<tr>\n\t\t\t<th id=\"headerSelection\" class=\"hidden column-selection\">\n\t\t\t\t<input type=\"checkbox\" id=\"select_all_trash\" class=\"select-all checkbox\"\/>\n\t\t\t\t<label for=\"select_all_trash\">\n\t\t\t\t\t<span class=\"hidden-visually\">Alle ausw\u00e4hlen<\/span>\n\t\t\t\t<\/label>\n\t\t\t<\/th>\n\t\t\t<th id='headerName' class=\"hidden column-name\">\n\t\t\t\t<div id=\"headerName-container\">\n\t\t\t\t\t<a class=\"name sort columntitle\" data-sort=\"name\"><span>Name<\/span><span class=\"sort-indicator\"><\/span><\/a>\n\t\t\t\t\t<span id=\"selectedActionsList\" class='selectedActions'>\n\t\t\t\t\t\t<a href=\"\" class=\"actions-selected\">\n\t\t\t\t\t\t\t<span class=\"icon icon-more\"><\/span>\n\t\t\t\t\t\t\t<span>Aktionen<\/span>\n\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/span>\n\t\t\t\t<\/div>\n\t\t\t<\/th>\n\t\t\t<th id=\"headerDate\" class=\"hidden column-mtime\">\n\t\t\t\t<a id=\"modified\" class=\"columntitle\" data-sort=\"mtime\"><span>gel\u00f6scht<\/span><span class=\"sort-indicator\"><\/span><\/a>\n\t\t\t<\/th>\n\t\t<\/tr>\n\t<\/thead>\n\t<tbody id=\"fileList\">\n\t<\/tbody>\n\t<tfoot>\n\t<\/tfoot>\n<\/table>\n"}},"hiddenFields":[]}]},{"file":"\/var\/www\/html\/lib\/private\/AppFramework\/Http\/Dispatcher.php","line":119,"function":"render","class":"OCP\\AppFramework\\Http\\TemplateResponse","type":"->","args":[]},{"file":"\/var\/www\/html\/lib\/private\/AppFramework\/App.php","line":118,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[{"__class__":"OCA\\Files\\Controller\\ViewController"},"index"]},{"file":"\/var\/www\/html\/lib\/private\/AppFramework\/Routing\/RouteActionHandler.php","line":47,"function":"main","class":"OC\\AppFramework\\App","type":"::","args":["ViewController","index",{"__class__":"OC\\AppFramework\\DependencyInjection\\DIContainer"},{"_route":"files.view.index"}]},{"function":"__invoke","class":"OC\\AppFramework\\Routing\\RouteActionHandler","type":"->","args":[{"_route":"files.view.index"}]},{"file":"\/var\/www\/html\/lib\/private\/Route\/Router.php","line":297,"function":"call_user_func","args":[{"__class__":"OC\\AppFramework\\Routing\\RouteActionHandler"},{"_route":"files.view.index"}]},{"file":"\/var\/www\/html\/lib\/base.php","line":987,"function":"match","class":"OC\\Route\\Router","type":"->","args":["\/apps\/files\/"]},{"file":"\/var\/www\/html\/index.php","line":42,"function":"handleRequest","class":"OC","type":"::","args":[]}],"File":"\/var\/www\/html\/3rdparty\/doctrine\/dbal\/lib\/Doctrine\/DBAL\/Driver\/PDOStatement.php","Line":105}},"CustomMessage":"--"},"userAgent":"Mozilla\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\/20100101 Firefox\/62.0","version":"14.0.3.0"} |
Replicated on fresh install of nextcloud 14 using same single-client ~19GB dataset on two different servers: freenas on local IP address & antergos using docker on http address. On first-client sync using nextcloud desktop client (on either KDE neon or Arch linux) get logs spammed with errors - though these are different on the different systems. Testing with encryption disabled on both. Freenas nextcloud config includes:
Freenas gui log yields many deadlocks in log:
Freenas script used to generate nextcloud server: https://github.com/ak1n/freenas-iocage-nextcloud Interestingly, trying to replicate same config settings using docker on antergos on http domain a different error comes up (maybe missed config differences vs. different versions of package dependencies?). Docker antergos config includes:
Docker antergos in gui log: Docker script used to generate nextcloud server: https://gitlab.com/deepthought/nextcloud-docker I suspect the two errors originate from a same bug in the nextcloud code (though conceivably different ones due to differences in setup/config). Seems like replication requires a large number of files based on my dataset and comments in related github issues. These errors preclude nextcloud from production use for me. Is there a bounty for fixing this? Any information re the above would be much appreciated, particularly if I have made errors in configurations. |
Any recommendations re how to backtrace this to the specific file (given the many referenced..)? Errors in locking calls could cause a deadlock and I'm just trying to figure out what the relevant server php files are for this... |
Hi everyone, i am using nc 14.0.3 with mariadb 10.2.x on OpenSuSe using Tar-Version and also had many and a lot problems with filecache-table / Deadlocks. As i can see i am not the only one and after using nc for a while it really got annoying, so i decided to check for a solution in coding. For me it looked like the query itself would cause the problem as it does updates to the same table as it does selects in. That may work most times, but sometimes may not (depending of the internal state of the dbms itself). For me, replacing the file, it now works without any deadlocks, tested with 11GB of data, which caused around 100 Deadlocks before. Afterwards none. But sorry, i have not done php / github before, so this is really rough testing style and i am not sure, if the git- fork was done the right way. Please: This is not for production and is not meant to be like it. This is only for testing if it solves the Deadlock for me and others. So maybe some users can test this and see if this solves the problem in general and afterwards a nc developer can clean this up for the audience? |
I have a possibly related issue here: #12343 |
fix for this is in #12368. The crucial part is, that the log says something about |
Overview ticket can be found at #12369 |
Please, backport to Nextcloud 14. Thanks. |
#12411 will be shipped in 14.0.4 and 13.0.8 |
Steps to reproduce
Don't know
Expected behaviour
No error
Actual behaviour
See Nextcloud log
General server configuration
Operating system: Linux cloud.techandme.se 4.4.0-91-generic #114-Ubuntu SMP Tue Aug 8 11:56:56 UTC 2017 x86_64
Web server: Apache/2.4.18 (Ubuntu) (apache2handler)
Database: pgsql PostgreSQL 9.6.4 on x86_64-pc-linux-gnu, compiled by gcc (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609, 64-bit
PHP version: 7.0.22-0ubuntu0.16.04.1
PHP-modules loaded
Nextcloud configuration
Nextcloud version: 12.0.2 - 12.0.2.0
Updated from an older Nextcloud/ownCloud or fresh install: YOUR ANSWER HERE
Where did you install Nextcloud from: YOUR ANSWER HERE
Are you using external storage, if yes which one: Array
(
[0] => \OC\Files\Storage\Local
[1] => \OCA\Files_External\Lib\Storage\FTP
[2] => \OC\Files\Storage\DAV
[3] => \OCA\Files_External\Lib\Storage\OwnCloud
[4] => \OCA\Files_External\Lib\Storage\SFTP
[5] => \OCA\Files_External\Lib\Storage\AmazonS3
[6] => \OCA\Files_External\Lib\Storage\Dropbox
[7] => \OCA\Files_External\Lib\Storage\Google
[8] => \OCA\Files_External\Lib\Storage\Swift
[9] => \OCA\Files_External\Lib\Storage\SFTP
[10] => \OCA\Files_External\Lib\Storage\SMB
[11] => \OCA\Files_External\Lib\Storage\SMB
)
Are you using encryption: no
Are you using an external user-backend, if yes which one: NO
(LDAP/ActiveDirectory/Webdav/...)
Signing status
Enabled apps
Disabled apps
Content of config/config.php
Client configuration
Browser: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36
Operating system: Ubuntu 16.04 Server
Logs
Web server error log
Nextcloud log (data/nextcloud.log)
Browser log
The text was updated successfully, but these errors were encountered: