Closed moonlies closed 6 years ago
GitMate.io thinks possibly related issues are https://github.com/nextcloud/server/issues/1371 (No file-uploading possible at all), https://github.com/nextcloud/server/issues/10184 (Uploading medium size files fails), https://github.com/nextcloud/server/issues/10640 ([General Q] get logs with uploaded files from all users?), https://github.com/nextcloud/server/issues/3852 (Data corruption when uploading files bigger than Maximum upload size (which is also not honored correctly)), and https://github.com/nextcloud/server/issues/8954 (Uploading large files fails).
In the http block of my reverse proxy had an entry client_max_body_size set to 1m. Setting it to 0 solved it. Found the solution here: https://serverfault.com/a/401732/393856
Steps to reproduce
Upload a file bigger than 1 MB
Expected behaviour
The file should be uploaded
Actual behaviour
Loading bar gets stuck at either 0 or 100% showing "a few seconds", immediately after starting the upload.
Server configuration detail
Operating system: (LXC Container on Proxmox) Linux 4.15.18-1-pve #1 SMP PVE 4.15.18-17 (Mon, 30 Jul 2018 12:53:35 +0200) x86_64
Webserver: nginx/1.15.3 (fpm-fcgi)
Database: mysql 10.1.26
PHP version:
7.2.9-1+0~20180910100512.5+stretch~1.gbpdaac35 Modules loaded: Core, date, libxml, openssl, pcre, zlib, filter, hash, Reflection, SPL, sodium, session, standard, cgi-fcgi, mysqlnd, PDO, xml, apcu, apc, bz2, calendar, ctype, curl, dom, mbstring, fileinfo, ftp, gd, gettext, iconv, igbinary, imagick, intl, json, ldap, exif, mysqli, pdo_mysql, Phar, posix, readline, redis, shmop, SimpleXML, sockets, sysvmsg, sysvsem, sysvshm, tokenizer, wddx, xmlreader, xmlwriter, xsl, zip, Zend OPcache
Nextcloud version: 14.0.0 - 14.0.0.19
Updated from an older Nextcloud/ownCloud or fresh install: fresh install
Where did you install Nextcloud from: https://nextcloud.com/install/
Signing status
Array ( )List of activated apps
``` Enabled: - accessibility: 1.0.1 - activity: 2.7.0 - announcementcenter: 3.3.0 - apporder: 0.5.0 - calendar: 1.6.2 - caniupdate: 0.2.0 - cloud_federation_api: 0.0.1 - comments: 1.4.0 - contacts: 2.1.6 - dav: 1.6.0 - federatedfilesharing: 1.4.0 - federation: 1.4.0 - files: 1.9.0 - files_pdfviewer: 1.3.2 - files_sharing: 1.6.2 - files_texteditor: 2.6.0 - files_trashbin: 1.4.1 - files_versions: 1.7.1 - files_videoplayer: 1.3.0 - firstrunwizard: 2.3.0 - gallery: 18.1.0 - issuetemplate: 0.4.0 - logreader: 2.0.0 - lookup_server_connector: 1.2.0 - nextcloud_announcements: 1.3.0 - notifications: 2.2.1 - oauth2: 1.2.1 - password_policy: 1.4.0 - provisioning_api: 1.4.0 - radio: 0.6.3 - serverinfo: 1.4.0 - sharebymail: 1.4.0 - support: 1.0.0 - survey_client: 1.2.0 - systemtags: 1.4.0 - theming: 1.5.0 - twofactor_backupcodes: 1.3.1 - updatenotification: 1.4.1 - workflowengine: 1.4.0 Disabled: - admin_audit - audioplayer - deck - encryption - files_external - spreed - user_external - user_ldap ```Configuration (config/config.php)
``` { "passwordsalt": "***REMOVED SENSITIVE VALUE***", "secret": "***REMOVED SENSITIVE VALUE***", "trusted_domains": [ "localhost", "***REMOVED SENSITIVE VALUE***" ], "datadirectory": "***REMOVED SENSITIVE VALUE***", "dbtype": "mysql", "version": "14.0.0.19", "overwrite.cli.url": "https:\/\/***REMOVED SENSITIVE VALUE***", "dbname": "***REMOVED SENSITIVE VALUE***", "dbhost": "***REMOVED SENSITIVE VALUE***", "dbport": "", "dbtableprefix": "oc_", "dbuser": "***REMOVED SENSITIVE VALUE***", "dbpassword": "***REMOVED SENSITIVE VALUE***", "installed": true, "instanceid": "***REMOVED SENSITIVE VALUE***", "activity_expire_days": 14, "auth.bruteforce.protection.enabled": true, "blacklisted_files": [ ".htaccess", "Thumbs.db", "thumbs.db" ], "cron_log": true, "enable_previews": true, "enabledPreviewProviders": [ "OC\\Preview\\PNG", "OC\\Preview\\JPEG", "OC\\Preview\\GIF", "OC\\Preview\\BMP", "OC\\Preview\\XBitmap", "OC\\Preview\\Movie", "OC\\Preview\\PDF", "OC\\Preview\\MP3", "OC\\Preview\\TXT", "OC\\Preview\\MarkDown" ], "filesystem_check_changes": 0, "filelocking.enabled": "true", "htaccess.RewriteBase": "\/", "integrity.check.disabled": false, "knowledgebaseenabled": false, "logfile": "\/var\/nc_data\/nextcloud.log", "loglevel": 2, "logtimezone": "Europe\/Berlin", "log_rotate_size": 104857600, "maintenance": false, "memcache.local": "\\OC\\Memcache\\APCu", "memcache.locking": "\\OC\\Memcache\\Redis", "overwriteprotocol": "https", "preview_max_x": 1024, "preview_max_y": 768, "preview_max_scale_factor": 1, "redis": { "host": "***REMOVED SENSITIVE VALUE***", "port": 0, "timeout": 0 }, "quota_include_external_storage": false, "share_folder": "\/Shares", "skeletondirectory": "", "theme": "", "trashbin_retention_obligation": "auto, 7", "updater.release.channel": "stable" } ```Are you using external storage, if yes which one: local
Are you using encryption:
Are you using an external user-backend, if yes which one: No
Client configuration
Browser: Mozilla/5.0 (X11; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0
Operating system: Linux 4.18.6-arch1-1-ARCH #1 SMP PREEMPT Wed Sep 5 11:54:09 UTC 2018 x86_64 GNU/Linux
Logs
Browser log
``` TypeError: xml is undefined merged-index.js:664:1 getResponse https://***REMOVED SENSITIVE VALUE***/js/files/merged-index.js:664:1 fail https://***REMOVED SENSITIVE VALUE***/js/files/merged-index.js:1337:23 _trigger https://***REMOVED SENSITIVE VALUE***/core/vendor/core.js:13:10073 _onFail https://***REMOVED SENSITIVE VALUE***/js/files/merged-index.js:2717:13 e.widget/Nextcloud log
``` {"reqId":"6dlLNOYNejjbuTQtILnl","level":2,"time":"2018-09-11T23:38:05+02:00","remoteAddr":"192.168.1.2","user":"--","app":"core","method":"POST","url":"\/login","message":"Login failed: 'coretana' (Remote IP: '192.168.1.2')","userAgent":"Mozilla\/5.0 (X11; Linux x86_64; rv:62.0) Gecko\/20100101 Firefox\/62.0","version":"14.0.0.19"} {"reqId":"Aavtb68zax9VNeVzeSyC","level":3,"time":"2018-09-11T23:38:28+02:00","remoteAddr":"192.168.1.2","user":"coretana","app":"PHP","method":"GET","url":"\/core\/preview?fileId=6&c=e0c721996cc18535bc0ec45ac34905c7&x=32&y=32&forceIcon=0","message":"unlink(\/upload_tmp\/oc_tmp_lTaQaA): No such file or directory at \/var\/www\/nextcloud\/lib\/private\/Preview\/Movie.php#111","userAgent":"Mozilla\/5.0 (X11; Linux x86_64; rv:62.0) Gecko\/20100101 Firefox\/62.0","version":"14.0.0.19"} {"reqId":"JHMHzRizewtOkywcdPHr","level":3,"time":"2018-09-12T00:24:59+02:00","remoteAddr":"192.168.1.2","user":"coretana","app":"PHP","method":"POST","url":"\/apps\/theming\/ajax\/updateStylesheet","message":"unlink(\/var\/nc_data\/appdata_ocmielsvfyju\/css\/core\/3eb1-27b1-jquery-ui-fixes.css): No such file or directory at \/var\/www\/nextcloud\/lib\/private\/Files\/Storage\/Local.php#227","userAgent":"Mozilla\/5.0 (X11; Linux x86_64; rv:62.0) Gecko\/20100101 Firefox\/62.0","version":"14.0.0.19"} {"reqId":"cH3lVtmVmzINxPZCwYhk","level":3,"time":"2018-09-12T00:24:59+02:00","remoteAddr":"192.168.1.2","user":"coretana","app":"PHP","method":"POST","url":"\/apps\/theming\/ajax\/updateStylesheet","message":"unlink(\/var\/nc_data\/appdata_ocmielsvfyju\/css\/settings\/3eb1-27b1-settings.css.deps): No such file or directory at \/var\/www\/nextcloud\/lib\/private\/Files\/Storage\/Local.php#227","userAgent":"Mozilla\/5.0 (X11; Linux x86_64; rv:62.0) Gecko\/20100101 Firefox\/62.0","version":"14.0.0.19"} {"reqId":"cH3lVtmVmzINxPZCwYhk","level":3,"time":"2018-09-12T00:24:59+02:00","remoteAddr":"192.168.1.2","user":"coretana","app":"PHP","method":"POST","url":"\/apps\/theming\/ajax\/updateStylesheet","message":"unlink(\/var\/nc_data\/appdata_ocmielsvfyju\/css\/settings\/3eb1-27b1-settings.css.gzip): No such file or directory at \/var\/www\/nextcloud\/lib\/private\/Files\/Storage\/Local.php#227","userAgent":"Mozilla\/5.0 (X11; Linux x86_64; rv:62.0) Gecko\/20100101 Firefox\/62.0","version":"14.0.0.19"} {"reqId":"JHMHzRizewtOkywcdPHr","level":3,"time":"2018-09-12T00:24:59+02:00","remoteAddr":"192.168.1.2","user":"coretana","app":"PHP","method":"POST","url":"\/apps\/theming\/ajax\/updateStylesheet","message":"unlink(\/var\/nc_data\/appdata_ocmielsvfyju\/css\/support\/47cd-27b1-support.css): No such file or directory at \/var\/www\/nextcloud\/lib\/private\/Files\/Storage\/Local.php#227","userAgent":"Mozilla\/5.0 (X11; Linux x86_64; rv:62.0) Gecko\/20100101 Firefox\/62.0","version":"14.0.0.19"} {"reqId":"JHMHzRizewtOkywcdPHr","level":3,"time":"2018-09-12T00:24:59+02:00","remoteAddr":"192.168.1.2","user":"coretana","app":"PHP","method":"POST","url":"\/apps\/theming\/ajax\/updateStylesheet","message":"unlink(\/var\/nc_data\/appdata_ocmielsvfyju\/css\/support\/47cd-27b1-support.css.deps): No such file or directory at \/var\/www\/nextcloud\/lib\/private\/Files\/Storage\/Local.php#227","userAgent":"Mozilla\/5.0 (X11; Linux x86_64; rv:62.0) Gecko\/20100101 Firefox\/62.0","version":"14.0.0.19"} {"reqId":"JHMHzRizewtOkywcdPHr","level":3,"time":"2018-09-12T00:24:59+02:00","remoteAddr":"192.168.1.2","user":"coretana","app":"PHP","method":"POST","url":"\/apps\/theming\/ajax\/updateStylesheet","message":"unlink(\/var\/nc_data\/appdata_ocmielsvfyju\/css\/support\/47cd-27b1-support.css.gzip): No such file or directory at \/var\/www\/nextcloud\/lib\/private\/Files\/Storage\/Local.php#227","userAgent":"Mozilla\/5.0 (X11; Linux x86_64; rv:62.0) Gecko\/20100101 Firefox\/62.0","version":"14.0.0.19"} {"reqId":"JHMHzRizewtOkywcdPHr","level":3,"time":"2018-09-12T00:24:59+02:00","remoteAddr":"192.168.1.2","user":"coretana","app":"PHP","method":"POST","url":"\/apps\/theming\/ajax\/updateStylesheet","message":"unlink(\/var\/nc_data\/appdata_ocmielsvfyju\/css\/theming\/35c3-27b1-settings-admin.css): No such file or directory at \/var\/www\/nextcloud\/lib\/private\/Files\/Storage\/Local.php#227","userAgent":"Mozilla\/5.0 (X11; Linux x86_64; rv:62.0) Gecko\/20100101 Firefox\/62.0","version":"14.0.0.19"} {"reqId":"cH3lVtmVmzINxPZCwYhk","level":3,"time":"2018-09-12T00:24:59+02:00","remoteAddr":"192.168.1.2","user":"coretana","app":"PHP","method":"POST","url":"\/apps\/theming\/ajax\/updateStylesheet","message":"unlink(\/var\/nc_data\/appdata_ocmielsvfyju\/css\/theming\/35c3-27b1-settings-admin.css.deps): No such file or directory at \/var\/www\/nextcloud\/lib\/private\/Files\/Storage\/Local.php#227","userAgent":"Mozilla\/5.0 (X11; Linux x86_64; rv:62.0) Gecko\/20100101 Firefox\/62.0","version":"14.0.0.19"} {"reqId":"JHMHzRizewtOkywcdPHr","level":3,"time":"2018-09-12T00:24:59+02:00","remoteAddr":"192.168.1.2","user":"coretana","app":"PHP","method":"POST","url":"\/apps\/theming\/ajax\/updateStylesheet","message":"unlink(\/var\/nc_data\/appdata_ocmielsvfyju\/css\/theming\/35c3-27b1-settings-admin.css.gzip): No such file or directory at \/var\/www\/nextcloud\/lib\/private\/Files\/Storage\/Local.php#227","userAgent":"Mozilla\/5.0 (X11; Linux x86_64; rv:62.0) Gecko\/20100101 Firefox\/62.0","version":"14.0.0.19"} {"reqId":"JHMHzRizewtOkywcdPHr","level":3,"time":"2018-09-12T00:24:59+02:00","remoteAddr":"192.168.1.2","user":"coretana","app":"index","method":"POST","url":"\/apps\/theming\/ajax\/updateStylesheet","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 [\"10\", \"16\", 1536704699, 0, \"ca249a18ab531a9a5dd3d7d7a83be6d4\", 1536704699, 27, 38, \"\", \"6957183f1b7bd8ce41c8a1e5f627e966\", \"appdata_ocmielsvfyju\\\/css\\\/core\\\/3eb1-27b1-css-variables.css\", \"3eb1-27b1-css-variables.css\", 2, 2, \"6957183f1b7bd8ce41c8a1e5f627e966\"]:\n\nSQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '2-6957183f1b7bd8ce41c8a1e5f627e966' for key 'fs_storage_path_hash'","Code":0,"Trace":[{"file":"\/var\/www\/nextcloud\/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 [\"10\", \"16\", 1536704699, 0, \"ca249a18ab531a9a5dd3d7d7a83be6d4\", 1536704699, 27, 38, \"\", \"6957183f1b7bd8ce41c8a1e5f627e966\", \"appdata_ocmielsvfyju\\\/css\\\/core\\\/3eb1-27b1-css-variables.css\", \"3eb1-27b1-css-variables.css\", 2, 2, \"6957183f1b7bd8ce41c8a1e5f627e966\"]:\n\nSQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '2-6957183f1b7bd8ce41c8a1e5f627e966' for key 'fs_storage_path_hash'",{"errorInfo":["23000",1062,"Duplicate entry '2-6957183f1b7bd8ce41c8a1e5f627e966' for key 'fs_storage_path_hash'"],"__class__":"Doctrine\\DBAL\\Driver\\PDOException"}]},{"file":"\/var\/www\/nextcloud\/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 '2-6957183f1b7bd8ce41c8a1e5f627e966' 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":"10","2":"16","3":1536704699,"4":0,"5":"ca249a18ab531a9a5dd3d7d7a83be6d4","6":1536704699,"7":27,"8":38,"9":"","10":"6957183f1b7bd8ce41c8a1e5f627e966","11":"appdata_ocmielsvfyju\/css\/core\/3eb1-27b1-css-variables.css","12":"3eb1-27b1-css-variables.css","13":2,"14":2,"15":"6957183f1b7bd8ce41c8a1e5f627e966"}]},{"file":"\/var\/www\/nextcloud\/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",["10","16",1536704699,0,"ca249a18ab531a9a5dd3d7d7a83be6d4",1536704699,27,38,"","6957183f1b7bd8ce41c8a1e5f627e966","appdata_ocmielsvfyju\/css\/core\/3eb1-27b1-css-variables.css","3eb1-27b1-css-variables.css",2,2,"6957183f1b7bd8ce41c8a1e5f627e966"],[]]},{"file":"\/var\/www\/nextcloud\/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",["10","16",1536704699,0,"ca249a18ab531a9a5dd3d7d7a83be6d4",1536704699,27,38,"","6957183f1b7bd8ce41c8a1e5f627e966","appdata_ocmielsvfyju\/css\/core\/3eb1-27b1-css-variables.css","3eb1-27b1-css-variables.css",2,2,"6957183f1b7bd8ce41c8a1e5f627e966"]]},{"file":"\/var\/www\/nextcloud\/lib\/private\/DB\/Connection.php","line":254,"function":"insertIfNotExist","class":"OC\\DB\\Adapter","type":"->","args":["*PREFIX*filecache",{"mimepart":"10","mimetype":"16","mtime":1536704699,"size":0,"etag":"ca249a18ab531a9a5dd3d7d7a83be6d4","storage_mtime":1536704699,"permissions":27,"parent":38,"checksum":"","path_hash":"6957183f1b7bd8ce41c8a1e5f627e966","path":"appdata_ocmielsvfyju\/css\/core\/3eb1-27b1-css-variables.css","name":"3eb1-27b1-css-variables.css","storage":2},["storage","path_hash"]]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Cache.php","line":272,"function":"insertIfNotExist","class":"OC\\DB\\Connection","type":"->","args":["*PREFIX*filecache",{"mimepart":"10","mimetype":"16","mtime":1536704699,"size":0,"etag":"ca249a18ab531a9a5dd3d7d7a83be6d4","storage_mtime":1536704699,"permissions":27,"parent":38,"checksum":"","path_hash":"6957183f1b7bd8ce41c8a1e5f627e966","path":"appdata_ocmielsvfyju\/css\/core\/3eb1-27b1-css-variables.css","name":"3eb1-27b1-css-variables.css","storage":2},["storage","path_hash"]]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Cache.php","line":229,"function":"insert","class":"OC\\Files\\Cache\\Cache","type":"->","args":["appdata_ocmielsvfyju\/css\/core\/3eb1-27b1-css-variables.css",{"mimetype":"text\/css","mtime":1536704699,"size":0,"etag":"ca249a18ab531a9a5dd3d7d7a83be6d4","storage_mtime":1536704699,"permissions":27,"parent":38,"checksum":"","path":"appdata_ocmielsvfyju\/css\/core\/3eb1-27b1-css-variables.css","name":"3eb1-27b1-css-variables.css"}]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Scanner.php","line":292,"function":"put","class":"OC\\Files\\Cache\\Cache","type":"->","args":["appdata_ocmielsvfyju\/css\/core\/3eb1-27b1-css-variables.css",{"mimetype":"text\/css","mtime":1536704699,"size":0,"etag":"ca249a18ab531a9a5dd3d7d7a83be6d4","storage_mtime":1536704699,"permissions":27,"parent":38,"checksum":""}]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Scanner.php","line":221,"function":"addToCache","class":"OC\\Files\\Cache\\Scanner","type":"->","args":["appdata_ocmielsvfyju\/css\/core\/3eb1-27b1-css-variables.css",{"mimetype":"text\/css","mtime":1536704699,"size":0,"etag":"ca249a18ab531a9a5dd3d7d7a83be6d4","storage_mtime":1536704699,"permissions":27,"parent":38,"checksum":""},-1]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Scanner.php","line":336,"function":"scanFile","class":"OC\\Files\\Cache\\Scanner","type":"->","args":["appdata_ocmielsvfyju\/css\/core\/3eb1-27b1-css-variables.css",3,38,false,false]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Updater.php","line":124,"function":"scan","class":"OC\\Files\\Cache\\Scanner","type":"->","args":["appdata_ocmielsvfyju\/css\/core\/3eb1-27b1-css-variables.css",false,3,false]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/View.php","line":320,"function":"update","class":"OC\\Files\\Cache\\Updater","type":"->","args":["appdata_ocmielsvfyju\/css\/core\/3eb1-27b1-css-variables.css",1536704699]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/View.php","line":1161,"function":"writeUpdate","class":"OC\\Files\\View","type":"->","args":[{"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\\Files_Trashbin\\Storage"},"appdata_ocmielsvfyju\/css\/core\/3eb1-27b1-css-variables.css"]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/View.php","line":567,"function":"basicOperation","class":"OC\\Files\\View","type":"->","args":["touch","\/appdata_ocmielsvfyju\/css\/core\/3eb1-27b1-css-variables.css",["touch","create","write"],null]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Node\/Folder.php","line":181,"function":"touch","class":"OC\\Files\\View","type":"->","args":["\/appdata_ocmielsvfyju\/css\/core\/3eb1-27b1-css-variables.css"]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/SimpleFS\/SimpleFolder.php","line":83,"function":"newFile","class":"OC\\Files\\Node\\Folder","type":"->","args":["3eb1-27b1-css-variables.css"]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Template\/SCSSCacher.php","line":273,"function":"newFile","class":"OC\\Files\\SimpleFS\\SimpleFolder","type":"->","args":["3eb1-27b1-css-variables.css"]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Template\/SCSSCacher.php","line":153,"function":"cache","class":"OC\\Template\\SCSSCacher","type":"->","args":["\/var\/www\/nextcloud\/core\/css","3eb1-27b1-css-variables.css","css-variables.scss",{"__class__":"OC\\Files\\SimpleFS\\SimpleFolder"},"\/core\/css"]},{"file":"\/var\/www\/nextcloud\/apps\/theming\/lib\/Controller\/ThemingController.php","line":204,"function":"process","class":"OC\\Template\\SCSSCacher","type":"->","args":["\/var\/www\/nextcloud","core\/css\/css-variables.scss","core"]},{"file":"\/var\/www\/nextcloud\/lib\/private\/AppFramework\/Http\/Dispatcher.php","line":166,"function":"updateStylesheet","class":"OCA\\Theming\\Controller\\ThemingController","type":"->","args":["name","Nextclown"]},{"file":"\/var\/www\/nextcloud\/lib\/private\/AppFramework\/Http\/Dispatcher.php","line":99,"function":"executeController","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[{"__class__":"OCA\\Theming\\Controller\\ThemingController"},"updateStylesheet"]},{"file":"\/var\/www\/nextcloud\/lib\/private\/AppFramework\/App.php","line":118,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[{"__class__":"OCA\\Theming\\Controller\\ThemingController"},"updateStylesheet"]},{"file":"\/var\/www\/nextcloud\/lib\/private\/AppFramework\/Routing\/RouteActionHandler.php","line":47,"function":"main","class":"OC\\AppFramework\\App","type":"::","args":["OCA\\Theming\\Controller\\ThemingController","updateStylesheet",{"__class__":"OC\\AppFramework\\DependencyInjection\\DIContainer"},{"_route":"theming.Theming.updateStylesheet"}]},{"function":"__invoke","class":"OC\\AppFramework\\Routing\\RouteActionHandler","type":"->","args":[{"_route":"theming.Theming.updateStylesheet"}]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Route\/Router.php","line":297,"function":"call_user_func","args":[{"__class__":"OC\\AppFramework\\Routing\\RouteActionHandler"},{"_route":"theming.Theming.updateStylesheet"}]},{"file":"\/var\/www\/nextcloud\/lib\/base.php","line":989,"function":"match","class":"OC\\Route\\Router","type":"->","args":["\/apps\/theming\/ajax\/updateStylesheet"]},{"file":"\/var\/www\/nextcloud\/index.php","line":42,"function":"handleRequest","class":"OC","type":"::","args":[]}],"File":"\/var\/www\/nextcloud\/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 '2-6957183f1b7bd8ce41c8a1e5f627e966' for key 'fs_storage_path_hash'","Code":"23000","Trace":[{"file":"\/var\/www\/nextcloud\/3rdparty\/doctrine\/dbal\/lib\/Doctrine\/DBAL\/Connection.php","line":1008,"function":"execute","class":"Doctrine\\DBAL\\Driver\\PDOStatement","type":"->","args":[["10","16",1536704699,0,"ca249a18ab531a9a5dd3d7d7a83be6d4",1536704699,27,38,"","6957183f1b7bd8ce41c8a1e5f627e966","appdata_ocmielsvfyju\/css\/core\/3eb1-27b1-css-variables.css","3eb1-27b1-css-variables.css",2,2,"6957183f1b7bd8ce41c8a1e5f627e966"]]},{"file":"\/var\/www\/nextcloud\/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",["10","16",1536704699,0,"ca249a18ab531a9a5dd3d7d7a83be6d4",1536704699,27,38,"","6957183f1b7bd8ce41c8a1e5f627e966","appdata_ocmielsvfyju\/css\/core\/3eb1-27b1-css-variables.css","3eb1-27b1-css-variables.css",2,2,"6957183f1b7bd8ce41c8a1e5f627e966"],[]]},{"file":"\/var\/www\/nextcloud\/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",["10","16",1536704699,0,"ca249a18ab531a9a5dd3d7d7a83be6d4",1536704699,27,38,"","6957183f1b7bd8ce41c8a1e5f627e966","appdata_ocmielsvfyju\/css\/core\/3eb1-27b1-css-variables.css","3eb1-27b1-css-variables.css",2,2,"6957183f1b7bd8ce41c8a1e5f627e966"]]},{"file":"\/var\/www\/nextcloud\/lib\/private\/DB\/Connection.php","line":254,"function":"insertIfNotExist","class":"OC\\DB\\Adapter","type":"->","args":["*PREFIX*filecache",{"mimepart":"10","mimetype":"16","mtime":1536704699,"size":0,"etag":"ca249a18ab531a9a5dd3d7d7a83be6d4","storage_mtime":1536704699,"permissions":27,"parent":38,"checksum":"","path_hash":"6957183f1b7bd8ce41c8a1e5f627e966","path":"appdata_ocmielsvfyju\/css\/core\/3eb1-27b1-css-variables.css","name":"3eb1-27b1-css-variables.css","storage":2},["storage","path_hash"]]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Cache.php","line":272,"function":"insertIfNotExist","class":"OC\\DB\\Connection","type":"->","args":["*PREFIX*filecache",{"mimepart":"10","mimetype":"16","mtime":1536704699,"size":0,"etag":"ca249a18ab531a9a5dd3d7d7a83be6d4","storage_mtime":1536704699,"permissions":27,"parent":38,"checksum":"","path_hash":"6957183f1b7bd8ce41c8a1e5f627e966","path":"appdata_ocmielsvfyju\/css\/core\/3eb1-27b1-css-variables.css","name":"3eb1-27b1-css-variables.css","storage":2},["storage","path_hash"]]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Cache.php","line":229,"function":"insert","class":"OC\\Files\\Cache\\Cache","type":"->","args":["appdata_ocmielsvfyju\/css\/core\/3eb1-27b1-css-variables.css",{"mimetype":"text\/css","mtime":1536704699,"size":0,"etag":"ca249a18ab531a9a5dd3d7d7a83be6d4","storage_mtime":1536704699,"permissions":27,"parent":38,"checksum":"","path":"appdata_ocmielsvfyju\/css\/core\/3eb1-27b1-css-variables.css","name":"3eb1-27b1-css-variables.css"}]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Scanner.php","line":292,"function":"put","class":"OC\\Files\\Cache\\Cache","type":"->","args":["appdata_ocmielsvfyju\/css\/core\/3eb1-27b1-css-variables.css",{"mimetype":"text\/css","mtime":1536704699,"size":0,"etag":"ca249a18ab531a9a5dd3d7d7a83be6d4","storage_mtime":1536704699,"permissions":27,"parent":38,"checksum":""}]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Scanner.php","line":221,"function":"addToCache","class":"OC\\Files\\Cache\\Scanner","type":"->","args":["appdata_ocmielsvfyju\/css\/core\/3eb1-27b1-css-variables.css",{"mimetype":"text\/css","mtime":1536704699,"size":0,"etag":"ca249a18ab531a9a5dd3d7d7a83be6d4","storage_mtime":1536704699,"permissions":27,"parent":38,"checksum":""},-1]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Scanner.php","line":336,"function":"scanFile","class":"OC\\Files\\Cache\\Scanner","type":"->","args":["appdata_ocmielsvfyju\/css\/core\/3eb1-27b1-css-variables.css",3,38,false,false]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Updater.php","line":124,"function":"scan","class":"OC\\Files\\Cache\\Scanner","type":"->","args":["appdata_ocmielsvfyju\/css\/core\/3eb1-27b1-css-variables.css",false,3,false]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/View.php","line":320,"function":"update","class":"OC\\Files\\Cache\\Updater","type":"->","args":["appdata_ocmielsvfyju\/css\/core\/3eb1-27b1-css-variables.css",1536704699]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/View.php","line":1161,"function":"writeUpdate","class":"OC\\Files\\View","type":"->","args":[{"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\\Files_Trashbin\\Storage"},"appdata_ocmielsvfyju\/css\/core\/3eb1-27b1-css-variables.css"]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/View.php","line":567,"function":"basicOperation","class":"OC\\Files\\View","type":"->","args":["touch","\/appdata_ocmielsvfyju\/css\/core\/3eb1-27b1-css-variables.css",["touch","create","write"],null]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Node\/Folder.php","line":181,"function":"touch","class":"OC\\Files\\View","type":"->","args":["\/appdata_ocmielsvfyju\/css\/core\/3eb1-27b1-css-variables.css"]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/SimpleFS\/SimpleFolder.php","line":83,"function":"newFile","class":"OC\\Files\\Node\\Folder","type":"->","args":["3eb1-27b1-css-variables.css"]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Template\/SCSSCacher.php","line":273,"function":"newFile","class":"OC\\Files\\SimpleFS\\SimpleFolder","type":"->","args":["3eb1-27b1-css-variables.css"]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Template\/SCSSCacher.php","line":153,"function":"cache","class":"OC\\Template\\SCSSCacher","type":"->","args":["\/var\/www\/nextcloud\/core\/css","3eb1-27b1-css-variables.css","css-variables.scss",{"__class__":"OC\\Files\\SimpleFS\\SimpleFolder"},"\/core\/css"]},{"file":"\/var\/www\/nextcloud\/apps\/theming\/lib\/Controller\/ThemingController.php","line":204,"function":"process","class":"OC\\Template\\SCSSCacher","type":"->","args":["\/var\/www\/nextcloud","core\/css\/css-variables.scss","core"]},{"file":"\/var\/www\/nextcloud\/lib\/private\/AppFramework\/Http\/Dispatcher.php","line":166,"function":"updateStylesheet","class":"OCA\\Theming\\Controller\\ThemingController","type":"->","args":["name","Nextclown"]},{"file":"\/var\/www\/nextcloud\/lib\/private\/AppFramework\/Http\/Dispatcher.php","line":99,"function":"executeController","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[{"__class__":"OCA\\Theming\\Controller\\ThemingController"},"updateStylesheet"]},{"file":"\/var\/www\/nextcloud\/lib\/private\/AppFramework\/App.php","line":118,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[{"__class__":"OCA\\Theming\\Controller\\ThemingController"},"updateStylesheet"]},{"file":"\/var\/www\/nextcloud\/lib\/private\/AppFramework\/Routing\/RouteActionHandler.php","line":47,"function":"main","class":"OC\\AppFramework\\App","type":"::","args":["OCA\\Theming\\Controller\\ThemingController","updateStylesheet",{"__class__":"OC\\AppFramework\\DependencyInjection\\DIContainer"},{"_route":"theming.Theming.updateStylesheet"}]},{"function":"__invoke","class":"OC\\AppFramework\\Routing\\RouteActionHandler","type":"->","args":[{"_route":"theming.Theming.updateStylesheet"}]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Route\/Router.php","line":297,"function":"call_user_func","args":[{"__class__":"OC\\AppFramework\\Routing\\RouteActionHandler"},{"_route":"theming.Theming.updateStylesheet"}]},{"file":"\/var\/www\/nextcloud\/lib\/base.php","line":989,"function":"match","class":"OC\\Route\\Router","type":"->","args":["\/apps\/theming\/ajax\/updateStylesheet"]},{"file":"\/var\/www\/nextcloud\/index.php","line":42,"function":"handleRequest","class":"OC","type":"::","args":[]}],"File":"\/var\/www\/nextcloud\/3rdparty\/doctrine\/dbal\/lib\/Doctrine\/DBAL\/Driver\/PDOStatement.php","Line":107,"Previous":{"Exception":"PDOException","Message":"SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '2-6957183f1b7bd8ce41c8a1e5f627e966' for key 'fs_storage_path_hash'","Code":"23000","Trace":[{"file":"\/var\/www\/nextcloud\/3rdparty\/doctrine\/dbal\/lib\/Doctrine\/DBAL\/Driver\/PDOStatement.php","line":105,"function":"execute","class":"PDOStatement","type":"->","args":[["10","16",1536704699,0,"ca249a18ab531a9a5dd3d7d7a83be6d4",1536704699,27,38,"","6957183f1b7bd8ce41c8a1e5f627e966","appdata_ocmielsvfyju\/css\/core\/3eb1-27b1-css-variables.css","3eb1-27b1-css-variables.css",2,2,"6957183f1b7bd8ce41c8a1e5f627e966"]]},{"file":"\/var\/www\/nextcloud\/3rdparty\/doctrine\/dbal\/lib\/Doctrine\/DBAL\/Connection.php","line":1008,"function":"execute","class":"Doctrine\\DBAL\\Driver\\PDOStatement","type":"->","args":[["10","16",1536704699,0,"ca249a18ab531a9a5dd3d7d7a83be6d4",1536704699,27,38,"","6957183f1b7bd8ce41c8a1e5f627e966","appdata_ocmielsvfyju\/css\/core\/3eb1-27b1-css-variables.css","3eb1-27b1-css-variables.css",2,2,"6957183f1b7bd8ce41c8a1e5f627e966"]]},{"file":"\/var\/www\/nextcloud\/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",["10","16",1536704699,0,"ca249a18ab531a9a5dd3d7d7a83be6d4",1536704699,27,38,"","6957183f1b7bd8ce41c8a1e5f627e966","appdata_ocmielsvfyju\/css\/core\/3eb1-27b1-css-variables.css","3eb1-27b1-css-variables.css",2,2,"6957183f1b7bd8ce41c8a1e5f627e966"],[]]},{"file":"\/var\/www\/nextcloud\/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",["10","16",1536704699,0,"ca249a18ab531a9a5dd3d7d7a83be6d4",1536704699,27,38,"","6957183f1b7bd8ce41c8a1e5f627e966","appdata_ocmielsvfyju\/css\/core\/3eb1-27b1-css-variables.css","3eb1-27b1-css-variables.css",2,2,"6957183f1b7bd8ce41c8a1e5f627e966"]]},{"file":"\/var\/www\/nextcloud\/lib\/private\/DB\/Connection.php","line":254,"function":"insertIfNotExist","class":"OC\\DB\\Adapter","type":"->","args":["*PREFIX*filecache",{"mimepart":"10","mimetype":"16","mtime":1536704699,"size":0,"etag":"ca249a18ab531a9a5dd3d7d7a83be6d4","storage_mtime":1536704699,"permissions":27,"parent":38,"checksum":"","path_hash":"6957183f1b7bd8ce41c8a1e5f627e966","path":"appdata_ocmielsvfyju\/css\/core\/3eb1-27b1-css-variables.css","name":"3eb1-27b1-css-variables.css","storage":2},["storage","path_hash"]]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Cache.php","line":272,"function":"insertIfNotExist","class":"OC\\DB\\Connection","type":"->","args":["*PREFIX*filecache",{"mimepart":"10","mimetype":"16","mtime":1536704699,"size":0,"etag":"ca249a18ab531a9a5dd3d7d7a83be6d4","storage_mtime":1536704699,"permissions":27,"parent":38,"checksum":"","path_hash":"6957183f1b7bd8ce41c8a1e5f627e966","path":"appdata_ocmielsvfyju\/css\/core\/3eb1-27b1-css-variables.css","name":"3eb1-27b1-css-variables.css","storage":2},["storage","path_hash"]]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Cache.php","line":229,"function":"insert","class":"OC\\Files\\Cache\\Cache","type":"->","args":["appdata_ocmielsvfyju\/css\/core\/3eb1-27b1-css-variables.css",{"mimetype":"text\/css","mtime":1536704699,"size":0,"etag":"ca249a18ab531a9a5dd3d7d7a83be6d4","storage_mtime":1536704699,"permissions":27,"parent":38,"checksum":"","path":"appdata_ocmielsvfyju\/css\/core\/3eb1-27b1-css-variables.css","name":"3eb1-27b1-css-variables.css"}]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Scanner.php","line":292,"function":"put","class":"OC\\Files\\Cache\\Cache","type":"->","args":["appdata_ocmielsvfyju\/css\/core\/3eb1-27b1-css-variables.css",{"mimetype":"text\/css","mtime":1536704699,"size":0,"etag":"ca249a18ab531a9a5dd3d7d7a83be6d4","storage_mtime":1536704699,"permissions":27,"parent":38,"checksum":""}]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Scanner.php","line":221,"function":"addToCache","class":"OC\\Files\\Cache\\Scanner","type":"->","args":["appdata_ocmielsvfyju\/css\/core\/3eb1-27b1-css-variables.css",{"mimetype":"text\/css","mtime":1536704699,"size":0,"etag":"ca249a18ab531a9a5dd3d7d7a83be6d4","storage_mtime":1536704699,"permissions":27,"parent":38,"checksum":""},-1]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Scanner.php","line":336,"function":"scanFile","class":"OC\\Files\\Cache\\Scanner","type":"->","args":["appdata_ocmielsvfyju\/css\/core\/3eb1-27b1-css-variables.css",3,38,false,false]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Updater.php","line":124,"function":"scan","class":"OC\\Files\\Cache\\Scanner","type":"->","args":["appdata_ocmielsvfyju\/css\/core\/3eb1-27b1-css-variables.css",false,3,false]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/View.php","line":320,"function":"update","class":"OC\\Files\\Cache\\Updater","type":"->","args":["appdata_ocmielsvfyju\/css\/core\/3eb1-27b1-css-variables.css",1536704699]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/View.php","line":1161,"function":"writeUpdate","class":"OC\\Files\\View","type":"->","args":[{"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\\Files_Trashbin\\Storage"},"appdata_ocmielsvfyju\/css\/core\/3eb1-27b1-css-variables.css"]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/View.php","line":567,"function":"basicOperation","class":"OC\\Files\\View","type":"->","args":["touch","\/appdata_ocmielsvfyju\/css\/core\/3eb1-27b1-css-variables.css",["touch","create","write"],null]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Node\/Folder.php","line":181,"function":"touch","class":"OC\\Files\\View","type":"->","args":["\/appdata_ocmielsvfyju\/css\/core\/3eb1-27b1-css-variables.css"]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/SimpleFS\/SimpleFolder.php","line":83,"function":"newFile","class":"OC\\Files\\Node\\Folder","type":"->","args":["3eb1-27b1-css-variables.css"]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Template\/SCSSCacher.php","line":273,"function":"newFile","class":"OC\\Files\\SimpleFS\\SimpleFolder","type":"->","args":["3eb1-27b1-css-variables.css"]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Template\/SCSSCacher.php","line":153,"function":"cache","class":"OC\\Template\\SCSSCacher","type":"->","args":["\/var\/www\/nextcloud\/core\/css","3eb1-27b1-css-variables.css","css-variables.scss",{"__class__":"OC\\Files\\SimpleFS\\SimpleFolder"},"\/core\/css"]},{"file":"\/var\/www\/nextcloud\/apps\/theming\/lib\/Controller\/ThemingController.php","line":204,"function":"process","class":"OC\\Template\\SCSSCacher","type":"->","args":["\/var\/www\/nextcloud","core\/css\/css-variables.scss","core"]},{"file":"\/var\/www\/nextcloud\/lib\/private\/AppFramework\/Http\/Dispatcher.php","line":166,"function":"updateStylesheet","class":"OCA\\Theming\\Controller\\ThemingController","type":"->","args":["name","Nextclown"]},{"file":"\/var\/www\/nextcloud\/lib\/private\/AppFramework\/Http\/Dispatcher.php","line":99,"function":"executeController","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[{"__class__":"OCA\\Theming\\Controller\\ThemingController"},"updateStylesheet"]},{"file":"\/var\/www\/nextcloud\/lib\/private\/AppFramework\/App.php","line":118,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[{"__class__":"OCA\\Theming\\Controller\\ThemingController"},"updateStylesheet"]},{"file":"\/var\/www\/nextcloud\/lib\/private\/AppFramework\/Routing\/RouteActionHandler.php","line":47,"function":"main","class":"OC\\AppFramework\\App","type":"::","args":["OCA\\Theming\\Controller\\ThemingController","updateStylesheet",{"__class__":"OC\\AppFramework\\DependencyInjection\\DIContainer"},{"_route":"theming.Theming.updateStylesheet"}]},{"function":"__invoke","class":"OC\\AppFramework\\Routing\\RouteActionHandler","type":"->","args":[{"_route":"theming.Theming.updateStylesheet"}]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Route\/Router.php","line":297,"function":"call_user_func","args":[{"__class__":"OC\\AppFramework\\Routing\\RouteActionHandler"},{"_route":"theming.Theming.updateStylesheet"}]},{"file":"\/var\/www\/nextcloud\/lib\/base.php","line":989,"function":"match","class":"OC\\Route\\Router","type":"->","args":["\/apps\/theming\/ajax\/updateStylesheet"]},{"file":"\/var\/www\/nextcloud\/index.php","line":42,"function":"handleRequest","class":"OC","type":"::","args":[]}],"File":"\/var\/www\/nextcloud\/3rdparty\/doctrine\/dbal\/lib\/Doctrine\/DBAL\/Driver\/PDOStatement.php","Line":105}},"CustomMessage":"--"},"userAgent":"Mozilla\/5.0 (X11; Linux x86_64; rv:62.0) Gecko\/20100101 Firefox\/62.0","version":"14.0.0.19"} {"reqId":"tWQYlG7tqOshXeHzscbf","level":2,"time":"2018-09-12T10:30:39+02:00","remoteAddr":"192.168.1.2","user":"--","app":"core","method":"POST","url":"\/login","message":"Login failed: 'caro' (Remote IP: '192.168.1.2')","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"14.0.0.19"} {"reqId":"TZKIrNV0xDUNIOC2pqdw","level":2,"time":"2018-09-12T11:54:30+02:00","remoteAddr":"192.168.1.2","user":"--","app":"core","method":"POST","url":"\/login","message":"Login failed: 'irma' (Remote IP: '192.168.1.2')","userAgent":"Mozilla\/5.0 (Linux; Android 8.0.0; SM-A320FL Build\/R16NW) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/65.0.3325.230 Mobile Safari\/537.36 (Ecosia android@65.0.3325.230)","version":"14.0.0.19"} {"reqId":"IFTAzgQKpNRWLQWwX0DE","level":3,"time":"2018-09-12T13:47:12+02:00","remoteAddr":"192.168.1.2","user":"coretana","app":"PHP","method":"POST","url":"\/apps\/theming\/ajax\/updateStylesheet","message":"unlink(\/var\/nc_data\/appdata_ocmielsvfyju\/css\/files_sharing\/861d-27b1-publicView.css.deps): No such file or directory at \/var\/www\/nextcloud\/lib\/private\/Files\/Storage\/Local.php#227","userAgent":"Mozilla\/5.0 (X11; Linux x86_64; rv:62.0) Gecko\/20100101 Firefox\/62.0","version":"14.0.0.19"} {"reqId":"5A4eY7kCUkISTuXQb0Hm","level":3,"time":"2018-09-12T13:47:12+02:00","remoteAddr":"192.168.1.2","user":"coretana","app":"PHP","method":"POST","url":"\/apps\/theming\/ajax\/updateStylesheet","message":"unlink(\/var\/nc_data\/appdata_ocmielsvfyju\/css\/firstrunwizard\/70e2-27b1-firstrunwizard.css): No such file or directory at \/var\/www\/nextcloud\/lib\/private\/Files\/Storage\/Local.php#227","userAgent":"Mozilla\/5.0 (X11; Linux x86_64; rv:62.0) Gecko\/20100101 Firefox\/62.0","version":"14.0.0.19"} {"reqId":"5A4eY7kCUkISTuXQb0Hm","level":3,"time":"2018-09-12T13:47:12+02:00","remoteAddr":"192.168.1.2","user":"coretana","app":"PHP","method":"POST","url":"\/apps\/theming\/ajax\/updateStylesheet","message":"unlink(\/var\/nc_data\/appdata_ocmielsvfyju\/css\/notifications\/2c83-27b1-styles.css.deps): No such file or directory at \/var\/www\/nextcloud\/lib\/private\/Files\/Storage\/Local.php#227","userAgent":"Mozilla\/5.0 (X11; Linux x86_64; rv:62.0) Gecko\/20100101 Firefox\/62.0","version":"14.0.0.19"} {"reqId":"IFTAzgQKpNRWLQWwX0DE","level":3,"time":"2018-09-12T13:47:12+02:00","remoteAddr":"192.168.1.2","user":"coretana","app":"PHP","method":"POST","url":"\/apps\/theming\/ajax\/updateStylesheet","message":"unlink(\/var\/nc_data\/appdata_ocmielsvfyju\/css\/settings\/3eb1-27b1-settings.css.deps): No such file or directory at \/var\/www\/nextcloud\/lib\/private\/Files\/Storage\/Local.php#227","userAgent":"Mozilla\/5.0 (X11; Linux x86_64; rv:62.0) Gecko\/20100101 Firefox\/62.0","version":"14.0.0.19"} {"reqId":"IFTAzgQKpNRWLQWwX0DE","level":3,"time":"2018-09-12T13:47:12+02:00","remoteAddr":"192.168.1.2","user":"coretana","app":"PHP","method":"POST","url":"\/apps\/theming\/ajax\/updateStylesheet","message":"unlink(\/var\/nc_data\/appdata_ocmielsvfyju\/css\/systemtags\/1bf6-27b1-systemtagsfilelist.css.deps): No such file or directory at \/var\/www\/nextcloud\/lib\/private\/Files\/Storage\/Local.php#227","userAgent":"Mozilla\/5.0 (X11; Linux x86_64; rv:62.0) Gecko\/20100101 Firefox\/62.0","version":"14.0.0.19"} {"reqId":"5A4eY7kCUkISTuXQb0Hm","level":3,"time":"2018-09-12T13:47:12+02:00","remoteAddr":"192.168.1.2","user":"coretana","app":"PHP","method":"POST","url":"\/apps\/theming\/ajax\/updateStylesheet","message":"unlink(\/var\/nc_data\/appdata_ocmielsvfyju\/css\/theming\/35c3-27b1-settings-admin.css.deps): No such file or directory at \/var\/www\/nextcloud\/lib\/private\/Files\/Storage\/Local.php#227","userAgent":"Mozilla\/5.0 (X11; Linux x86_64; rv:62.0) Gecko\/20100101 Firefox\/62.0","version":"14.0.0.19"} {"reqId":"5A4eY7kCUkISTuXQb0Hm","level":3,"time":"2018-09-12T13:47:12+02:00","remoteAddr":"192.168.1.2","user":"coretana","app":"PHP","method":"POST","url":"\/apps\/theming\/ajax\/updateStylesheet","message":"unlink(\/var\/nc_data\/appdata_ocmielsvfyju\/css\/theming\/35c3-27b1-settings-admin.css.gzip): No such file or directory at \/var\/www\/nextcloud\/lib\/private\/Files\/Storage\/Local.php#227","userAgent":"Mozilla\/5.0 (X11; Linux x86_64; rv:62.0) Gecko\/20100101 Firefox\/62.0","version":"14.0.0.19"} {"reqId":"5A4eY7kCUkISTuXQb0Hm","level":3,"time":"2018-09-12T13:47:12+02:00","remoteAddr":"192.168.1.2","user":"coretana","app":"PHP","method":"POST","url":"\/apps\/theming\/ajax\/updateStylesheet","message":"unlink(\/var\/nc_data\/appdata_ocmielsvfyju\/css\/theming\/35c3-27b1-theming.css): No such file or directory at \/var\/www\/nextcloud\/lib\/private\/Files\/Storage\/Local.php#227","userAgent":"Mozilla\/5.0 (X11; Linux x86_64; rv:62.0) Gecko\/20100101 Firefox\/62.0","version":"14.0.0.19"} {"reqId":"5A4eY7kCUkISTuXQb0Hm","level":3,"time":"2018-09-12T13:47:12+02:00","remoteAddr":"192.168.1.2","user":"coretana","app":"PHP","method":"POST","url":"\/apps\/theming\/ajax\/updateStylesheet","message":"unlink(\/var\/nc_data\/appdata_ocmielsvfyju\/css\/theming\/35c3-27b1-theming.css.deps): No such file or directory at \/var\/www\/nextcloud\/lib\/private\/Files\/Storage\/Local.php#227","userAgent":"Mozilla\/5.0 (X11; Linux x86_64; rv:62.0) Gecko\/20100101 Firefox\/62.0","version":"14.0.0.19"} {"reqId":"IFTAzgQKpNRWLQWwX0DE","level":3,"time":"2018-09-12T13:47:12+02:00","remoteAddr":"192.168.1.2","user":"coretana","app":"PHP","method":"POST","url":"\/apps\/theming\/ajax\/updateStylesheet","message":"unlink(\/var\/nc_data\/appdata_ocmielsvfyju\/css\/theming\/35c3-27b1-theming.css.gzip): No such file or directory at \/var\/www\/nextcloud\/lib\/private\/Files\/Storage\/Local.php#227","userAgent":"Mozilla\/5.0 (X11; Linux x86_64; rv:62.0) Gecko\/20100101 Firefox\/62.0","version":"14.0.0.19"} {"reqId":"Ny8M6uXMTHbHtZn5eRM5","level":3,"time":"2018-09-12T13:47:12+02:00","remoteAddr":"192.168.1.2","user":"coretana","app":"index","method":"GET","url":"\/apps\/theming\/styles?reload=1536752832478","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 [\"5\", \"15\", 1536752832, 0, \"3a98a5120e606087d46f89b03b9499a5\", 1536752832, 27, 61, \"\", \"006825dfed9c31a4fcf08beb76af3bc5\", \"appdata_ocmielsvfyju\\\/css\\\/theming\\\/35c3-27b1-theming.css.gzip\", \"35c3-27b1-theming.css.gzip\", 2, 2, \"006825dfed9c31a4fcf08beb76af3bc5\"]:\n\nSQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '2-006825dfed9c31a4fcf08beb76af3bc5' for key 'fs_storage_path_hash'","Code":0,"Trace":[{"file":"\/var\/www\/nextcloud\/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 [\"5\", \"15\", 1536752832, 0, \"3a98a5120e606087d46f89b03b9499a5\", 1536752832, 27, 61, \"\", \"006825dfed9c31a4fcf08beb76af3bc5\", \"appdata_ocmielsvfyju\\\/css\\\/theming\\\/35c3-27b1-theming.css.gzip\", \"35c3-27b1-theming.css.gzip\", 2, 2, \"006825dfed9c31a4fcf08beb76af3bc5\"]:\n\nSQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '2-006825dfed9c31a4fcf08beb76af3bc5' for key 'fs_storage_path_hash'",{"errorInfo":["23000",1062,"Duplicate entry '2-006825dfed9c31a4fcf08beb76af3bc5' for key 'fs_storage_path_hash'"],"__class__":"Doctrine\\DBAL\\Driver\\PDOException"}]},{"file":"\/var\/www\/nextcloud\/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 '2-006825dfed9c31a4fcf08beb76af3bc5' 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":"5","2":"15","3":1536752832,"4":0,"5":"3a98a5120e606087d46f89b03b9499a5","6":1536752832,"7":27,"8":61,"9":"","10":"006825dfed9c31a4fcf08beb76af3bc5","11":"appdata_ocmielsvfyju\/css\/theming\/35c3-27b1-theming.css.gzip","12":"35c3-27b1-theming.css.gzip","13":2,"14":2,"15":"006825dfed9c31a4fcf08beb76af3bc5"}]},{"file":"\/var\/www\/nextcloud\/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",["5","15",1536752832,0,"3a98a5120e606087d46f89b03b9499a5",1536752832,27,61,"","006825dfed9c31a4fcf08beb76af3bc5","appdata_ocmielsvfyju\/css\/theming\/35c3-27b1-theming.css.gzip","35c3-27b1-theming.css.gzip",2,2,"006825dfed9c31a4fcf08beb76af3bc5"],[]]},{"file":"\/var\/www\/nextcloud\/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",["5","15",1536752832,0,"3a98a5120e606087d46f89b03b9499a5",1536752832,27,61,"","006825dfed9c31a4fcf08beb76af3bc5","appdata_ocmielsvfyju\/css\/theming\/35c3-27b1-theming.css.gzip","35c3-27b1-theming.css.gzip",2,2,"006825dfed9c31a4fcf08beb76af3bc5"]]},{"file":"\/var\/www\/nextcloud\/lib\/private\/DB\/Connection.php","line":254,"function":"insertIfNotExist","class":"OC\\DB\\Adapter","type":"->","args":["*PREFIX*filecache",{"mimepart":"5","mimetype":"15","mtime":1536752832,"size":0,"etag":"3a98a5120e606087d46f89b03b9499a5","storage_mtime":1536752832,"permissions":27,"parent":61,"checksum":"","path_hash":"006825dfed9c31a4fcf08beb76af3bc5","path":"appdata_ocmielsvfyju\/css\/theming\/35c3-27b1-theming.css.gzip","name":"35c3-27b1-theming.css.gzip","storage":2},["storage","path_hash"]]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Cache.php","line":272,"function":"insertIfNotExist","class":"OC\\DB\\Connection","type":"->","args":["*PREFIX*filecache",{"mimepart":"5","mimetype":"15","mtime":1536752832,"size":0,"etag":"3a98a5120e606087d46f89b03b9499a5","storage_mtime":1536752832,"permissions":27,"parent":61,"checksum":"","path_hash":"006825dfed9c31a4fcf08beb76af3bc5","path":"appdata_ocmielsvfyju\/css\/theming\/35c3-27b1-theming.css.gzip","name":"35c3-27b1-theming.css.gzip","storage":2},["storage","path_hash"]]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Cache.php","line":229,"function":"insert","class":"OC\\Files\\Cache\\Cache","type":"->","args":["appdata_ocmielsvfyju\/css\/theming\/35c3-27b1-theming.css.gzip",{"mimetype":"application\/x-gzip","mtime":1536752832,"size":0,"etag":"3a98a5120e606087d46f89b03b9499a5","storage_mtime":1536752832,"permissions":27,"parent":61,"checksum":"","path":"appdata_ocmielsvfyju\/css\/theming\/35c3-27b1-theming.css.gzip","name":"35c3-27b1-theming.css.gzip"}]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Scanner.php","line":292,"function":"put","class":"OC\\Files\\Cache\\Cache","type":"->","args":["appdata_ocmielsvfyju\/css\/theming\/35c3-27b1-theming.css.gzip",{"mimetype":"application\/x-gzip","mtime":1536752832,"size":0,"etag":"3a98a5120e606087d46f89b03b9499a5","storage_mtime":1536752832,"permissions":27,"parent":61,"checksum":""}]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Scanner.php","line":221,"function":"addToCache","class":"OC\\Files\\Cache\\Scanner","type":"->","args":["appdata_ocmielsvfyju\/css\/theming\/35c3-27b1-theming.css.gzip",{"mimetype":"application\/x-gzip","mtime":1536752832,"size":0,"etag":"3a98a5120e606087d46f89b03b9499a5","storage_mtime":1536752832,"permissions":27,"parent":61,"checksum":""},-1]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Scanner.php","line":336,"function":"scanFile","class":"OC\\Files\\Cache\\Scanner","type":"->","args":["appdata_ocmielsvfyju\/css\/theming\/35c3-27b1-theming.css.gzip",3,61,false,true]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/View.php","line":1324,"function":"scan","class":"OC\\Files\\Cache\\Scanner","type":"->","args":["appdata_ocmielsvfyju\/css\/theming\/35c3-27b1-theming.css.gzip",false]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/View.php","line":1368,"function":"getCacheEntry","class":"OC\\Files\\View","type":"->","args":[{"cache":{"__class__":"OC\\Files\\Cache\\Cache"},"scanner":{"__class__":"OC\\Files\\Cache\\Scanner"},"watcher":null,"propagator":null,"updater":null,"__class__":"OCA\\Files_Trashbin\\Storage"},"appdata_ocmielsvfyju\/css\/theming\/35c3-27b1-theming.css.gzip","\/appdata_ocmielsvfyju\/css\/theming\/35c3-27b1-theming.css.gzip"]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Node\/Root.php","line":198,"function":"getFileInfo","class":"OC\\Files\\View","type":"->","args":["\/appdata_ocmielsvfyju\/css\/theming\/35c3-27b1-theming.css.gzip"]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Node\/Folder.php","line":133,"function":"get","class":"OC\\Files\\Node\\Root","type":"->","args":["\/appdata_ocmielsvfyju\/css\/theming\/35c3-27b1-theming.css.gzip"]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/SimpleFS\/SimpleFolder.php","line":73,"function":"get","class":"OC\\Files\\Node\\Folder","type":"->","args":["35c3-27b1-theming.css.gzip"]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Template\/SCSSCacher.php","line":302,"function":"getFile","class":"OC\\Files\\SimpleFS\\SimpleFolder","type":"->","args":["35c3-27b1-theming.css.gzip"]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Template\/SCSSCacher.php","line":153,"function":"cache","class":"OC\\Template\\SCSSCacher","type":"->","args":["\/var\/www\/nextcloud\/apps\/theming\/css","35c3-27b1-theming.css","theming.scss",{"__class__":"OC\\Files\\SimpleFS\\SimpleFolder"},"\/apps\/theming\/css"]},{"file":"\/var\/www\/nextcloud\/apps\/theming\/lib\/Controller\/ThemingController.php","line":395,"function":"process","class":"OC\\Template\\SCSSCacher","type":"->","args":["\/var\/www\/nextcloud\/apps\/theming","css\/theming.scss","theming"]},{"file":"\/var\/www\/nextcloud\/lib\/private\/AppFramework\/Http\/Dispatcher.php","line":166,"function":"getStylesheet","class":"OCA\\Theming\\Controller\\ThemingController","type":"->","args":[]},{"file":"\/var\/www\/nextcloud\/lib\/private\/AppFramework\/Http\/Dispatcher.php","line":99,"function":"executeController","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[{"__class__":"OCA\\Theming\\Controller\\ThemingController"},"getStylesheet"]},{"file":"\/var\/www\/nextcloud\/lib\/private\/AppFramework\/App.php","line":118,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[{"__class__":"OCA\\Theming\\Controller\\ThemingController"},"getStylesheet"]},{"file":"\/var\/www\/nextcloud\/lib\/private\/AppFramework\/Routing\/RouteActionHandler.php","line":47,"function":"main","class":"OC\\AppFramework\\App","type":"::","args":["OCA\\Theming\\Controller\\ThemingController","getStylesheet",{"__class__":"OC\\AppFramework\\DependencyInjection\\DIContainer"},{"_route":"theming.Theming.getStylesheet"}]},{"function":"__invoke","class":"OC\\AppFramework\\Routing\\RouteActionHandler","type":"->","args":[{"_route":"theming.Theming.getStylesheet"}]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Route\/Router.php","line":297,"function":"call_user_func","args":[{"__class__":"OC\\AppFramework\\Routing\\RouteActionHandler"},{"_route":"theming.Theming.getStylesheet"}]},{"file":"\/var\/www\/nextcloud\/lib\/base.php","line":989,"function":"match","class":"OC\\Route\\Router","type":"->","args":["\/apps\/theming\/styles"]},{"file":"\/var\/www\/nextcloud\/index.php","line":42,"function":"handleRequest","class":"OC","type":"::","args":[]}],"File":"\/var\/www\/nextcloud\/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 '2-006825dfed9c31a4fcf08beb76af3bc5' for key 'fs_storage_path_hash'","Code":"23000","Trace":[{"file":"\/var\/www\/nextcloud\/3rdparty\/doctrine\/dbal\/lib\/Doctrine\/DBAL\/Connection.php","line":1008,"function":"execute","class":"Doctrine\\DBAL\\Driver\\PDOStatement","type":"->","args":[["5","15",1536752832,0,"3a98a5120e606087d46f89b03b9499a5",1536752832,27,61,"","006825dfed9c31a4fcf08beb76af3bc5","appdata_ocmielsvfyju\/css\/theming\/35c3-27b1-theming.css.gzip","35c3-27b1-theming.css.gzip",2,2,"006825dfed9c31a4fcf08beb76af3bc5"]]},{"file":"\/var\/www\/nextcloud\/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",["5","15",1536752832,0,"3a98a5120e606087d46f89b03b9499a5",1536752832,27,61,"","006825dfed9c31a4fcf08beb76af3bc5","appdata_ocmielsvfyju\/css\/theming\/35c3-27b1-theming.css.gzip","35c3-27b1-theming.css.gzip",2,2,"006825dfed9c31a4fcf08beb76af3bc5"],[]]},{"file":"\/var\/www\/nextcloud\/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",["5","15",1536752832,0,"3a98a5120e606087d46f89b03b9499a5",1536752832,27,61,"","006825dfed9c31a4fcf08beb76af3bc5","appdata_ocmielsvfyju\/css\/theming\/35c3-27b1-theming.css.gzip","35c3-27b1-theming.css.gzip",2,2,"006825dfed9c31a4fcf08beb76af3bc5"]]},{"file":"\/var\/www\/nextcloud\/lib\/private\/DB\/Connection.php","line":254,"function":"insertIfNotExist","class":"OC\\DB\\Adapter","type":"->","args":["*PREFIX*filecache",{"mimepart":"5","mimetype":"15","mtime":1536752832,"size":0,"etag":"3a98a5120e606087d46f89b03b9499a5","storage_mtime":1536752832,"permissions":27,"parent":61,"checksum":"","path_hash":"006825dfed9c31a4fcf08beb76af3bc5","path":"appdata_ocmielsvfyju\/css\/theming\/35c3-27b1-theming.css.gzip","name":"35c3-27b1-theming.css.gzip","storage":2},["storage","path_hash"]]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Cache.php","line":272,"function":"insertIfNotExist","class":"OC\\DB\\Connection","type":"->","args":["*PREFIX*filecache",{"mimepart":"5","mimetype":"15","mtime":1536752832,"size":0,"etag":"3a98a5120e606087d46f89b03b9499a5","storage_mtime":1536752832,"permissions":27,"parent":61,"checksum":"","path_hash":"006825dfed9c31a4fcf08beb76af3bc5","path":"appdata_ocmielsvfyju\/css\/theming\/35c3-27b1-theming.css.gzip","name":"35c3-27b1-theming.css.gzip","storage":2},["storage","path_hash"]]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Cache.php","line":229,"function":"insert","class":"OC\\Files\\Cache\\Cache","type":"->","args":["appdata_ocmielsvfyju\/css\/theming\/35c3-27b1-theming.css.gzip",{"mimetype":"application\/x-gzip","mtime":1536752832,"size":0,"etag":"3a98a5120e606087d46f89b03b9499a5","storage_mtime":1536752832,"permissions":27,"parent":61,"checksum":"","path":"appdata_ocmielsvfyju\/css\/theming\/35c3-27b1-theming.css.gzip","name":"35c3-27b1-theming.css.gzip"}]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Scanner.php","line":292,"function":"put","class":"OC\\Files\\Cache\\Cache","type":"->","args":["appdata_ocmielsvfyju\/css\/theming\/35c3-27b1-theming.css.gzip",{"mimetype":"application\/x-gzip","mtime":1536752832,"size":0,"etag":"3a98a5120e606087d46f89b03b9499a5","storage_mtime":1536752832,"permissions":27,"parent":61,"checksum":""}]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Scanner.php","line":221,"function":"addToCache","class":"OC\\Files\\Cache\\Scanner","type":"->","args":["appdata_ocmielsvfyju\/css\/theming\/35c3-27b1-theming.css.gzip",{"mimetype":"application\/x-gzip","mtime":1536752832,"size":0,"etag":"3a98a5120e606087d46f89b03b9499a5","storage_mtime":1536752832,"permissions":27,"parent":61,"checksum":""},-1]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Scanner.php","line":336,"function":"scanFile","class":"OC\\Files\\Cache\\Scanner","type":"->","args":["appdata_ocmielsvfyju\/css\/theming\/35c3-27b1-theming.css.gzip",3,61,false,true]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/View.php","line":1324,"function":"scan","class":"OC\\Files\\Cache\\Scanner","type":"->","args":["appdata_ocmielsvfyju\/css\/theming\/35c3-27b1-theming.css.gzip",false]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/View.php","line":1368,"function":"getCacheEntry","class":"OC\\Files\\View","type":"->","args":[{"cache":{"__class__":"OC\\Files\\Cache\\Cache"},"scanner":{"__class__":"OC\\Files\\Cache\\Scanner"},"watcher":null,"propagator":null,"updater":null,"__class__":"OCA\\Files_Trashbin\\Storage"},"appdata_ocmielsvfyju\/css\/theming\/35c3-27b1-theming.css.gzip","\/appdata_ocmielsvfyju\/css\/theming\/35c3-27b1-theming.css.gzip"]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Node\/Root.php","line":198,"function":"getFileInfo","class":"OC\\Files\\View","type":"->","args":["\/appdata_ocmielsvfyju\/css\/theming\/35c3-27b1-theming.css.gzip"]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Node\/Folder.php","line":133,"function":"get","class":"OC\\Files\\Node\\Root","type":"->","args":["\/appdata_ocmielsvfyju\/css\/theming\/35c3-27b1-theming.css.gzip"]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/SimpleFS\/SimpleFolder.php","line":73,"function":"get","class":"OC\\Files\\Node\\Folder","type":"->","args":["35c3-27b1-theming.css.gzip"]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Template\/SCSSCacher.php","line":302,"function":"getFile","class":"OC\\Files\\SimpleFS\\SimpleFolder","type":"->","args":["35c3-27b1-theming.css.gzip"]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Template\/SCSSCacher.php","line":153,"function":"cache","class":"OC\\Template\\SCSSCacher","type":"->","args":["\/var\/www\/nextcloud\/apps\/theming\/css","35c3-27b1-theming.css","theming.scss",{"__class__":"OC\\Files\\SimpleFS\\SimpleFolder"},"\/apps\/theming\/css"]},{"file":"\/var\/www\/nextcloud\/apps\/theming\/lib\/Controller\/ThemingController.php","line":395,"function":"process","class":"OC\\Template\\SCSSCacher","type":"->","args":["\/var\/www\/nextcloud\/apps\/theming","css\/theming.scss","theming"]},{"file":"\/var\/www\/nextcloud\/lib\/private\/AppFramework\/Http\/Dispatcher.php","line":166,"function":"getStylesheet","class":"OCA\\Theming\\Controller\\ThemingController","type":"->","args":[]},{"file":"\/var\/www\/nextcloud\/lib\/private\/AppFramework\/Http\/Dispatcher.php","line":99,"function":"executeController","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[{"__class__":"OCA\\Theming\\Controller\\ThemingController"},"getStylesheet"]},{"file":"\/var\/www\/nextcloud\/lib\/private\/AppFramework\/App.php","line":118,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[{"__class__":"OCA\\Theming\\Controller\\ThemingController"},"getStylesheet"]},{"file":"\/var\/www\/nextcloud\/lib\/private\/AppFramework\/Routing\/RouteActionHandler.php","line":47,"function":"main","class":"OC\\AppFramework\\App","type":"::","args":["OCA\\Theming\\Controller\\ThemingController","getStylesheet",{"__class__":"OC\\AppFramework\\DependencyInjection\\DIContainer"},{"_route":"theming.Theming.getStylesheet"}]},{"function":"__invoke","class":"OC\\AppFramework\\Routing\\RouteActionHandler","type":"->","args":[{"_route":"theming.Theming.getStylesheet"}]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Route\/Router.php","line":297,"function":"call_user_func","args":[{"__class__":"OC\\AppFramework\\Routing\\RouteActionHandler"},{"_route":"theming.Theming.getStylesheet"}]},{"file":"\/var\/www\/nextcloud\/lib\/base.php","line":989,"function":"match","class":"OC\\Route\\Router","type":"->","args":["\/apps\/theming\/styles"]},{"file":"\/var\/www\/nextcloud\/index.php","line":42,"function":"handleRequest","class":"OC","type":"::","args":[]}],"File":"\/var\/www\/nextcloud\/3rdparty\/doctrine\/dbal\/lib\/Doctrine\/DBAL\/Driver\/PDOStatement.php","Line":107,"Previous":{"Exception":"PDOException","Message":"SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '2-006825dfed9c31a4fcf08beb76af3bc5' for key 'fs_storage_path_hash'","Code":"23000","Trace":[{"file":"\/var\/www\/nextcloud\/3rdparty\/doctrine\/dbal\/lib\/Doctrine\/DBAL\/Driver\/PDOStatement.php","line":105,"function":"execute","class":"PDOStatement","type":"->","args":[["5","15",1536752832,0,"3a98a5120e606087d46f89b03b9499a5",1536752832,27,61,"","006825dfed9c31a4fcf08beb76af3bc5","appdata_ocmielsvfyju\/css\/theming\/35c3-27b1-theming.css.gzip","35c3-27b1-theming.css.gzip",2,2,"006825dfed9c31a4fcf08beb76af3bc5"]]},{"file":"\/var\/www\/nextcloud\/3rdparty\/doctrine\/dbal\/lib\/Doctrine\/DBAL\/Connection.php","line":1008,"function":"execute","class":"Doctrine\\DBAL\\Driver\\PDOStatement","type":"->","args":[["5","15",1536752832,0,"3a98a5120e606087d46f89b03b9499a5",1536752832,27,61,"","006825dfed9c31a4fcf08beb76af3bc5","appdata_ocmielsvfyju\/css\/theming\/35c3-27b1-theming.css.gzip","35c3-27b1-theming.css.gzip",2,2,"006825dfed9c31a4fcf08beb76af3bc5"]]},{"file":"\/var\/www\/nextcloud\/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",["5","15",1536752832,0,"3a98a5120e606087d46f89b03b9499a5",1536752832,27,61,"","006825dfed9c31a4fcf08beb76af3bc5","appdata_ocmielsvfyju\/css\/theming\/35c3-27b1-theming.css.gzip","35c3-27b1-theming.css.gzip",2,2,"006825dfed9c31a4fcf08beb76af3bc5"],[]]},{"file":"\/var\/www\/nextcloud\/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",["5","15",1536752832,0,"3a98a5120e606087d46f89b03b9499a5",1536752832,27,61,"","006825dfed9c31a4fcf08beb76af3bc5","appdata_ocmielsvfyju\/css\/theming\/35c3-27b1-theming.css.gzip","35c3-27b1-theming.css.gzip",2,2,"006825dfed9c31a4fcf08beb76af3bc5"]]},{"file":"\/var\/www\/nextcloud\/lib\/private\/DB\/Connection.php","line":254,"function":"insertIfNotExist","class":"OC\\DB\\Adapter","type":"->","args":["*PREFIX*filecache",{"mimepart":"5","mimetype":"15","mtime":1536752832,"size":0,"etag":"3a98a5120e606087d46f89b03b9499a5","storage_mtime":1536752832,"permissions":27,"parent":61,"checksum":"","path_hash":"006825dfed9c31a4fcf08beb76af3bc5","path":"appdata_ocmielsvfyju\/css\/theming\/35c3-27b1-theming.css.gzip","name":"35c3-27b1-theming.css.gzip","storage":2},["storage","path_hash"]]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Cache.php","line":272,"function":"insertIfNotExist","class":"OC\\DB\\Connection","type":"->","args":["*PREFIX*filecache",{"mimepart":"5","mimetype":"15","mtime":1536752832,"size":0,"etag":"3a98a5120e606087d46f89b03b9499a5","storage_mtime":1536752832,"permissions":27,"parent":61,"checksum":"","path_hash":"006825dfed9c31a4fcf08beb76af3bc5","path":"appdata_ocmielsvfyju\/css\/theming\/35c3-27b1-theming.css.gzip","name":"35c3-27b1-theming.css.gzip","storage":2},["storage","path_hash"]]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Cache.php","line":229,"function":"insert","class":"OC\\Files\\Cache\\Cache","type":"->","args":["appdata_ocmielsvfyju\/css\/theming\/35c3-27b1-theming.css.gzip",{"mimetype":"application\/x-gzip","mtime":1536752832,"size":0,"etag":"3a98a5120e606087d46f89b03b9499a5","storage_mtime":1536752832,"permissions":27,"parent":61,"checksum":"","path":"appdata_ocmielsvfyju\/css\/theming\/35c3-27b1-theming.css.gzip","name":"35c3-27b1-theming.css.gzip"}]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Scanner.php","line":292,"function":"put","class":"OC\\Files\\Cache\\Cache","type":"->","args":["appdata_ocmielsvfyju\/css\/theming\/35c3-27b1-theming.css.gzip",{"mimetype":"application\/x-gzip","mtime":1536752832,"size":0,"etag":"3a98a5120e606087d46f89b03b9499a5","storage_mtime":1536752832,"permissions":27,"parent":61,"checksum":""}]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Scanner.php","line":221,"function":"addToCache","class":"OC\\Files\\Cache\\Scanner","type":"->","args":["appdata_ocmielsvfyju\/css\/theming\/35c3-27b1-theming.css.gzip",{"mimetype":"application\/x-gzip","mtime":1536752832,"size":0,"etag":"3a98a5120e606087d46f89b03b9499a5","storage_mtime":1536752832,"permissions":27,"parent":61,"checksum":""},-1]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Scanner.php","line":336,"function":"scanFile","class":"OC\\Files\\Cache\\Scanner","type":"->","args":["appdata_ocmielsvfyju\/css\/theming\/35c3-27b1-theming.css.gzip",3,61,false,true]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/View.php","line":1324,"function":"scan","class":"OC\\Files\\Cache\\Scanner","type":"->","args":["appdata_ocmielsvfyju\/css\/theming\/35c3-27b1-theming.css.gzip",false]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/View.php","line":1368,"function":"getCacheEntry","class":"OC\\Files\\View","type":"->","args":[{"cache":{"__class__":"OC\\Files\\Cache\\Cache"},"scanner":{"__class__":"OC\\Files\\Cache\\Scanner"},"watcher":null,"propagator":null,"updater":null,"__class__":"OCA\\Files_Trashbin\\Storage"},"appdata_ocmielsvfyju\/css\/theming\/35c3-27b1-theming.css.gzip","\/appdata_ocmielsvfyju\/css\/theming\/35c3-27b1-theming.css.gzip"]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Node\/Root.php","line":198,"function":"getFileInfo","class":"OC\\Files\\View","type":"->","args":["\/appdata_ocmielsvfyju\/css\/theming\/35c3-27b1-theming.css.gzip"]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Node\/Folder.php","line":133,"function":"get","class":"OC\\Files\\Node\\Root","type":"->","args":["\/appdata_ocmielsvfyju\/css\/theming\/35c3-27b1-theming.css.gzip"]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/SimpleFS\/SimpleFolder.php","line":73,"function":"get","class":"OC\\Files\\Node\\Folder","type":"->","args":["35c3-27b1-theming.css.gzip"]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Template\/SCSSCacher.php","line":302,"function":"getFile","class":"OC\\Files\\SimpleFS\\SimpleFolder","type":"->","args":["35c3-27b1-theming.css.gzip"]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Template\/SCSSCacher.php","line":153,"function":"cache","class":"OC\\Template\\SCSSCacher","type":"->","args":["\/var\/www\/nextcloud\/apps\/theming\/css","35c3-27b1-theming.css","theming.scss",{"__class__":"OC\\Files\\SimpleFS\\SimpleFolder"},"\/apps\/theming\/css"]},{"file":"\/var\/www\/nextcloud\/apps\/theming\/lib\/Controller\/ThemingController.php","line":395,"function":"process","class":"OC\\Template\\SCSSCacher","type":"->","args":["\/var\/www\/nextcloud\/apps\/theming","css\/theming.scss","theming"]},{"file":"\/var\/www\/nextcloud\/lib\/private\/AppFramework\/Http\/Dispatcher.php","line":166,"function":"getStylesheet","class":"OCA\\Theming\\Controller\\ThemingController","type":"->","args":[]},{"file":"\/var\/www\/nextcloud\/lib\/private\/AppFramework\/Http\/Dispatcher.php","line":99,"function":"executeController","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[{"__class__":"OCA\\Theming\\Controller\\ThemingController"},"getStylesheet"]},{"file":"\/var\/www\/nextcloud\/lib\/private\/AppFramework\/App.php","line":118,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[{"__class__":"OCA\\Theming\\Controller\\ThemingController"},"getStylesheet"]},{"file":"\/var\/www\/nextcloud\/lib\/private\/AppFramework\/Routing\/RouteActionHandler.php","line":47,"function":"main","class":"OC\\AppFramework\\App","type":"::","args":["OCA\\Theming\\Controller\\ThemingController","getStylesheet",{"__class__":"OC\\AppFramework\\DependencyInjection\\DIContainer"},{"_route":"theming.Theming.getStylesheet"}]},{"function":"__invoke","class":"OC\\AppFramework\\Routing\\RouteActionHandler","type":"->","args":[{"_route":"theming.Theming.getStylesheet"}]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Route\/Router.php","line":297,"function":"call_user_func","args":[{"__class__":"OC\\AppFramework\\Routing\\RouteActionHandler"},{"_route":"theming.Theming.getStylesheet"}]},{"file":"\/var\/www\/nextcloud\/lib\/base.php","line":989,"function":"match","class":"OC\\Route\\Router","type":"->","args":["\/apps\/theming\/styles"]},{"file":"\/var\/www\/nextcloud\/index.php","line":42,"function":"handleRequest","class":"OC","type":"::","args":[]}],"File":"\/var\/www\/nextcloud\/3rdparty\/doctrine\/dbal\/lib\/Doctrine\/DBAL\/Driver\/PDOStatement.php","Line":105}},"CustomMessage":"--"},"userAgent":"Mozilla\/5.0 (X11; Linux x86_64; rv:62.0) Gecko\/20100101 Firefox\/62.0","version":"14.0.0.19"} {"reqId":"kXUeKQ07g40LkMYoZauQ","level":3,"time":"2018-09-12T14:04:10+02:00","remoteAddr":"192.168.1.2","user":"coretana","app":"index","method":"GET","url":"\/apps\/serverinfo\/update","message":{"Exception":"RedisException","Message":"No such file or directory","Code":0,"Trace":[{"file":"\/var\/www\/nextcloud\/lib\/private\/RedisFactory.php","line":84,"function":"connect","class":"Redis","type":"->","args":["\/var\/run\/redis\/redis.sock",0,0]},{"file":"\/var\/www\/nextcloud\/lib\/private\/RedisFactory.php","line":100,"function":"create","class":"OC\\RedisFactory","type":"->","args":[]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Memcache\/Redis.php","line":42,"function":"getInstance","class":"OC\\RedisFactory","type":"->","args":[]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Memcache\/Factory.php","line":136,"function":"__construct","class":"OC\\Memcache\\Redis","type":"->","args":["0b648966283129d438ec732aaa4600bc\/lock"]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Server.php","line":849,"function":"createLocking","class":"OC\\Memcache\\Factory","type":"->","args":["lock"]},{"file":"\/var\/www\/nextcloud\/3rdparty\/pimple\/pimple\/src\/Pimple\/Container.php","line":118,"function":"OC\\{closure}","class":"OC\\Server","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"\/var\/www\/nextcloud\/lib\/private\/AppFramework\/Utility\/SimpleContainer.php","line":123,"function":"offsetGet","class":"Pimple\\Container","type":"->","args":["OCP\\Lock\\ILockingProvider"]},{"file":"\/var\/www\/nextcloud\/lib\/private\/ServerContainer.php","line":132,"function":"query","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["OCP\\Lock\\ILockingProvider"]},{"file":"\/var\/www\/nextcloud\/lib\/private\/AppFramework\/Utility\/SimpleContainer.php","line":171,"function":"query","class":"OC\\ServerContainer","type":"->","args":["OCP\\Lock\\ILockingProvider"]},{"file":"\/var\/www\/nextcloud\/3rdparty\/pimple\/pimple\/src\/Pimple\/Container.php","line":114,"function":"OC\\AppFramework\\Utility\\{closure}","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"\/var\/www\/nextcloud\/lib\/private\/AppFramework\/Utility\/SimpleContainer.php","line":123,"function":"offsetGet","class":"Pimple\\Container","type":"->","args":["LockingProvider"]},{"file":"\/var\/www\/nextcloud\/lib\/private\/ServerContainer.php","line":132,"function":"query","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["LockingProvider"]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Server.php","line":1784,"function":"query","class":"OC\\ServerContainer","type":"->","args":["LockingProvider"]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/View.php","line":115,"function":"getLockingProvider","class":"OC\\Server","type":"->","args":[]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Server.php","line":214,"function":"__construct","class":"OC\\Files\\View","type":"->","args":[]},{"file":"\/var\/www\/nextcloud\/3rdparty\/pimple\/pimple\/src\/Pimple\/Container.php","line":118,"function":"OC\\{closure}","class":"OC\\Server","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"\/var\/www\/nextcloud\/lib\/private\/AppFramework\/Utility\/SimpleContainer.php","line":123,"function":"offsetGet","class":"Pimple\\Container","type":"->","args":["EncryptionManager"]},{"file":"\/var\/www\/nextcloud\/lib\/private\/ServerContainer.php","line":132,"function":"query","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["EncryptionManager"]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Server.php","line":1257,"function":"query","class":"OC\\ServerContainer","type":"->","args":["EncryptionManager"]},{"file":"\/var\/www\/nextcloud\/lib\/base.php","line":845,"function":"getEncryptionManager","class":"OC\\Server","type":"->","args":[]},{"file":"\/var\/www\/nextcloud\/lib\/base.php","line":730,"function":"registerEncryptionWrapper","class":"OC","type":"::","args":[]},{"file":"\/var\/www\/nextcloud\/lib\/base.php","line":1070,"function":"init","class":"OC","type":"::","args":[]},{"file":"\/var\/www\/nextcloud\/index.php","line":40,"args":["\/var\/www\/nextcloud\/lib\/base.php"],"function":"require_once"}],"File":"\/var\/www\/nextcloud\/lib\/private\/RedisFactory.php","Line":84,"CustomMessage":"--"},"userAgent":"Mozilla\/5.0 (X11; Linux x86_64; rv:62.0) Gecko\/20100101 Firefox\/62.0","version":"14.0.0.19"} {"reqId":"J45KZZ0QtRgDnVRnaikX","level":3,"time":"2018-09-12T15:17:45+02:00","remoteAddr":"192.168.1.2","user":"coretana","app":"PHP","method":"POST","url":"\/apps\/issuetemplate\/render","message":"Undefined index: client-detail at \/var\/www\/nextcloud\/apps\/issuetemplate\/lib\/Detail.php#59","userAgent":"Mozilla\/5.0 (X11; Linux x86_64; rv:62.0) Gecko\/20100101 Firefox\/62.0","version":"14.0.0.19"} {"reqId":"J45KZZ0QtRgDnVRnaikX","level":3,"time":"2018-09-12T15:17:45+02:00","remoteAddr":"192.168.1.2","user":"coretana","app":"PHP","method":"POST","url":"\/apps\/issuetemplate\/render","message":"Undefined index: client-detail at \/var\/www\/nextcloud\/apps\/issuetemplate\/lib\/Detail.php#59","userAgent":"Mozilla\/5.0 (X11; Linux x86_64; rv:62.0) Gecko\/20100101 Firefox\/62.0","version":"14.0.0.19"} {"reqId":"J45KZZ0QtRgDnVRnaikX","level":3,"time":"2018-09-12T15:17:45+02:00","remoteAddr":"192.168.1.2","user":"coretana","app":"PHP","method":"POST","url":"\/apps\/issuetemplate\/render","message":"Undefined index: log-detail at \/var\/www\/nextcloud\/apps\/issuetemplate\/lib\/Detail.php#59","userAgent":"Mozilla\/5.0 (X11; Linux x86_64; rv:62.0) Gecko\/20100101 Firefox\/62.0","version":"14.0.0.19"} {"reqId":"J45KZZ0QtRgDnVRnaikX","level":3,"time":"2018-09-12T15:17:45+02:00","remoteAddr":"192.168.1.2","user":"coretana","app":"PHP","method":"POST","url":"\/apps\/issuetemplate\/render","message":"Undefined index: log-detail at \/var\/www\/nextcloud\/apps\/issuetemplate\/lib\/Detail.php#59","userAgent":"Mozilla\/5.0 (X11; Linux x86_64; rv:62.0) Gecko\/20100101 Firefox\/62.0","version":"14.0.0.19"} {"reqId":"J45KZZ0QtRgDnVRnaikX","level":3,"time":"2018-09-12T15:17:45+02:00","remoteAddr":"192.168.1.2","user":"coretana","app":"PHP","method":"POST","url":"\/apps\/issuetemplate\/render","message":"Undefined index: log-detail at \/var\/www\/nextcloud\/apps\/issuetemplate\/lib\/Detail.php#59","userAgent":"Mozilla\/5.0 (X11; Linux x86_64; rv:62.0) Gecko\/20100101 Firefox\/62.0","version":"14.0.0.19"} {"reqId":"pnMSnQq50qabQLDRkF2Y","level":3,"time":"2018-09-12T15:18:10+02:00","remoteAddr":"192.168.1.2","user":"coretana","app":"PHP","method":"POST","url":"\/apps\/issuetemplate\/render","message":"Undefined index: log-detail at \/var\/www\/nextcloud\/apps\/issuetemplate\/lib\/Detail.php#59","userAgent":"Mozilla\/5.0 (X11; Linux x86_64; rv:62.0) Gecko\/20100101 Firefox\/62.0","version":"14.0.0.19"} {"reqId":"pnMSnQq50qabQLDRkF2Y","level":3,"time":"2018-09-12T15:18:10+02:00","remoteAddr":"192.168.1.2","user":"coretana","app":"PHP","method":"POST","url":"\/apps\/issuetemplate\/render","message":"Undefined index: log-detail at \/var\/www\/nextcloud\/apps\/issuetemplate\/lib\/Detail.php#59","userAgent":"Mozilla\/5.0 (X11; Linux x86_64; rv:62.0) Gecko\/20100101 Firefox\/62.0","version":"14.0.0.19"} {"reqId":"pnMSnQq50qabQLDRkF2Y","level":3,"time":"2018-09-12T15:18:10+02:00","remoteAddr":"192.168.1.2","user":"coretana","app":"PHP","method":"POST","url":"\/apps\/issuetemplate\/render","message":"Undefined index: log-detail at \/var\/www\/nextcloud\/apps\/issuetemplate\/lib\/Detail.php#59","userAgent":"Mozilla\/5.0 (X11; Linux x86_64; rv:62.0) Gecko\/20100101 Firefox\/62.0","version":"14.0.0.19"} ```Browser log
TypeError: xml is undefined merged-index.js:664:1 getResponse https://***REMOVED SENSITIVE VALUE***/js/files/merged-index.js:664:1 fail https://***REMOVED SENSITIVE VALUE***/js/files/merged-index.js:1337:23 _trigger https://***REMOVED SENSITIVE VALUE***/core/vendor/core.js:13:10073 _onFail https://***REMOVED SENSITIVE VALUE***/js/files/merged-index.js:2717:13 e.widget/