Skip to content
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

After Upgrading to Nextcloud 13 Beta, Files Not Accessible (No Open, Upload, Nor Download) #7978

Closed
steadybright opened this issue Jan 21, 2018 · 1 comment

Comments

@steadybright
Copy link

steadybright commented Jan 21, 2018

Steps to reproduce

  1. Install Arch AUR package nextcloud-testing 13.0.0RC1-1
  2. Log in to NC
  3. Try to open, upload, or download a file by any means

Expected behaviour

  1. I should be able to select the listed files and download them
  2. I should be able to either drag-and-drop files in Nextcloud or upload files via the upload dialog.

Actual behaviour

  1. Everything looks normal on the files page, but trying to download any file results in a “File not found” error on the web page
  2. Can not upload any file, regardless of size, via either drag-and-drop nor from the upload dialog.

Server configuration

Operating system: arch linux 4.14.13-1

Web server: nginx-mainline 1.13.7-2

Database: mysql 10.1.30-1

PHP version: 7.2.1-1

Nextcloud version: 13.0.0 RC 2

Updated from an older Nextcloud/ownCloud or fresh install: 12.0.4

Where did you install Nextcloud from: Arch AUR repository (nextcloud-testing 13.0.0RC2-1)

Signing status:

Signing status
Login as admin user into your Nextcloud and access 
http://example.com/index.php/settings/integrity/failed 
No errors have been found.

List of activated apps:

Enabled: - activity: 2.6.1 - admin_audit: 1.3.0 - bookmarks: 0.10.1 - bruteforcesettings: 1.0.3 - calendar: 1.5.7 - comments: 1.3.0 - contacts: 2.0.1 - dav: 1.4.6 - federatedfilesharing: 1.3.1 - federation: 1.3.0 - files: 1.8.0 - files_pdfviewer: 1.2.0 - files_sharing: 1.5.0 - files_texteditor: 2.5.1 - files_trashbin: 1.3.0 - files_versions: 1.6.0 - files_videoplayer: 1.2.0 - firstrunwizard: 2.2.1 - gallery: 18.0.0 - logreader: 2.0.0 - lookup_server_connector: 1.1.0 - mail: true - nextcloud_announcements: 1.2.0 - notes: 2.3.2 - notifications: 2.1.2 - oauth2: 1.1.0 - password_policy: 1.3.0 - provisioning_api: 1.3.0 - serverinfo: 1.3.0 - sharebymail: 1.3.0 - survey_client: 1.1.0 - systemtags: 1.3.0 - theming: 1.4.1 - twofactor_backupcodes: 1.2.3 - updatenotification: 1.3.0 - workflowengine: 1.3.0 Disabled: - encryption - files_external - tasks - user_external - user_ldap
Enabled:
  - activity: 2.6.1
  - admin_audit: 1.3.0
  - bookmarks: 0.10.1
  - bruteforcesettings: 1.0.3
  - calendar: 1.5.7
  - comments: 1.3.0
  - contacts: 2.0.1
  - dav: 1.4.6
  - federatedfilesharing: 1.3.1
  - federation: 1.3.0
  - files: 1.8.0
  - files_pdfviewer: 1.2.0
  - files_sharing: 1.5.0
  - files_texteditor: 2.5.1
  - files_trashbin: 1.3.0
  - files_versions: 1.6.0
  - files_videoplayer: 1.2.0
  - firstrunwizard: 2.2.1
  - gallery: 18.0.0
  - logreader: 2.0.0
  - lookup_server_connector: 1.1.0
  - mail: true
  - nextcloud_announcements: 1.2.0
  - notes: 2.3.2
  - notifications: 2.1.2
  - oauth2: 1.1.0
  - password_policy: 1.3.0
  - provisioning_api: 1.3.0
  - serverinfo: 1.3.0
  - sharebymail: 1.3.0
  - survey_client: 1.1.0
  - systemtags: 1.3.0
  - theming: 1.4.1
  - twofactor_backupcodes: 1.2.3
  - updatenotification: 1.3.0
  - workflowengine: 1.3.0
Disabled:
  - encryption
  - files_external
  - tasks
  - user_external
  - user_ldap

Nextcloud configuration:

Config report
{
    "system": {
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": [
            "sample.com"
        ],
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "overwrite.cli.url": "https:\/\/sample.com",
        "dbtype": "mysql",
        "version": "13.0.0.11",
        "dbname": "***REMOVED SENSITIVE VALUE***",
        "dbhost": "***REMOVED SENSITIVE VALUE***",
        "dbport": "",
        "dbtableprefix": "oc_",
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "installed": true,
        "mail_smtpdebug": true,
        "mail_domain": "***REMOVED SENSITIVE VALUE***",
        "mail_from_address": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpmode": "sendmail",
        "mail_smtpauthtype": "LOGIN",
        "memcache.local": "\\OC\\Memcache\\APCu",
        "memcache.locking": "\\OC\\Memcache\\Redis",
        "redis": {
            "host": "***REMOVED SENSITIVE VALUE***",
            "port": 6379
        },
        "mail_smtphost": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpport": "465",
        "mail_smtpsecure": "ssl",
        "loglevel": 0,
        "mail_smtpauth": 1,
        "mail_smtpname": "***REMOVED SENSITIVE VALUE***",
        "mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
        "theme": "",
        "maintenance": false,
        "apps_paths": [
            {
                "path": "\/usr\/share\/webapps\/nextcloud\/apps",
                "url": "\/apps",
                "writable": false
            },
            {
                "path": "\/usr\/share\/webapps\/nextcloud\/apps2",
                "url": "\/apps2",
                "writable": true
            }
        ]
    }
}


Are you using external storage, if yes which one: No

Are you using encryption: No

Are you using an external user-backend, if yes which one: Using NC's webdav to sync my calendar with my mobile phone

LDAP not used.

Client configuration

Browser:
Firefox 57.0.4 (64-bit)
Opera 50.0.2762.58 (PGO)
Edge 41.16299.15.0

Operating system:
Windows 10 Pro 1709 (build 16299.64)

Logs

Web server error log

Web server error log
No recent nginx errors (log is empty)

Nextcloud log (data/nextcloud.log)

Nextcloud log
{"reqId":"Ppx7HE3oSTwUuLFrJzDq","level":0,"time":"2018-01-21T16:48:49+00:00","remoteAddr":"47.88.70.101","user":"--","app":"core","method":"GET","url":"\/login","message":"Scss is disabled for \/usr\/share\/webapps\/nextcloud\/core\/css\/jquery-ui-fixes.scss, ignoring","userAgent":"Mozilla\/5.0 (Macintosh; Intel Mac OS X 10_12_4) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/56.0.2924.87 Safari\/537.36","version":"13.0.0.11"}
{"reqId":"Ppx7HE3oSTwUuLFrJzDq","level":0,"time":"2018-01-21T16:48:49+00:00","remoteAddr":"47.88.70.101","user":"--","app":"core","method":"GET","url":"\/login","message":"Scss is disabled for \/usr\/share\/webapps\/nextcloud\/core\/css\/server.scss, ignoring","userAgent":"Mozilla\/5.0 (Macintosh; Intel Mac OS X 10_12_4) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/56.0.2924.87 Safari\/537.36","version":"13.0.0.11"}
{"reqId":"Ppx7HE3oSTwUuLFrJzDq","level":0,"time":"2018-01-21T16:48:49+00:00","remoteAddr":"47.88.70.101","user":"--","app":"core","method":"GET","url":"\/login","message":"Scss is disabled for \/usr\/share\/webapps\/nextcloud\/core\/css\/share.scss, ignoring","userAgent":"Mozilla\/5.0 (Macintosh; Intel Mac OS X 10_12_4) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/56.0.2924.87 Safari\/537.36","version":"13.0.0.11"}
{"reqId":"Ppx7HE3oSTwUuLFrJzDq","level":0,"time":"2018-01-21T16:48:49+00:00","remoteAddr":"47.88.70.101","user":"--","app":"core","method":"GET","url":"\/login","message":"Scss is disabled for \/usr\/share\/webapps\/nextcloud\/core\/css\/jquery.ocdialog.scss, ignoring","userAgent":"Mozilla\/5.0 (Macintosh; Intel Mac OS X 10_12_4) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/56.0.2924.87 Safari\/537.36","version":"13.0.0.11"}
{"reqId":"T3DhRb2bTiC2gABc2486","level":0,"time":"2018-01-21T16:49:49+00:00","remoteAddr":"192.168.1.1","user":"--","app":"core","method":"GET","url":"\/login","message":"Scss is disabled for \/usr\/share\/webapps\/nextcloud\/core\/css\/jquery-ui-fixes.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko\/20100101 Firefox\/57.0","version":"13.0.0.11"}
{"reqId":"T3DhRb2bTiC2gABc2486","level":0,"time":"2018-01-21T16:49:49+00:00","remoteAddr":"192.168.1.1","user":"--","app":"core","method":"GET","url":"\/login","message":"Scss is disabled for \/usr\/share\/webapps\/nextcloud\/core\/css\/server.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko\/20100101 Firefox\/57.0","version":"13.0.0.11"}
{"reqId":"T3DhRb2bTiC2gABc2486","level":0,"time":"2018-01-21T16:49:49+00:00","remoteAddr":"192.168.1.1","user":"--","app":"core","method":"GET","url":"\/login","message":"Scss is disabled for \/usr\/share\/webapps\/nextcloud\/core\/css\/share.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko\/20100101 Firefox\/57.0","version":"13.0.0.11"}
{"reqId":"T3DhRb2bTiC2gABc2486","level":0,"time":"2018-01-21T16:49:49+00:00","remoteAddr":"192.168.1.1","user":"--","app":"core","method":"GET","url":"\/login","message":"Scss is disabled for \/usr\/share\/webapps\/nextcloud\/core\/css\/jquery.ocdialog.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko\/20100101 Firefox\/57.0","version":"13.0.0.11"}
{"reqId":"EQdJrf3icbBwEEmbKAKt","level":1,"time":"2018-01-21T16:49:56+00:00","remoteAddr":"192.168.1.1","user":"--","app":"admin_audit","method":"POST","url":"\/login","message":"Login attempt: \"tmg\"","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko\/20100101 Firefox\/57.0","version":"13.0.0.11"}
{"reqId":"EQdJrf3icbBwEEmbKAKt","level":1,"time":"2018-01-21T16:49:56+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"admin_audit","method":"POST","url":"\/login","message":"Login successful: \"tmg\"","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko\/20100101 Firefox\/57.0","version":"13.0.0.11"}
{"reqId":"7hjp7ijhqRV9gevoWJvf","level":0,"time":"2018-01-21T16:49:57+00:00","remoteAddr":"192.168.1.1","user":"--","app":"cron","method":"GET","url":"\/cron.php","message":"Run OC\\Authentication\\Token\\DefaultTokenCleanupJob job with ID 15","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko\/20100101 Firefox\/57.0","version":"13.0.0.11"}
{"reqId":"7hjp7ijhqRV9gevoWJvf","level":0,"time":"2018-01-21T16:49:57+00:00","remoteAddr":"192.168.1.1","user":"--","app":"cron","method":"GET","url":"\/cron.php","message":"Invalidating session tokens older than 2018-01-20T16:49:57+00:00","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko\/20100101 Firefox\/57.0","version":"13.0.0.11"}
{"reqId":"7hjp7ijhqRV9gevoWJvf","level":0,"time":"2018-01-21T16:49:57+00:00","remoteAddr":"192.168.1.1","user":"--","app":"cron","method":"GET","url":"\/cron.php","message":"Invalidating remembered session tokens older than 2018-01-06T16:49:57+00:00","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko\/20100101 Firefox\/57.0","version":"13.0.0.11"}
{"reqId":"7hjp7ijhqRV9gevoWJvf","level":0,"time":"2018-01-21T16:49:57+00:00","remoteAddr":"192.168.1.1","user":"--","app":"cron","method":"GET","url":"\/cron.php","message":"Finished OC\\Authentication\\Token\\DefaultTokenCleanupJob job with ID 15 in 0 seconds","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko\/20100101 Firefox\/57.0","version":"13.0.0.11"}
{"reqId":"XWhmBFQyJTWzPJwzn89B","level":1,"time":"2018-01-21T16:49:58+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"admin_audit","method":"GET","url":"\/core\/preview.png?file=%2Forlando+rentals.txt&c=a5ca045964a72e45cbd3a43cdc304d70&x=32&y=32&forceIcon=0","message":"Preview accessed: \"\/orlando rentals.txt\" (width: \"32\", height: \"32\" crop: \"1\", mode: \"fill\")","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko\/20100101 Firefox\/57.0","version":"13.0.0.11"}
{"reqId":"XWhmBFQyJTWzPJwzn89B","level":1,"time":"2018-01-21T16:49:58+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"admin_audit","method":"GET","url":"\/core\/preview.png?file=%2Forlando+rentals.txt&c=a5ca045964a72e45cbd3a43cdc304d70&x=32&y=32&forceIcon=0","message":"File accessed: \"\/orlando rentals.txt\"","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko\/20100101 Firefox\/57.0","version":"13.0.0.11"}
{"reqId":"XWhmBFQyJTWzPJwzn89B","level":3,"time":"2018-01-21T16:49:58+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"PHP","method":"GET","url":"\/core\/preview.png?file=%2Forlando+rentals.txt&c=a5ca045964a72e45cbd3a43cdc304d70&x=32&y=32&forceIcon=0","message":"fopen(\/usr\/share\/webapps\/nextcloud\/data\/tmg\/files\/orlando rentals.txt): failed to open stream: No such file or directory at \/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/Storage\/Local.php#282","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko\/20100101 Firefox\/57.0","version":"13.0.0.11"}
{"reqId":"MuFzpWvnZjNs8R83exKA","level":1,"time":"2018-01-21T16:50:09+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"admin_audit","method":"GET","url":"\/core\/preview.png?file=%2Forlando+rentals.txt&c=a5ca045964a72e45cbd3a43cdc304d70&x=32&y=32&forceIcon=0","message":"Preview accessed: \"\/orlando rentals.txt\" (width: \"32\", height: \"32\" crop: \"1\", mode: \"fill\")","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko\/20100101 Firefox\/57.0","version":"13.0.0.11"}
{"reqId":"MuFzpWvnZjNs8R83exKA","level":1,"time":"2018-01-21T16:50:09+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"admin_audit","method":"GET","url":"\/core\/preview.png?file=%2Forlando+rentals.txt&c=a5ca045964a72e45cbd3a43cdc304d70&x=32&y=32&forceIcon=0","message":"File accessed: \"\/orlando rentals.txt\"","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko\/20100101 Firefox\/57.0","version":"13.0.0.11"}
{"reqId":"MuFzpWvnZjNs8R83exKA","level":3,"time":"2018-01-21T16:50:09+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"PHP","method":"GET","url":"\/core\/preview.png?file=%2Forlando+rentals.txt&c=a5ca045964a72e45cbd3a43cdc304d70&x=32&y=32&forceIcon=0","message":"fopen(\/usr\/share\/webapps\/nextcloud\/data\/tmg\/files\/orlando rentals.txt): failed to open stream: No such file or directory at \/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/Storage\/Local.php#282","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko\/20100101 Firefox\/57.0","version":"13.0.0.11"}
{"reqId":"4m3ilwlwgrdd2TvFnYmu","level":0,"time":"2018-01-21T16:50:18+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"webdav","method":"PUT","url":"\/remote.php\/webdav\/TL-WR702N%20User%20Guide.pdf","message":"Exception: {\"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\Forbidden\",\"Message\":\"\",\"Code\":0,\"Trace\":\"#0 \\\/usr\\\/share\\\/webapps\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(1096): OCA\\\\DAV\\\\Connector\\\\Sabre\\\\Directory->createFile('TL-WR702N User ...', Resource id #9)\\n#1 \\\/usr\\\/share\\\/webapps\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/CorePlugin.php(525): Sabre\\\\DAV\\\\Server->createFile('TL-WR702N User ...', Resource id #9, NULL)\\n#2 [internal function]: Sabre\\\\DAV\\\\CorePlugin->httpPut(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#3 \\\/usr\\\/share\\\/webapps\\\/nextcloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#4 \\\/usr\\\/share\\\/webapps\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(479): Sabre\\\\Event\\\\EventEmitter->emit('method:PUT', Array)\\n#5 \\\/usr\\\/share\\\/webapps\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(254): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#6 \\\/usr\\\/share\\\/webapps\\\/nextcloud\\\/apps\\\/dav\\\/appinfo\\\/v1\\\/webdav.php(80): Sabre\\\\DAV\\\\Server->exec()\\n#7 \\\/usr\\\/share\\\/webapps\\\/nextcloud\\\/remote.php(164): require_once('\\\/usr\\\/share\\\/weba...')\\n#8 {main}\",\"File\":\"\\\/usr\\\/share\\\/webapps\\\/nextcloud\\\/apps\\\/dav\\\/lib\\\/Connector\\\/Sabre\\\/Directory.php\",\"Line\":136}","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko\/20100101 Firefox\/57.0","version":"13.0.0.11"}
{"reqId":"SoiRslkJpUjsfBJmIXYS","level":0,"time":"2018-01-21T16:50:22+00:00","remoteAddr":"192.168.1.1","user":"--","app":"cron","method":"GET","url":"\/cron.php","message":"Run OCA\\Files_Sharing\\DeleteOrphanedSharesJob job with ID 2","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko\/20100101 Firefox\/57.0","version":"13.0.0.11"}
{"reqId":"SoiRslkJpUjsfBJmIXYS","level":0,"time":"2018-01-21T16:50:22+00:00","remoteAddr":"192.168.1.1","user":"--","app":"DeleteOrphanedSharesJob","method":"GET","url":"\/cron.php","message":"0 orphaned share(s) deleted","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko\/20100101 Firefox\/57.0","version":"13.0.0.11"}
{"reqId":"SoiRslkJpUjsfBJmIXYS","level":0,"time":"2018-01-21T16:50:22+00:00","remoteAddr":"192.168.1.1","user":"--","app":"cron","method":"GET","url":"\/cron.php","message":"Finished OCA\\Files_Sharing\\DeleteOrphanedSharesJob job with ID 2 in 0 seconds","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko\/20100101 Firefox\/57.0","version":"13.0.0.11"}
{"reqId":"8MQPI9Z7hwjA2bX0GWyE","level":1,"time":"2018-01-21T16:50:23+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"admin_audit","method":"GET","url":"\/core\/preview.png?file=%2Forlando+rentals.txt&c=a5ca045964a72e45cbd3a43cdc304d70&x=32&y=32&forceIcon=0","message":"Preview accessed: \"\/orlando rentals.txt\" (width: \"32\", height: \"32\" crop: \"1\", mode: \"fill\")","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko\/20100101 Firefox\/57.0","version":"13.0.0.11"}
{"reqId":"8MQPI9Z7hwjA2bX0GWyE","level":1,"time":"2018-01-21T16:50:23+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"admin_audit","method":"GET","url":"\/core\/preview.png?file=%2Forlando+rentals.txt&c=a5ca045964a72e45cbd3a43cdc304d70&x=32&y=32&forceIcon=0","message":"File accessed: \"\/orlando rentals.txt\"","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko\/20100101 Firefox\/57.0","version":"13.0.0.11"}
{"reqId":"8MQPI9Z7hwjA2bX0GWyE","level":3,"time":"2018-01-21T16:50:23+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"PHP","method":"GET","url":"\/core\/preview.png?file=%2Forlando+rentals.txt&c=a5ca045964a72e45cbd3a43cdc304d70&x=32&y=32&forceIcon=0","message":"fopen(\/usr\/share\/webapps\/nextcloud\/data\/tmg\/files\/orlando rentals.txt): failed to open stream: No such file or directory at \/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/Storage\/Local.php#282","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko\/20100101 Firefox\/57.0","version":"13.0.0.11"}
{"reqId":"Vepb3R6PS7iR828bf3iu","level":1,"time":"2018-01-21T16:50:23+00:00","remoteAddr":"172.58.56.121","user":"--","app":"admin_audit","method":"PROPFIND","url":"\/remote.php\/dav\/calendars\/tmg\/themacs\/","message":"Login attempt: \"tmg\"","userAgent":"DAVdroid\/1.9-ose (2017\/10\/19; dav4android; okhttp3) Android\/7.1.1","version":"13.0.0.11"}
{"reqId":"Vepb3R6PS7iR828bf3iu","level":1,"time":"2018-01-21T16:50:23+00:00","remoteAddr":"172.58.56.121","user":"tmg","app":"admin_audit","method":"PROPFIND","url":"\/remote.php\/dav\/calendars\/tmg\/themacs\/","message":"Login successful: \"tmg\"","userAgent":"DAVdroid\/1.9-ose (2017\/10\/19; dav4android; okhttp3) Android\/7.1.1","version":"13.0.0.11"}
{"reqId":"n1iRLb7Pc9IacmVQeSv3","level":1,"time":"2018-01-21T16:50:26+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"admin_audit","method":"GET","url":"\/logout?requesttoken=J7S1IRlPd3\/Vf3Ylsetjesta5MpTIjKHn%2BuDQ3r1SSc%3D%3AEPPDF1MeNkiXOTUR1ZgEQ\/wYiKMJEX3RzYK1cgKYLnQ%3D","message":"Logout occurred","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko\/20100101 Firefox\/57.0","version":"13.0.0.11"}
{"reqId":"WBLHhxKm4Rzp4djjUkJC","level":0,"time":"2018-01-21T16:50:26+00:00","remoteAddr":"192.168.1.1","user":"--","app":"core","method":"GET","url":"\/login","message":"Scss is disabled for \/usr\/share\/webapps\/nextcloud\/core\/css\/jquery-ui-fixes.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko\/20100101 Firefox\/57.0","version":"13.0.0.11"}
{"reqId":"WBLHhxKm4Rzp4djjUkJC","level":0,"time":"2018-01-21T16:50:26+00:00","remoteAddr":"192.168.1.1","user":"--","app":"core","method":"GET","url":"\/login","message":"Scss is disabled for \/usr\/share\/webapps\/nextcloud\/core\/css\/server.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko\/20100101 Firefox\/57.0","version":"13.0.0.11"}
{"reqId":"WBLHhxKm4Rzp4djjUkJC","level":0,"time":"2018-01-21T16:50:26+00:00","remoteAddr":"192.168.1.1","user":"--","app":"core","method":"GET","url":"\/login","message":"Scss is disabled for \/usr\/share\/webapps\/nextcloud\/core\/css\/share.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko\/20100101 Firefox\/57.0","version":"13.0.0.11"}
{"reqId":"WBLHhxKm4Rzp4djjUkJC","level":0,"time":"2018-01-21T16:50:26+00:00","remoteAddr":"192.168.1.1","user":"--","app":"core","method":"GET","url":"\/login","message":"Scss is disabled for \/usr\/share\/webapps\/nextcloud\/core\/css\/jquery.ocdialog.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko\/20100101 Firefox\/57.0","version":"13.0.0.11"}
{"reqId":"gMVTRsLblY0tAFPUbLKj","level":1,"time":"2018-01-21T16:50:54+00:00","remoteAddr":"172.58.56.121","user":"--","app":"admin_audit","method":"PROPFIND","url":"\/remote.php\/dav\/calendars\/tmg\/themacs\/","message":"Login attempt: \"tmg\"","userAgent":"DAVdroid\/1.9-ose (2017\/10\/19; dav4android; okhttp3) Android\/7.1.1","version":"13.0.0.11"}
{"reqId":"gMVTRsLblY0tAFPUbLKj","level":1,"time":"2018-01-21T16:50:54+00:00","remoteAddr":"172.58.56.121","user":"tmg","app":"admin_audit","method":"PROPFIND","url":"\/remote.php\/dav\/calendars\/tmg\/themacs\/","message":"Login successful: \"tmg\"","userAgent":"DAVdroid\/1.9-ose (2017\/10\/19; dav4android; okhttp3) Android\/7.1.1","version":"13.0.0.11"}
{"reqId":"5UgS6vKvR8TNRDPOrT5y","level":1,"time":"2018-01-21T16:50:54+00:00","remoteAddr":"172.58.56.121","user":"--","app":"admin_audit","method":"REPORT","url":"\/remote.php\/dav\/calendars\/tmg\/themacs\/","message":"Login attempt: \"tmg\"","userAgent":"DAVdroid\/1.9-ose (2017\/10\/19; dav4android; okhttp3) Android\/7.1.1","version":"13.0.0.11"}
{"reqId":"5UgS6vKvR8TNRDPOrT5y","level":1,"time":"2018-01-21T16:50:54+00:00","remoteAddr":"172.58.56.121","user":"tmg","app":"admin_audit","method":"REPORT","url":"\/remote.php\/dav\/calendars\/tmg\/themacs\/","message":"Login successful: \"tmg\"","userAgent":"DAVdroid\/1.9-ose (2017\/10\/19; dav4android; okhttp3) Android\/7.1.1","version":"13.0.0.11"}
{"reqId":"Y91sq9bGDNDbgjfszg8t","level":1,"time":"2018-01-21T16:50:56+00:00","remoteAddr":"172.58.56.121","user":"--","app":"admin_audit","method":"PROPFIND","url":"\/remote.php\/dav\/calendars\/tmg\/themacs\/","message":"Login attempt: \"tmg\"","userAgent":"DAVdroid\/1.9-ose (2017\/10\/19; dav4android; okhttp3) Android\/7.1.1","version":"13.0.0.11"}
{"reqId":"Y91sq9bGDNDbgjfszg8t","level":1,"time":"2018-01-21T16:50:56+00:00","remoteAddr":"172.58.56.121","user":"tmg","app":"admin_audit","method":"PROPFIND","url":"\/remote.php\/dav\/calendars\/tmg\/themacs\/","message":"Login successful: \"tmg\"","userAgent":"DAVdroid\/1.9-ose (2017\/10\/19; dav4android; okhttp3) Android\/7.1.1","version":"13.0.0.11"}
{"reqId":"W3TPhWFbPvSmJSTwEGmk","level":0,"time":"2018-01-21T16:51:39+00:00","remoteAddr":"192.168.1.1","user":"--","app":"core","method":"GET","url":"\/login","message":"Scss is disabled for \/usr\/share\/webapps\/nextcloud\/core\/css\/jquery-ui-fixes.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"W3TPhWFbPvSmJSTwEGmk","level":0,"time":"2018-01-21T16:51:39+00:00","remoteAddr":"192.168.1.1","user":"--","app":"core","method":"GET","url":"\/login","message":"Scss is disabled for \/usr\/share\/webapps\/nextcloud\/core\/css\/server.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"W3TPhWFbPvSmJSTwEGmk","level":0,"time":"2018-01-21T16:51:39+00:00","remoteAddr":"192.168.1.1","user":"--","app":"core","method":"GET","url":"\/login","message":"Scss is disabled for \/usr\/share\/webapps\/nextcloud\/core\/css\/share.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"W3TPhWFbPvSmJSTwEGmk","level":0,"time":"2018-01-21T16:51:39+00:00","remoteAddr":"192.168.1.1","user":"--","app":"core","method":"GET","url":"\/login","message":"Scss is disabled for \/usr\/share\/webapps\/nextcloud\/core\/css\/jquery.ocdialog.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"wP1yGz2Daci6zSJ1TNK4","level":0,"time":"2018-01-21T16:51:39+00:00","remoteAddr":"192.168.1.1","user":"--","app":"cron","method":"GET","url":"\/cron.php","message":"Run OCA\\Activity\\BackgroundJob\\EmailNotification job with ID 6","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"wP1yGz2Daci6zSJ1TNK4","level":0,"time":"2018-01-21T16:51:39+00:00","remoteAddr":"192.168.1.1","user":"--","app":"cron","method":"GET","url":"\/cron.php","message":"Finished OCA\\Activity\\BackgroundJob\\EmailNotification job with ID 6 in 0 seconds","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"82xR16OBeYJLiks1Cy9D","level":1,"time":"2018-01-21T16:51:45+00:00","remoteAddr":"192.168.1.1","user":"--","app":"admin_audit","method":"POST","url":"\/login","message":"Login attempt: \"tmg\"","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"82xR16OBeYJLiks1Cy9D","level":1,"time":"2018-01-21T16:51:45+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"admin_audit","method":"POST","url":"\/login","message":"Login successful: \"tmg\"","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"5aaS600LdimF8KrYWeNO","level":0,"time":"2018-01-21T16:51:46+00:00","remoteAddr":"192.168.1.1","user":"--","app":"cron","method":"GET","url":"\/cron.php","message":"Run OCA\\UpdateNotification\\ResetTokenBackgroundJob job with ID 16","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"5aaS600LdimF8KrYWeNO","level":0,"time":"2018-01-21T16:51:46+00:00","remoteAddr":"192.168.1.1","user":"--","app":"cron","method":"GET","url":"\/cron.php","message":"Finished OCA\\UpdateNotification\\ResetTokenBackgroundJob job with ID 16 in 0 seconds","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"ZL4lVEhUhbywWYAbrxMT","level":1,"time":"2018-01-21T16:51:46+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"admin_audit","method":"GET","url":"\/core\/preview.png?file=%2Forlando+rentals.txt&c=a5ca045964a72e45cbd3a43cdc304d70&x=32&y=32&forceIcon=0","message":"Preview accessed: \"\/orlando rentals.txt\" (width: \"32\", height: \"32\" crop: \"1\", mode: \"fill\")","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"ZL4lVEhUhbywWYAbrxMT","level":1,"time":"2018-01-21T16:51:46+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"admin_audit","method":"GET","url":"\/core\/preview.png?file=%2Forlando+rentals.txt&c=a5ca045964a72e45cbd3a43cdc304d70&x=32&y=32&forceIcon=0","message":"File accessed: \"\/orlando rentals.txt\"","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"ZL4lVEhUhbywWYAbrxMT","level":3,"time":"2018-01-21T16:51:46+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"PHP","method":"GET","url":"\/core\/preview.png?file=%2Forlando+rentals.txt&c=a5ca045964a72e45cbd3a43cdc304d70&x=32&y=32&forceIcon=0","message":"fopen(\/usr\/share\/webapps\/nextcloud\/data\/tmg\/files\/orlando rentals.txt): failed to open stream: No such file or directory at \/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/Storage\/Local.php#282","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"GrcfeDJWqGUNMdttvsZW","level":0,"time":"2018-01-21T16:52:26+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"webdav","method":"PUT","url":"\/remote.php\/webdav\/TL-WR702N%20User%20Guide.pdf","message":"Exception: {\"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\Forbidden\",\"Message\":\"\",\"Code\":0,\"Trace\":\"#0 \\\/usr\\\/share\\\/webapps\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(1096): OCA\\\\DAV\\\\Connector\\\\Sabre\\\\Directory->createFile('TL-WR702N User ...', Resource id #9)\\n#1 \\\/usr\\\/share\\\/webapps\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/CorePlugin.php(525): Sabre\\\\DAV\\\\Server->createFile('TL-WR702N User ...', Resource id #9, NULL)\\n#2 [internal function]: Sabre\\\\DAV\\\\CorePlugin->httpPut(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#3 \\\/usr\\\/share\\\/webapps\\\/nextcloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#4 \\\/usr\\\/share\\\/webapps\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(479): Sabre\\\\Event\\\\EventEmitter->emit('method:PUT', Array)\\n#5 \\\/usr\\\/share\\\/webapps\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(254): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#6 \\\/usr\\\/share\\\/webapps\\\/nextcloud\\\/apps\\\/dav\\\/appinfo\\\/v1\\\/webdav.php(80): Sabre\\\\DAV\\\\Server->exec()\\n#7 \\\/usr\\\/share\\\/webapps\\\/nextcloud\\\/remote.php(164): require_once('\\\/usr\\\/share\\\/weba...')\\n#8 {main}\",\"File\":\"\\\/usr\\\/share\\\/webapps\\\/nextcloud\\\/apps\\\/dav\\\/lib\\\/Connector\\\/Sabre\\\/Directory.php\",\"Line\":136}","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"2oyhka2I40mINgd0VCMq","level":1,"time":"2018-01-21T16:52:32+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"admin_audit","method":"GET","url":"\/core\/preview.png?file=%2Forlando+rentals.txt&c=a5ca045964a72e45cbd3a43cdc304d70&x=32&y=32&forceIcon=0","message":"Preview accessed: \"\/orlando rentals.txt\" (width: \"32\", height: \"32\" crop: \"1\", mode: \"fill\")","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"2oyhka2I40mINgd0VCMq","level":1,"time":"2018-01-21T16:52:32+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"admin_audit","method":"GET","url":"\/core\/preview.png?file=%2Forlando+rentals.txt&c=a5ca045964a72e45cbd3a43cdc304d70&x=32&y=32&forceIcon=0","message":"File accessed: \"\/orlando rentals.txt\"","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"2oyhka2I40mINgd0VCMq","level":3,"time":"2018-01-21T16:52:32+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"PHP","method":"GET","url":"\/core\/preview.png?file=%2Forlando+rentals.txt&c=a5ca045964a72e45cbd3a43cdc304d70&x=32&y=32&forceIcon=0","message":"fopen(\/usr\/share\/webapps\/nextcloud\/data\/tmg\/files\/orlando rentals.txt): failed to open stream: No such file or directory at \/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/Storage\/Local.php#282","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"nx3RWnq7HyAypBmqUVlG","level":1,"time":"2018-01-21T16:52:36+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"admin_audit","method":"GET","url":"\/core\/preview.png?file=%2Forlando+rentals.txt&c=a5ca045964a72e45cbd3a43cdc304d70&x=32&y=32&forceIcon=0","message":"Preview accessed: \"\/orlando rentals.txt\" (width: \"32\", height: \"32\" crop: \"1\", mode: \"fill\")","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"nx3RWnq7HyAypBmqUVlG","level":1,"time":"2018-01-21T16:52:36+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"admin_audit","method":"GET","url":"\/core\/preview.png?file=%2Forlando+rentals.txt&c=a5ca045964a72e45cbd3a43cdc304d70&x=32&y=32&forceIcon=0","message":"File accessed: \"\/orlando rentals.txt\"","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"nx3RWnq7HyAypBmqUVlG","level":3,"time":"2018-01-21T16:52:36+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"PHP","method":"GET","url":"\/core\/preview.png?file=%2Forlando+rentals.txt&c=a5ca045964a72e45cbd3a43cdc304d70&x=32&y=32&forceIcon=0","message":"fopen(\/usr\/share\/webapps\/nextcloud\/data\/tmg\/files\/orlando rentals.txt): failed to open stream: No such file or directory at \/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/Storage\/Local.php#282","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"S5Y1xSrRz6KHOuNplKXS","level":1,"time":"2018-01-21T16:52:39+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"admin_audit","method":"GET","url":"\/core\/preview.png?file=%2FPhotos%2FCoast.jpg&c=62dc0389115df77832b8b47e2a8b0af2&x=32&y=32&forceIcon=0","message":"Preview accessed: \"\/Photos\/Coast.jpg\" (width: \"32\", height: \"32\" crop: \"1\", mode: \"fill\")","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"S5Y1xSrRz6KHOuNplKXS","level":0,"time":"2018-01-21T16:52:39+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"core","method":"GET","url":"\/core\/preview.png?file=%2FPhotos%2FCoast.jpg&c=62dc0389115df77832b8b47e2a8b0af2&x=32&y=32&forceIcon=0","message":"OC_Image->fixOrientation() Image is not a JPEG.","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"S5Y1xSrRz6KHOuNplKXS","level":0,"time":"2018-01-21T16:52:39+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"core","method":"GET","url":"\/core\/preview.png?file=%2FPhotos%2FCoast.jpg&c=62dc0389115df77832b8b47e2a8b0af2&x=32&y=32&forceIcon=0","message":"OC_Image->fixOrientation() Orientation: -1","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"2mHXAf1glgo3CnhFOww6","level":1,"time":"2018-01-21T16:52:39+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"admin_audit","method":"GET","url":"\/core\/preview.png?file=%2FPhotos%2FHummingbird.jpg&c=a33b09e70084b1eabbc518b2462a8d85&x=32&y=32&forceIcon=0","message":"Preview accessed: \"\/Photos\/Hummingbird.jpg\" (width: \"32\", height: \"32\" crop: \"1\", mode: \"fill\")","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"2mHXAf1glgo3CnhFOww6","level":0,"time":"2018-01-21T16:52:39+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"core","method":"GET","url":"\/core\/preview.png?file=%2FPhotos%2FHummingbird.jpg&c=a33b09e70084b1eabbc518b2462a8d85&x=32&y=32&forceIcon=0","message":"OC_Image->fixOrientation() Image is not a JPEG.","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"2mHXAf1glgo3CnhFOww6","level":0,"time":"2018-01-21T16:52:39+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"core","method":"GET","url":"\/core\/preview.png?file=%2FPhotos%2FHummingbird.jpg&c=a33b09e70084b1eabbc518b2462a8d85&x=32&y=32&forceIcon=0","message":"OC_Image->fixOrientation() Orientation: -1","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"kjfXEtj0pf0nAHvJptVO","level":1,"time":"2018-01-21T16:52:39+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"admin_audit","method":"GET","url":"\/core\/preview.png?file=%2FPhotos%2FNut.jpg&c=07b7a5bbdc9b220a9bd02661c55c399c&x=32&y=32&forceIcon=0","message":"Preview accessed: \"\/Photos\/Nut.jpg\" (width: \"32\", height: \"32\" crop: \"1\", mode: \"fill\")","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"kjfXEtj0pf0nAHvJptVO","level":0,"time":"2018-01-21T16:52:39+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"core","method":"GET","url":"\/core\/preview.png?file=%2FPhotos%2FNut.jpg&c=07b7a5bbdc9b220a9bd02661c55c399c&x=32&y=32&forceIcon=0","message":"OC_Image->fixOrientation() Image is not a JPEG.","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"kjfXEtj0pf0nAHvJptVO","level":0,"time":"2018-01-21T16:52:39+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"core","method":"GET","url":"\/core\/preview.png?file=%2FPhotos%2FNut.jpg&c=07b7a5bbdc9b220a9bd02661c55c399c&x=32&y=32&forceIcon=0","message":"OC_Image->fixOrientation() Orientation: -1","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"07ou72emC5ViuESB2JlO","level":1,"time":"2018-01-21T16:52:39+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"admin_audit","method":"GET","url":"\/apps\/gallery\/preview\/14?width=2000&height=2000&c=07b7a5bbdc9b220a9bd02661c55c399c&requesttoken=eEZKeCK8I%2FiIfAwxRYdeEdeL6%2B4PXtNHhAUT8sfjcPM%3D%3ATH4kO3LacbPrMj1zLPQNVJTEmKF4HL4kyXR4kIOtArs%3D","message":"Preview accessed: \"\/Photos\/Nut.jpg\" (width: \"2000\", height: \"2000\" crop: \"\", mode: \"fill\")","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"07ou72emC5ViuESB2JlO","level":0,"time":"2018-01-21T16:52:39+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"core","method":"GET","url":"\/apps\/gallery\/preview\/14?width=2000&height=2000&c=07b7a5bbdc9b220a9bd02661c55c399c&requesttoken=eEZKeCK8I%2FiIfAwxRYdeEdeL6%2B4PXtNHhAUT8sfjcPM%3D%3ATH4kO3LacbPrMj1zLPQNVJTEmKF4HL4kyXR4kIOtArs%3D","message":"OC_Image->fixOrientation() Image is not a JPEG.","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"07ou72emC5ViuESB2JlO","level":0,"time":"2018-01-21T16:52:39+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"core","method":"GET","url":"\/apps\/gallery\/preview\/14?width=2000&height=2000&c=07b7a5bbdc9b220a9bd02661c55c399c&requesttoken=eEZKeCK8I%2FiIfAwxRYdeEdeL6%2B4PXtNHhAUT8sfjcPM%3D%3ATH4kO3LacbPrMj1zLPQNVJTEmKF4HL4kyXR4kIOtArs%3D","message":"OC_Image->fixOrientation() Orientation: -1","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"07ou72emC5ViuESB2JlO","level":3,"time":"2018-01-21T16:52:39+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"gallery","method":"GET","url":"\/apps\/gallery\/preview\/14?width=2000&height=2000&c=07b7a5bbdc9b220a9bd02661c55c399c&requesttoken=eEZKeCK8I%2FiIfAwxRYdeEdeL6%2B4PXtNHhAUT8sfjcPM%3D%3ATH4kO3LacbPrMj1zLPQNVJTEmKF4HL4kyXR4kIOtArs%3D","message":"Exception: Preview generation has failed","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"kznWFf8KB5mI7m8wxNIr","level":0,"time":"2018-01-21T16:52:39+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"no app in context","method":"GET","url":"\/apps\/gallery\/preview\/14?width=2000&height=2000&c=07b7a5bbdc9b220a9bd02661c55c399c&requesttoken=eEZKeCK8I%2FiIfAwxRYdeEdeL6%2B4PXtNHhAUT8sfjcPM%3D%3ATH4kO3LacbPrMj1zLPQNVJTEmKF4HL4kyXR4kIOtArs%3D","message":"CSRF check failed","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"Z30FmLFUFHkDBtBag7lE","level":1,"time":"2018-01-21T16:52:45+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"admin_audit","method":"GET","url":"\/core\/preview.png?file=%2FPhotos%2FCoast.jpg&c=62dc0389115df77832b8b47e2a8b0af2&x=32&y=32&forceIcon=0","message":"Preview accessed: \"\/Photos\/Coast.jpg\" (width: \"32\", height: \"32\" crop: \"1\", mode: \"fill\")","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"Z30FmLFUFHkDBtBag7lE","level":0,"time":"2018-01-21T16:52:45+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"core","method":"GET","url":"\/core\/preview.png?file=%2FPhotos%2FCoast.jpg&c=62dc0389115df77832b8b47e2a8b0af2&x=32&y=32&forceIcon=0","message":"OC_Image->fixOrientation() Image is not a JPEG.","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"Z30FmLFUFHkDBtBag7lE","level":0,"time":"2018-01-21T16:52:45+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"core","method":"GET","url":"\/core\/preview.png?file=%2FPhotos%2FCoast.jpg&c=62dc0389115df77832b8b47e2a8b0af2&x=32&y=32&forceIcon=0","message":"OC_Image->fixOrientation() Orientation: -1","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"pKgy2tHRcJ6qi70QMoOU","level":1,"time":"2018-01-21T16:52:45+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"admin_audit","method":"GET","url":"\/core\/preview.png?file=%2FPhotos%2FNut.jpg&c=07b7a5bbdc9b220a9bd02661c55c399c&x=32&y=32&forceIcon=0","message":"Preview accessed: \"\/Photos\/Nut.jpg\" (width: \"32\", height: \"32\" crop: \"1\", mode: \"fill\")","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"pKgy2tHRcJ6qi70QMoOU","level":0,"time":"2018-01-21T16:52:45+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"core","method":"GET","url":"\/core\/preview.png?file=%2FPhotos%2FNut.jpg&c=07b7a5bbdc9b220a9bd02661c55c399c&x=32&y=32&forceIcon=0","message":"OC_Image->fixOrientation() Image is not a JPEG.","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"pKgy2tHRcJ6qi70QMoOU","level":0,"time":"2018-01-21T16:52:45+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"core","method":"GET","url":"\/core\/preview.png?file=%2FPhotos%2FNut.jpg&c=07b7a5bbdc9b220a9bd02661c55c399c&x=32&y=32&forceIcon=0","message":"OC_Image->fixOrientation() Orientation: -1","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"MTUIhKUgZasHDcIfhYYz","level":1,"time":"2018-01-21T16:52:46+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"admin_audit","method":"GET","url":"\/core\/preview.png?file=%2FPhotos%2FHummingbird.jpg&c=a33b09e70084b1eabbc518b2462a8d85&x=32&y=32&forceIcon=0","message":"Preview accessed: \"\/Photos\/Hummingbird.jpg\" (width: \"32\", height: \"32\" crop: \"1\", mode: \"fill\")","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"MTUIhKUgZasHDcIfhYYz","level":0,"time":"2018-01-21T16:52:46+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"core","method":"GET","url":"\/core\/preview.png?file=%2FPhotos%2FHummingbird.jpg&c=a33b09e70084b1eabbc518b2462a8d85&x=32&y=32&forceIcon=0","message":"OC_Image->fixOrientation() Image is not a JPEG.","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"MTUIhKUgZasHDcIfhYYz","level":0,"time":"2018-01-21T16:52:46+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"core","method":"GET","url":"\/core\/preview.png?file=%2FPhotos%2FHummingbird.jpg&c=a33b09e70084b1eabbc518b2462a8d85&x=32&y=32&forceIcon=0","message":"OC_Image->fixOrientation() Orientation: -1","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"WQfXJ2Tbzl5Pltby6CYd","level":0,"time":"2018-01-21T16:52:46+00:00","remoteAddr":"192.168.1.1","user":"--","app":"core","method":"GET","url":"\/login","message":"Scss is disabled for \/usr\/share\/webapps\/nextcloud\/core\/css\/jquery-ui-fixes.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"WQfXJ2Tbzl5Pltby6CYd","level":0,"time":"2018-01-21T16:52:46+00:00","remoteAddr":"192.168.1.1","user":"--","app":"core","method":"GET","url":"\/login","message":"Scss is disabled for \/usr\/share\/webapps\/nextcloud\/core\/css\/server.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"WQfXJ2Tbzl5Pltby6CYd","level":0,"time":"2018-01-21T16:52:46+00:00","remoteAddr":"192.168.1.1","user":"--","app":"core","method":"GET","url":"\/login","message":"Scss is disabled for \/usr\/share\/webapps\/nextcloud\/core\/css\/share.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"WQfXJ2Tbzl5Pltby6CYd","level":0,"time":"2018-01-21T16:52:46+00:00","remoteAddr":"192.168.1.1","user":"--","app":"core","method":"GET","url":"\/login","message":"Scss is disabled for \/usr\/share\/webapps\/nextcloud\/core\/css\/jquery.ocdialog.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"IOFptikqjvKLBeOJkrT1","level":1,"time":"2018-01-21T16:52:46+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"admin_audit","method":"GET","url":"\/core\/preview.png?file=%2Forlando+rentals.txt&c=a5ca045964a72e45cbd3a43cdc304d70&x=32&y=32&forceIcon=0","message":"Preview accessed: \"\/orlando rentals.txt\" (width: \"32\", height: \"32\" crop: \"1\", mode: \"fill\")","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"IOFptikqjvKLBeOJkrT1","level":1,"time":"2018-01-21T16:52:46+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"admin_audit","method":"GET","url":"\/core\/preview.png?file=%2Forlando+rentals.txt&c=a5ca045964a72e45cbd3a43cdc304d70&x=32&y=32&forceIcon=0","message":"File accessed: \"\/orlando rentals.txt\"","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"IOFptikqjvKLBeOJkrT1","level":3,"time":"2018-01-21T16:52:46+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"PHP","method":"GET","url":"\/core\/preview.png?file=%2Forlando+rentals.txt&c=a5ca045964a72e45cbd3a43cdc304d70&x=32&y=32&forceIcon=0","message":"fopen(\/usr\/share\/webapps\/nextcloud\/data\/tmg\/files\/orlando rentals.txt): failed to open stream: No such file or directory at \/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/Storage\/Local.php#282","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"ihFBWoQ4ENE94RiMOv57","level":0,"time":"2018-01-21T16:52:46+00:00","remoteAddr":"192.168.1.1","user":"--","app":"core","method":"GET","url":"\/login","message":"Scss is disabled for \/usr\/share\/webapps\/nextcloud\/core\/css\/jquery-ui-fixes.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"ihFBWoQ4ENE94RiMOv57","level":0,"time":"2018-01-21T16:52:46+00:00","remoteAddr":"192.168.1.1","user":"--","app":"core","method":"GET","url":"\/login","message":"Scss is disabled for \/usr\/share\/webapps\/nextcloud\/core\/css\/server.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"ihFBWoQ4ENE94RiMOv57","level":0,"time":"2018-01-21T16:52:46+00:00","remoteAddr":"192.168.1.1","user":"--","app":"core","method":"GET","url":"\/login","message":"Scss is disabled for \/usr\/share\/webapps\/nextcloud\/core\/css\/share.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"ihFBWoQ4ENE94RiMOv57","level":0,"time":"2018-01-21T16:52:46+00:00","remoteAddr":"192.168.1.1","user":"--","app":"core","method":"GET","url":"\/login","message":"Scss is disabled for \/usr\/share\/webapps\/nextcloud\/core\/css\/jquery.ocdialog.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"cFrv6JXZ2cyv7Nxoq0ms","level":0,"time":"2018-01-21T16:52:48+00:00","remoteAddr":"192.168.1.1","user":"--","app":"core","method":"GET","url":"\/login","message":"Scss is disabled for \/usr\/share\/webapps\/nextcloud\/core\/css\/jquery-ui-fixes.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"cFrv6JXZ2cyv7Nxoq0ms","level":0,"time":"2018-01-21T16:52:48+00:00","remoteAddr":"192.168.1.1","user":"--","app":"core","method":"GET","url":"\/login","message":"Scss is disabled for \/usr\/share\/webapps\/nextcloud\/core\/css\/server.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"cFrv6JXZ2cyv7Nxoq0ms","level":0,"time":"2018-01-21T16:52:48+00:00","remoteAddr":"192.168.1.1","user":"--","app":"core","method":"GET","url":"\/login","message":"Scss is disabled for \/usr\/share\/webapps\/nextcloud\/core\/css\/share.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"cFrv6JXZ2cyv7Nxoq0ms","level":0,"time":"2018-01-21T16:52:48+00:00","remoteAddr":"192.168.1.1","user":"--","app":"core","method":"GET","url":"\/login","message":"Scss is disabled for \/usr\/share\/webapps\/nextcloud\/core\/css\/jquery.ocdialog.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"2NpInCWJS6tpKp05svth","level":1,"time":"2018-01-21T16:52:49+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"admin_audit","method":"GET","url":"\/core\/preview.png?file=%2Forlando+rentals.txt&c=a5ca045964a72e45cbd3a43cdc304d70&x=32&y=32&forceIcon=0","message":"Preview accessed: \"\/orlando rentals.txt\" (width: \"32\", height: \"32\" crop: \"1\", mode: \"fill\")","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"2NpInCWJS6tpKp05svth","level":1,"time":"2018-01-21T16:52:49+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"admin_audit","method":"GET","url":"\/core\/preview.png?file=%2Forlando+rentals.txt&c=a5ca045964a72e45cbd3a43cdc304d70&x=32&y=32&forceIcon=0","message":"File accessed: \"\/orlando rentals.txt\"","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"2NpInCWJS6tpKp05svth","level":3,"time":"2018-01-21T16:52:49+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"PHP","method":"GET","url":"\/core\/preview.png?file=%2Forlando+rentals.txt&c=a5ca045964a72e45cbd3a43cdc304d70&x=32&y=32&forceIcon=0","message":"fopen(\/usr\/share\/webapps\/nextcloud\/data\/tmg\/files\/orlando rentals.txt): failed to open stream: No such file or directory at \/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/Storage\/Local.php#282","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"3L3RD6WWtjXeolEgQhax","level":0,"time":"2018-01-21T16:52:49+00:00","remoteAddr":"192.168.1.1","user":"--","app":"core","method":"GET","url":"\/login","message":"Scss is disabled for \/usr\/share\/webapps\/nextcloud\/core\/css\/jquery-ui-fixes.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"3L3RD6WWtjXeolEgQhax","level":0,"time":"2018-01-21T16:52:49+00:00","remoteAddr":"192.168.1.1","user":"--","app":"core","method":"GET","url":"\/login","message":"Scss is disabled for \/usr\/share\/webapps\/nextcloud\/core\/css\/server.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"3L3RD6WWtjXeolEgQhax","level":0,"time":"2018-01-21T16:52:49+00:00","remoteAddr":"192.168.1.1","user":"--","app":"core","method":"GET","url":"\/login","message":"Scss is disabled for \/usr\/share\/webapps\/nextcloud\/core\/css\/share.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"3L3RD6WWtjXeolEgQhax","level":0,"time":"2018-01-21T16:52:49+00:00","remoteAddr":"192.168.1.1","user":"--","app":"core","method":"GET","url":"\/login","message":"Scss is disabled for \/usr\/share\/webapps\/nextcloud\/core\/css\/jquery.ocdialog.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"L0u8Pjch6dwUFBKJuHgK","level":1,"time":"2018-01-21T16:52:50+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"admin_audit","method":"GET","url":"\/core\/preview.png?file=%2FDocuments%2FAbout.txt&c=9fb2d2ef803095c303e60dcb7c3f0444&x=32&y=32&forceIcon=0","message":"Preview accessed: \"\/Documents\/About.txt\" (width: \"32\", height: \"32\" crop: \"1\", mode: \"fill\")","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"L0u8Pjch6dwUFBKJuHgK","level":1,"time":"2018-01-21T16:52:50+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"admin_audit","method":"GET","url":"\/core\/preview.png?file=%2FDocuments%2FAbout.txt&c=9fb2d2ef803095c303e60dcb7c3f0444&x=32&y=32&forceIcon=0","message":"File accessed: \"\/Documents\/About.txt\"","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"L0u8Pjch6dwUFBKJuHgK","level":3,"time":"2018-01-21T16:52:50+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"PHP","method":"GET","url":"\/core\/preview.png?file=%2FDocuments%2FAbout.txt&c=9fb2d2ef803095c303e60dcb7c3f0444&x=32&y=32&forceIcon=0","message":"fopen(\/usr\/share\/webapps\/nextcloud\/data\/tmg\/files\/Documents\/About.txt): failed to open stream: No such file or directory at \/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/Storage\/Local.php#282","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"jOiSi0oF1XVAdWGFLduf","level":0,"time":"2018-01-21T16:52:50+00:00","remoteAddr":"192.168.1.1","user":"--","app":"core","method":"GET","url":"\/login","message":"Scss is disabled for \/usr\/share\/webapps\/nextcloud\/core\/css\/jquery-ui-fixes.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"jOiSi0oF1XVAdWGFLduf","level":0,"time":"2018-01-21T16:52:50+00:00","remoteAddr":"192.168.1.1","user":"--","app":"core","method":"GET","url":"\/login","message":"Scss is disabled for \/usr\/share\/webapps\/nextcloud\/core\/css\/server.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"jOiSi0oF1XVAdWGFLduf","level":0,"time":"2018-01-21T16:52:50+00:00","remoteAddr":"192.168.1.1","user":"--","app":"core","method":"GET","url":"\/login","message":"Scss is disabled for \/usr\/share\/webapps\/nextcloud\/core\/css\/share.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"jOiSi0oF1XVAdWGFLduf","level":0,"time":"2018-01-21T16:52:50+00:00","remoteAddr":"192.168.1.1","user":"--","app":"core","method":"GET","url":"\/login","message":"Scss is disabled for \/usr\/share\/webapps\/nextcloud\/core\/css\/jquery.ocdialog.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"whcFti7JcNabvZewSlix","level":1,"time":"2018-01-21T16:52:53+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"admin_audit","method":"GET","url":"\/apps\/files_texteditor\/ajax\/loadfile?filename=About.txt&dir=%2FDocuments","message":"File accessed: \"\/Documents\/About.txt\"","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"whcFti7JcNabvZewSlix","level":3,"time":"2018-01-21T16:52:53+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"PHP","method":"GET","url":"\/apps\/files_texteditor\/ajax\/loadfile?filename=About.txt&dir=%2FDocuments","message":"file_get_contents(\/usr\/share\/webapps\/nextcloud\/data\/tmg\/files\/Documents\/About.txt): failed to open stream: No such file or directory at \/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/Storage\/Local.php#214","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"f5vUOQvy7reidwCQt7zA","level":0,"time":"2018-01-21T16:52:53+00:00","remoteAddr":"192.168.1.1","user":"--","app":"core","method":"GET","url":"\/login","message":"Scss is disabled for \/usr\/share\/webapps\/nextcloud\/core\/css\/jquery-ui-fixes.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"f5vUOQvy7reidwCQt7zA","level":0,"time":"2018-01-21T16:52:53+00:00","remoteAddr":"192.168.1.1","user":"--","app":"core","method":"GET","url":"\/login","message":"Scss is disabled for \/usr\/share\/webapps\/nextcloud\/core\/css\/server.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"f5vUOQvy7reidwCQt7zA","level":0,"time":"2018-01-21T16:52:53+00:00","remoteAddr":"192.168.1.1","user":"--","app":"core","method":"GET","url":"\/login","message":"Scss is disabled for \/usr\/share\/webapps\/nextcloud\/core\/css\/share.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"f5vUOQvy7reidwCQt7zA","level":0,"time":"2018-01-21T16:52:53+00:00","remoteAddr":"192.168.1.1","user":"--","app":"core","method":"GET","url":"\/login","message":"Scss is disabled for \/usr\/share\/webapps\/nextcloud\/core\/css\/jquery.ocdialog.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"IMm5jki6RFZYgOBfkIeZ","level":1,"time":"2018-01-21T16:52:57+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"admin_audit","method":"GET","url":"\/core\/preview.png?file=%2Forlando+rentals.txt&c=a5ca045964a72e45cbd3a43cdc304d70&x=32&y=32&forceIcon=0","message":"Preview accessed: \"\/orlando rentals.txt\" (width: \"32\", height: \"32\" crop: \"1\", mode: \"fill\")","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"IMm5jki6RFZYgOBfkIeZ","level":1,"time":"2018-01-21T16:52:57+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"admin_audit","method":"GET","url":"\/core\/preview.png?file=%2Forlando+rentals.txt&c=a5ca045964a72e45cbd3a43cdc304d70&x=32&y=32&forceIcon=0","message":"File accessed: \"\/orlando rentals.txt\"","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"IMm5jki6RFZYgOBfkIeZ","level":3,"time":"2018-01-21T16:52:57+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"PHP","method":"GET","url":"\/core\/preview.png?file=%2Forlando+rentals.txt&c=a5ca045964a72e45cbd3a43cdc304d70&x=32&y=32&forceIcon=0","message":"fopen(\/usr\/share\/webapps\/nextcloud\/data\/tmg\/files\/orlando rentals.txt): failed to open stream: No such file or directory at \/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/Storage\/Local.php#282","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"fT04KzjAgX4ZlALX2xGD","level":0,"time":"2018-01-21T16:52:57+00:00","remoteAddr":"192.168.1.1","user":"--","app":"core","method":"GET","url":"\/login","message":"Scss is disabled for \/usr\/share\/webapps\/nextcloud\/core\/css\/jquery-ui-fixes.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"fT04KzjAgX4ZlALX2xGD","level":0,"time":"2018-01-21T16:52:57+00:00","remoteAddr":"192.168.1.1","user":"--","app":"core","method":"GET","url":"\/login","message":"Scss is disabled for \/usr\/share\/webapps\/nextcloud\/core\/css\/server.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"fT04KzjAgX4ZlALX2xGD","level":0,"time":"2018-01-21T16:52:57+00:00","remoteAddr":"192.168.1.1","user":"--","app":"core","method":"GET","url":"\/login","message":"Scss is disabled for \/usr\/share\/webapps\/nextcloud\/core\/css\/share.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"fT04KzjAgX4ZlALX2xGD","level":0,"time":"2018-01-21T16:52:57+00:00","remoteAddr":"192.168.1.1","user":"--","app":"core","method":"GET","url":"\/login","message":"Scss is disabled for \/usr\/share\/webapps\/nextcloud\/core\/css\/jquery.ocdialog.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"2nu6M7Ct7TuKxoDgYK16","level":1,"time":"2018-01-21T16:53:01+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"admin_audit","method":"GET","url":"\/core\/preview.png?file=%2FPhotos%2FCoast.jpg&c=62dc0389115df77832b8b47e2a8b0af2&x=32&y=32&forceIcon=0","message":"Preview accessed: \"\/Photos\/Coast.jpg\" (width: \"32\", height: \"32\" crop: \"1\", mode: \"fill\")","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"2nu6M7Ct7TuKxoDgYK16","level":0,"time":"2018-01-21T16:53:01+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"core","method":"GET","url":"\/core\/preview.png?file=%2FPhotos%2FCoast.jpg&c=62dc0389115df77832b8b47e2a8b0af2&x=32&y=32&forceIcon=0","message":"OC_Image->fixOrientation() Image is not a JPEG.","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"2nu6M7Ct7TuKxoDgYK16","level":0,"time":"2018-01-21T16:53:01+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"core","method":"GET","url":"\/core\/preview.png?file=%2FPhotos%2FCoast.jpg&c=62dc0389115df77832b8b47e2a8b0af2&x=32&y=32&forceIcon=0","message":"OC_Image->fixOrientation() Orientation: -1","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"6Fv8PATq3ayPEgM5OxTX","level":1,"time":"2018-01-21T16:53:01+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"admin_audit","method":"GET","url":"\/core\/preview.png?file=%2FPhotos%2FHummingbird.jpg&c=a33b09e70084b1eabbc518b2462a8d85&x=32&y=32&forceIcon=0","message":"Preview accessed: \"\/Photos\/Hummingbird.jpg\" (width: \"32\", height: \"32\" crop: \"1\", mode: \"fill\")","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"6Fv8PATq3ayPEgM5OxTX","level":0,"time":"2018-01-21T16:53:01+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"core","method":"GET","url":"\/core\/preview.png?file=%2FPhotos%2FHummingbird.jpg&c=a33b09e70084b1eabbc518b2462a8d85&x=32&y=32&forceIcon=0","message":"OC_Image->fixOrientation() Image is not a JPEG.","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"6Fv8PATq3ayPEgM5OxTX","level":0,"time":"2018-01-21T16:53:01+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"core","method":"GET","url":"\/core\/preview.png?file=%2FPhotos%2FHummingbird.jpg&c=a33b09e70084b1eabbc518b2462a8d85&x=32&y=32&forceIcon=0","message":"OC_Image->fixOrientation() Orientation: -1","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"CnYmeUwIVDMOScZjQK4K","level":1,"time":"2018-01-21T16:53:01+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"admin_audit","method":"GET","url":"\/core\/preview.png?file=%2FPhotos%2FNut.jpg&c=07b7a5bbdc9b220a9bd02661c55c399c&x=32&y=32&forceIcon=0","message":"Preview accessed: \"\/Photos\/Nut.jpg\" (width: \"32\", height: \"32\" crop: \"1\", mode: \"fill\")","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"CnYmeUwIVDMOScZjQK4K","level":0,"time":"2018-01-21T16:53:01+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"core","method":"GET","url":"\/core\/preview.png?file=%2FPhotos%2FNut.jpg&c=07b7a5bbdc9b220a9bd02661c55c399c&x=32&y=32&forceIcon=0","message":"OC_Image->fixOrientation() Image is not a JPEG.","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"CnYmeUwIVDMOScZjQK4K","level":0,"time":"2018-01-21T16:53:01+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"core","method":"GET","url":"\/core\/preview.png?file=%2FPhotos%2FNut.jpg&c=07b7a5bbdc9b220a9bd02661c55c399c&x=32&y=32&forceIcon=0","message":"OC_Image->fixOrientation() Orientation: -1","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"iWUwVbd96DwCbWTe76km","level":0,"time":"2018-01-21T16:53:01+00:00","remoteAddr":"192.168.1.1","user":"--","app":"core","method":"GET","url":"\/login","message":"Scss is disabled for \/usr\/share\/webapps\/nextcloud\/core\/css\/jquery-ui-fixes.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"iWUwVbd96DwCbWTe76km","level":0,"time":"2018-01-21T16:53:01+00:00","remoteAddr":"192.168.1.1","user":"--","app":"core","method":"GET","url":"\/login","message":"Scss is disabled for \/usr\/share\/webapps\/nextcloud\/core\/css\/server.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"iWUwVbd96DwCbWTe76km","level":0,"time":"2018-01-21T16:53:01+00:00","remoteAddr":"192.168.1.1","user":"--","app":"core","method":"GET","url":"\/login","message":"Scss is disabled for \/usr\/share\/webapps\/nextcloud\/core\/css\/share.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"iWUwVbd96DwCbWTe76km","level":0,"time":"2018-01-21T16:53:01+00:00","remoteAddr":"192.168.1.1","user":"--","app":"core","method":"GET","url":"\/login","message":"Scss is disabled for \/usr\/share\/webapps\/nextcloud\/core\/css\/jquery.ocdialog.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"cmq43pNsLngOispOjMQb","level":1,"time":"2018-01-21T16:53:01+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"admin_audit","method":"GET","url":"\/core\/preview.png?file=%2Forlando+rentals.txt&c=a5ca045964a72e45cbd3a43cdc304d70&x=32&y=32&forceIcon=0","message":"Preview accessed: \"\/orlando rentals.txt\" (width: \"32\", height: \"32\" crop: \"1\", mode: \"fill\")","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"cmq43pNsLngOispOjMQb","level":1,"time":"2018-01-21T16:53:01+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"admin_audit","method":"GET","url":"\/core\/preview.png?file=%2Forlando+rentals.txt&c=a5ca045964a72e45cbd3a43cdc304d70&x=32&y=32&forceIcon=0","message":"File accessed: \"\/orlando rentals.txt\"","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"cmq43pNsLngOispOjMQb","level":3,"time":"2018-01-21T16:53:01+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"PHP","method":"GET","url":"\/core\/preview.png?file=%2Forlando+rentals.txt&c=a5ca045964a72e45cbd3a43cdc304d70&x=32&y=32&forceIcon=0","message":"fopen(\/usr\/share\/webapps\/nextcloud\/data\/tmg\/files\/orlando rentals.txt): failed to open stream: No such file or directory at \/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/Storage\/Local.php#282","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"ax3SHNAh5vWZyaopSBO8","level":0,"time":"2018-01-21T16:53:01+00:00","remoteAddr":"192.168.1.1","user":"--","app":"core","method":"GET","url":"\/login","message":"Scss is disabled for \/usr\/share\/webapps\/nextcloud\/core\/css\/jquery-ui-fixes.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"ax3SHNAh5vWZyaopSBO8","level":0,"time":"2018-01-21T16:53:01+00:00","remoteAddr":"192.168.1.1","user":"--","app":"core","method":"GET","url":"\/login","message":"Scss is disabled for \/usr\/share\/webapps\/nextcloud\/core\/css\/server.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"ax3SHNAh5vWZyaopSBO8","level":0,"time":"2018-01-21T16:53:01+00:00","remoteAddr":"192.168.1.1","user":"--","app":"core","method":"GET","url":"\/login","message":"Scss is disabled for \/usr\/share\/webapps\/nextcloud\/core\/css\/share.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"ax3SHNAh5vWZyaopSBO8","level":0,"time":"2018-01-21T16:53:01+00:00","remoteAddr":"192.168.1.1","user":"--","app":"core","method":"GET","url":"\/login","message":"Scss is disabled for \/usr\/share\/webapps\/nextcloud\/core\/css\/jquery.ocdialog.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"GprXVFFOyNowB3RztKbG","level":0,"time":"2018-01-21T16:53:02+00:00","remoteAddr":"192.168.1.1","user":"--","app":"cron","method":"GET","url":"\/cron.php","message":"Run OCA\\Files_Versions\\BackgroundJob\\ExpireVersions job with ID 9","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"GprXVFFOyNowB3RztKbG","level":0,"time":"2018-01-21T16:53:02+00:00","remoteAddr":"192.168.1.1","user":"--","app":"cron","method":"GET","url":"\/cron.php","message":"Finished OCA\\Files_Versions\\BackgroundJob\\ExpireVersions job with ID 9 in 0 seconds","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"T37LkZCIFfVIrKt6Urey","level":1,"time":"2018-01-21T16:53:03+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"admin_audit","method":"GET","url":"\/core\/preview.png?file=%2Forlando+rentals.txt&c=a5ca045964a72e45cbd3a43cdc304d70&x=32&y=32&forceIcon=0","message":"Preview accessed: \"\/orlando rentals.txt\" (width: \"32\", height: \"32\" crop: \"1\", mode: \"fill\")","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"T37LkZCIFfVIrKt6Urey","level":1,"time":"2018-01-21T16:53:03+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"admin_audit","method":"GET","url":"\/core\/preview.png?file=%2Forlando+rentals.txt&c=a5ca045964a72e45cbd3a43cdc304d70&x=32&y=32&forceIcon=0","message":"File accessed: \"\/orlando rentals.txt\"","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"T37LkZCIFfVIrKt6Urey","level":3,"time":"2018-01-21T16:53:03+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"PHP","method":"GET","url":"\/core\/preview.png?file=%2Forlando+rentals.txt&c=a5ca045964a72e45cbd3a43cdc304d70&x=32&y=32&forceIcon=0","message":"fopen(\/usr\/share\/webapps\/nextcloud\/data\/tmg\/files\/orlando rentals.txt): failed to open stream: No such file or directory at \/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/Storage\/Local.php#282","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"2PKnFwreXvAkgVMzSuGI","level":0,"time":"2018-01-21T16:53:06+00:00","remoteAddr":"192.168.1.1","user":"--","app":"cron","method":"GET","url":"\/cron.php","message":"Run OCA\\Files\\BackgroundJob\\ScanFiles job with ID 10","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"2PKnFwreXvAkgVMzSuGI","level":0,"time":"2018-01-21T16:53:06+00:00","remoteAddr":"192.168.1.1","user":"--","app":"cron","method":"GET","url":"\/cron.php","message":"Finished OCA\\Files\\BackgroundJob\\ScanFiles job with ID 10 in 0 seconds","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"aKLr1xn1HVc6eHbXATLx","level":1,"time":"2018-01-21T16:53:06+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"admin_audit","method":"GET","url":"\/core\/preview.png?file=%2Forlando+rentals.txt&c=a5ca045964a72e45cbd3a43cdc304d70&x=32&y=32&forceIcon=0","message":"Preview accessed: \"\/orlando rentals.txt\" (width: \"32\", height: \"32\" crop: \"1\", mode: \"fill\")","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"aKLr1xn1HVc6eHbXATLx","level":1,"time":"2018-01-21T16:53:06+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"admin_audit","method":"GET","url":"\/core\/preview.png?file=%2Forlando+rentals.txt&c=a5ca045964a72e45cbd3a43cdc304d70&x=32&y=32&forceIcon=0","message":"File accessed: \"\/orlando rentals.txt\"","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"aKLr1xn1HVc6eHbXATLx","level":3,"time":"2018-01-21T16:53:06+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"PHP","method":"GET","url":"\/core\/preview.png?file=%2Forlando+rentals.txt&c=a5ca045964a72e45cbd3a43cdc304d70&x=32&y=32&forceIcon=0","message":"fopen(\/usr\/share\/webapps\/nextcloud\/data\/tmg\/files\/orlando rentals.txt): failed to open stream: No such file or directory at \/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/Storage\/Local.php#282","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"vxX87lpdikx89ewq02ko","level":0,"time":"2018-01-21T16:53:10+00:00","remoteAddr":"192.168.1.1","user":"--","app":"cron","method":"GET","url":"\/cron.php","message":"Run OC\\Authentication\\Token\\DefaultTokenCleanupJob job with ID 80","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"vxX87lpdikx89ewq02ko","level":0,"time":"2018-01-21T16:53:10+00:00","remoteAddr":"192.168.1.1","user":"--","app":"cron","method":"GET","url":"\/cron.php","message":"Invalidating session tokens older than 2018-01-20T16:53:10+00:00","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"vxX87lpdikx89ewq02ko","level":0,"time":"2018-01-21T16:53:10+00:00","remoteAddr":"192.168.1.1","user":"--","app":"cron","method":"GET","url":"\/cron.php","message":"Invalidating remembered session tokens older than 2018-01-06T16:53:10+00:00","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"vxX87lpdikx89ewq02ko","level":0,"time":"2018-01-21T16:53:10+00:00","remoteAddr":"192.168.1.1","user":"--","app":"cron","method":"GET","url":"\/cron.php","message":"Finished OC\\Authentication\\Token\\DefaultTokenCleanupJob job with ID 80 in 0 seconds","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"uilyBBKO93tPFkzpTAek","level":0,"time":"2018-01-21T16:53:12+00:00","remoteAddr":"192.168.1.1","user":"--","app":"cron","method":"GET","url":"\/cron.php","message":"Run OC\\Log\\Rotate job with ID 81","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"uilyBBKO93tPFkzpTAek","level":0,"time":"2018-01-21T16:53:12+00:00","remoteAddr":"192.168.1.1","user":"--","app":"cron","method":"GET","url":"\/cron.php","message":"Finished OC\\Log\\Rotate job with ID 81 in 0 seconds","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"26TtUKhq2dBXEXviOwmH","level":1,"time":"2018-01-21T16:53:21+00:00","remoteAddr":"192.168.1.1","user":"tmg","app":"admin_audit","method":"GET","url":"\/logout?requesttoken=TvZPWv2twYkKaQXMoMoK2c3BpqqjBpJAB5Uns93dFXI%3D%3Aes4hGa3Lk8JpJzSOyblZnI6O1eXURP8jSuRM0ZmTZzo%3D","message":"Logout occurred","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"7flQmBjOSw6PRseJw5xo","level":0,"time":"2018-01-21T16:53:21+00:00","remoteAddr":"192.168.1.1","user":"--","app":"core","method":"GET","url":"\/login","message":"Scss is disabled for \/usr\/share\/webapps\/nextcloud\/core\/css\/jquery-ui-fixes.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"7flQmBjOSw6PRseJw5xo","level":0,"time":"2018-01-21T16:53:21+00:00","remoteAddr":"192.168.1.1","user":"--","app":"core","method":"GET","url":"\/login","message":"Scss is disabled for \/usr\/share\/webapps\/nextcloud\/core\/css\/server.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"7flQmBjOSw6PRseJw5xo","level":0,"time":"2018-01-21T16:53:21+00:00","remoteAddr":"192.168.1.1","user":"--","app":"core","method":"GET","url":"\/login","message":"Scss is disabled for \/usr\/share\/webapps\/nextcloud\/core\/css\/share.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}
{"reqId":"7flQmBjOSw6PRseJw5xo","level":0,"time":"2018-01-21T16:53:21+00:00","remoteAddr":"192.168.1.1","user":"--","app":"core","method":"GET","url":"\/login","message":"Scss is disabled for \/usr\/share\/webapps\/nextcloud\/core\/css\/jquery.ocdialog.scss, ignoring","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/58.0.3029.110 Safari\/537.36 Edge\/16.16299","version":"13.0.0.11"}

Browser log

Browser log
Firefox can’t find the file at https://<SAMPLE.com>/index.php/apps/files/ajax/download.php?dir=/&files=BCD Recycle Schedule.pdf&downloadStartSecret=u5hfin0ahun.
</details>
@tflidd
Copy link
Contributor

tflidd commented Mar 4, 2018

Can you test on NC 13.0 again, reset the server cache for css/js (#8043) to be sure (fix will be eventually in NC 13.0.1).
We can open this issue again, if you still have this problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants