nextcloud / files_rightclick

👉 Right click menu for Nextcloud
https://apps.nextcloud.com/apps/files_rightclick
GNU Affero General Public License v3.0
65 stars 23 forks source link

App immediately deactivated after activation #69

Closed SuziQ407 closed 11 months ago

SuziQ407 commented 5 years ago

Steps to reproduce

Expected behaviour

To see the apps right click menu ;-)

Actual behaviour

No right click menu on files pages, only the browser context menu appears. App also not listed in "List of activated apps" in this "Issue reporting" Current Right click version is 0.14.2.

Server configuration detail

Operating system: Linux 4.4.0-146-generic #172-Ubuntu SMP Wed Apr 3 09:00:08 UTC 2019 x86_64

Webserver: Apache/2.4.18 (Ubuntu) (fpm-fcgi)

Database: mysql 10.0.38

PHP version:

7.2.17-1+ubuntu16.04.1+deb.sury.org+3 Modules loaded: Core, date, libxml, openssl, pcre, zlib, filter, hash, Reflection, SPL, sodium, session, standard, cgi-fcgi, mysqlnd, PDO, xml, apcu, calendar, ctype, curl, dom, mbstring, fileinfo, ftp, gd, gettext, iconv, igbinary, imagick, intl, json, exif, mysqli, pdo_mysql, apc, posix, readline, redis, shmop, SimpleXML, sockets, sysvmsg, sysvsem, sysvshm, tokenizer, wddx, xmlreader, xmlwriter, xsl, zip, Phar, Zend OPcache

Nextcloud version: 15.0.7 - 15.0.7.0

Updated from an older Nextcloud/ownCloud or fresh install: Updatet from 15.0.4

Where did you install Nextcloud from: unknown

Signing status Array ( )
List of activated apps ``` Enabled: - accessibility: 1.1.0 - activity: 2.8.2 - admin_audit: 1.5.0 - announcementcenter: 3.4.1 - apporder: 0.6.0 - audioplayer: 2.7.0 - calendar: 1.6.5 - circles: 0.16.4 - cloud_federation_api: 0.1.0 - comments: 1.5.0 - contacts: 3.1.1 - dav: 1.8.1 - deck: 0.6.1 - drawio: 0.9.3 - external: 3.2.0 - federatedfilesharing: 1.5.0 - federation: 1.5.0 - files: 1.10.0 - files_accesscontrol: 1.5.0 - files_antivirus: 2.0.1 - files_automatedtagging: 1.5.0 - files_downloadactivity: 1.4.0 - files_external: 1.6.0 - files_markdown: 2.0.6 - files_mindmap: 0.0.13 - files_pdfviewer: 1.4.0 - files_retention: 1.4.2 - files_sharing: 1.7.0 - files_snapshots: 0.2.0 - files_texteditor: 2.7.0 - files_trackdownloads: 1.4.0 - files_trashbin: 1.5.0 - files_versions: 1.8.0 - files_videoplayer: 1.4.0 - gallery: 18.2.0 - groupfolders: 2.0.4 - impersonate: 1.2.0 - issuetemplate: 0.5.0 - logreader: 2.0.0 - lookup_server_connector: 1.3.0 - mail: 0.11.1 - metadata: 0.9.0 - nextcloud_announcements: 1.4.0 - notes: 2.6.0 - notifications: 2.3.0 - oauth2: 1.3.0 - ocsms: 2.1.1 - onlyoffice: 2.1.10 - password_policy: 1.5.0 - passwords: 2019.4.2 - piwik: 0.5.1 - polls: 0.10.2 - provisioning_api: 1.5.0 - quota_warning: 1.4.0 - ransomware_protection: 1.3.0 - richdocuments: 3.2.4 - serverinfo: 1.5.0 - sharerenamer: 2.6.0 - spreed: 5.0.3 - support: 1.0.0 - survey_client: 1.3.0 - systemtags: 1.5.0 - tasks: 0.9.8 - theming: 1.6.0 - twofactor_backupcodes: 1.4.1 - twofactor_nextcloud_notification: 1.1.1 - updatenotification: 1.5.0 - workflowengine: 1.5.0 Disabled: - afterlogic - dashboard - encryption - files_fulltextsearch - files_rightclick - firstrunwizard - fulltextsearch - sharebymail - user_ldap - workflow_script ```
Configuration (config/config.php) ``` { "instanceid": "***REMOVED SENSITIVE VALUE***", "passwordsalt": "***REMOVED SENSITIVE VALUE***", "secret": "***REMOVED SENSITIVE VALUE***", "trusted_domains": [ "localhost", "cloud.gruppe-ass.at", "93.189.30.149" ], "overwrite.cli.url": "http:\/\/cloud.gruppe-ass.at\/nextcloud", "appstore.experimental.enabled": false, "datadirectory": "***REMOVED SENSITIVE VALUE***", "version": "15.0.7.0", "dbtype": "mysql", "dbname": "***REMOVED SENSITIVE VALUE***", "dbhost": "***REMOVED SENSITIVE VALUE***", "dbtableprefix": "oc_", "dbuser": "***REMOVED SENSITIVE VALUE***", "dbpassword": "***REMOVED SENSITIVE VALUE***", "logtimezone": "Europe\/Vienna", "installed": true, "forcessl": true, "forceSSLforSubdomains": true, "mail_from_address": "***REMOVED SENSITIVE VALUE***", "mail_smtpmode": "smtp", "mail_domain": "***REMOVED SENSITIVE VALUE***", "logfile": "\/var\/log\/nextcloud.log", "log_type": "owncloud", "log_authfailip": true, "loglevel": 2, "logdateformat": "F d, Y H:i:s", "default_language": "de", "defaultapp": "files", "maintenance": false, "htaccess.RewriteBase": "\/nextcloud", "updater.release.channel": "stable", "mail_smtpauthtype": "LOGIN", "mail_smtpauth": 1, "mail_smtphost": "***REMOVED SENSITIVE VALUE***", "mail_smtpport": "465", "mail_smtpname": "***REMOVED SENSITIVE VALUE***", "mail_smtppassword": "***REMOVED SENSITIVE VALUE***", "mail_smtpsecure": "ssl", "memcache.local": "\\OC\\Memcache\\APCu", "memcache.locking": "\\OC\\Memcache\\Redis", "redis": { "host": "***REMOVED SENSITIVE VALUE***", "port": 6379 }, "skeletondirectory": "\/data\/www\/nextcloud\/core\/skeleton", "theme": "", "trashbin_retention_obligation": "auto", "updatechecker": false } ```

Are you using external storage, if yes which one: local/smb/sftp/...

Are you using encryption:

Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...

Client configuration

Browser: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:66.0) Gecko/20100101 Firefox/66.0

Operating system: Linux Mint 18.3 Cinnamon 64-Bit

Logs

Web server error log ``` [Fri May 03 06:26:25.753634 2019] [mpm_event:notice] [pid 1941:tid 140289451739008] AH00489: Apache/2.4.18 (Ubuntu) OpenSSL/1.0.2g configured -- resuming normal operations [Fri May 03 06:26:25.753666 2019] [core:notice] [pid 1941:tid 140289451739008] AH00094: Command line: '/usr/sbin/apache2' [Fri May 03 06:26:25.818395 2019] [proxy_fcgi:error] [pid 15188:tid 140289041680128] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:26.616638 2019] [proxy_fcgi:error] [pid 15188:tid 140289133999872] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:26.883709 2019] [proxy_fcgi:error] [pid 15188:tid 140289175963392] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:27.150423 2019] [proxy_fcgi:error] [pid 15188:tid 140289125607168] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:27.416866 2019] [proxy_fcgi:error] [pid 15188:tid 140289167570688] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:27.683898 2019] [proxy_fcgi:error] [pid 15188:tid 140289117214464] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:27.950266 2019] [proxy_fcgi:error] [pid 15188:tid 140289159177984] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:28.216791 2019] [proxy_fcgi:error] [pid 15188:tid 140289108821760] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:28.483081 2019] [proxy_fcgi:error] [pid 15188:tid 140289150785280] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:28.749636 2019] [proxy_fcgi:error] [pid 15188:tid 140289100429056] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:29.016015 2019] [proxy_fcgi:error] [pid 15188:tid 140289142392576] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:29.282676 2019] [proxy_fcgi:error] [pid 15188:tid 140289201141504] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:29.549391 2019] [proxy_fcgi:error] [pid 15188:tid 140289092036352] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:29.815658 2019] [proxy_fcgi:error] [pid 15188:tid 140289279395584] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:30.082085 2019] [proxy_fcgi:error] [pid 15188:tid 140289083643648] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:30.348732 2019] [proxy_fcgi:error] [pid 15188:tid 140289287796480] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:30.615071 2019] [proxy_fcgi:error] [pid 15188:tid 140289075250944] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:30.881613 2019] [proxy_fcgi:error] [pid 15188:tid 140289066858240] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:31.148082 2019] [proxy_fcgi:error] [pid 15188:tid 140289058465536] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:31.414670 2019] [proxy_fcgi:error] [pid 15188:tid 140289050072832] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:31.680921 2019] [proxy_fcgi:error] [pid 15188:tid 140289033287424] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:31.947399 2019] [proxy_fcgi:error] [pid 15188:tid 140289024894720] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:32.213630 2019] [proxy_fcgi:error] [pid 15188:tid 140289016502016] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:32.479871 2019] [proxy_fcgi:error] [pid 15188:tid 140289041680128] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:32.746281 2019] [proxy_fcgi:error] [pid 15188:tid 140289192748800] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:33.012531 2019] [proxy_fcgi:error] [pid 15188:tid 140289184356096] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:33.278735 2019] [proxy_fcgi:error] [pid 15188:tid 140289133999872] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:33.544974 2019] [proxy_fcgi:error] [pid 15188:tid 140289175963392] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:33.811599 2019] [proxy_fcgi:error] [pid 15188:tid 140289125607168] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:34.077748 2019] [proxy_fcgi:error] [pid 15188:tid 140289167570688] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:34.343989 2019] [proxy_fcgi:error] [pid 15188:tid 140289117214464] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:34.610588 2019] [proxy_fcgi:error] [pid 15188:tid 140289159177984] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:34.877226 2019] [proxy_fcgi:error] [pid 15188:tid 140289108821760] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:35.143794 2019] [proxy_fcgi:error] [pid 15188:tid 140289150785280] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:35.410052 2019] [proxy_fcgi:error] [pid 15188:tid 140289100429056] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:35.676222 2019] [proxy_fcgi:error] [pid 15188:tid 140289142392576] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:35.944863 2019] [proxy_fcgi:error] [pid 15188:tid 140289201141504] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:36.211352 2019] [proxy_fcgi:error] [pid 15188:tid 140289092036352] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:36.478312 2019] [proxy_fcgi:error] [pid 15188:tid 140289279395584] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:36.744682 2019] [proxy_fcgi:error] [pid 15188:tid 140289083643648] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:37.011086 2019] [proxy_fcgi:error] [pid 15188:tid 140289287796480] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:37.278210 2019] [proxy_fcgi:error] [pid 15188:tid 140289075250944] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:37.544737 2019] [proxy_fcgi:error] [pid 15188:tid 140289066858240] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:37.810885 2019] [proxy_fcgi:error] [pid 15188:tid 140289058465536] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:38.077137 2019] [proxy_fcgi:error] [pid 15188:tid 140289050072832] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:38.344104 2019] [proxy_fcgi:error] [pid 15188:tid 140289033287424] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:38.610500 2019] [proxy_fcgi:error] [pid 15188:tid 140289024894720] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:38.876845 2019] [proxy_fcgi:error] [pid 15188:tid 140289016502016] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:39.144535 2019] [proxy_fcgi:error] [pid 15188:tid 140289041680128] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:39.410920 2019] [proxy_fcgi:error] [pid 15188:tid 140289192748800] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:39.677267 2019] [proxy_fcgi:error] [pid 15188:tid 140289184356096] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:39.943817 2019] [proxy_fcgi:error] [pid 15188:tid 140289133999872] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:40.210646 2019] [proxy_fcgi:error] [pid 15188:tid 140289175963392] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:40.476950 2019] [proxy_fcgi:error] [pid 15188:tid 140289125607168] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:40.743445 2019] [proxy_fcgi:error] [pid 15188:tid 140289167570688] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:41.009734 2019] [proxy_fcgi:error] [pid 15188:tid 140289117214464] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:41.276151 2019] [proxy_fcgi:error] [pid 15188:tid 140289159177984] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:41.542498 2019] [proxy_fcgi:error] [pid 15188:tid 140289108821760] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:41.808994 2019] [proxy_fcgi:error] [pid 15188:tid 140289150785280] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:42.075408 2019] [proxy_fcgi:error] [pid 15188:tid 140289100429056] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:42.341749 2019] [proxy_fcgi:error] [pid 15188:tid 140289142392576] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:42.608976 2019] [proxy_fcgi:error] [pid 15188:tid 140289201141504] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:42.875841 2019] [proxy_fcgi:error] [pid 15188:tid 140289092036352] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:43.142744 2019] [proxy_fcgi:error] [pid 15188:tid 140289279395584] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:43.409077 2019] [proxy_fcgi:error] [pid 15188:tid 140289083643648] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:43.676079 2019] [proxy_fcgi:error] [pid 15188:tid 140289287796480] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:43.942739 2019] [proxy_fcgi:error] [pid 15188:tid 140289075250944] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:44.209006 2019] [proxy_fcgi:error] [pid 15188:tid 140289066858240] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:44.475576 2019] [proxy_fcgi:error] [pid 15188:tid 140289058465536] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:44.741768 2019] [proxy_fcgi:error] [pid 15188:tid 140289050072832] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:45.008425 2019] [proxy_fcgi:error] [pid 15188:tid 140289033287424] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:45.275982 2019] [proxy_fcgi:error] [pid 15188:tid 140289024894720] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:45.542344 2019] [proxy_fcgi:error] [pid 15188:tid 140289016502016] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:45.808491 2019] [proxy_fcgi:error] [pid 15188:tid 140289041680128] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:46.074722 2019] [proxy_fcgi:error] [pid 15188:tid 140289192748800] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:46.340910 2019] [proxy_fcgi:error] [pid 15188:tid 140289184356096] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:46.607204 2019] [proxy_fcgi:error] [pid 15188:tid 140289133999872] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:46.873565 2019] [proxy_fcgi:error] [pid 15188:tid 140289175963392] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:47.140671 2019] [proxy_fcgi:error] [pid 15188:tid 140289125607168] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:47.407440 2019] [proxy_fcgi:error] [pid 15188:tid 140289167570688] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:47.674109 2019] [proxy_fcgi:error] [pid 15188:tid 140289117214464] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:47.940351 2019] [proxy_fcgi:error] [pid 15188:tid 140289159177984] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:48.213579 2019] [proxy_fcgi:error] [pid 15188:tid 140289108821760] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:48.485998 2019] [proxy_fcgi:error] [pid 15188:tid 140289150785280] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:48.754844 2019] [proxy_fcgi:error] [pid 15188:tid 140289100429056] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:49.021393 2019] [proxy_fcgi:error] [pid 15188:tid 140289142392576] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:49.288208 2019] [proxy_fcgi:error] [pid 15188:tid 140289201141504] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:49.554658 2019] [proxy_fcgi:error] [pid 15188:tid 140289092036352] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:49.820889 2019] [proxy_fcgi:error] [pid 15188:tid 140289279395584] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:50.087154 2019] [proxy_fcgi:error] [pid 15188:tid 140289083643648] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:50.353418 2019] [proxy_fcgi:error] [pid 15188:tid 140289287796480] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:50.623410 2019] [proxy_fcgi:error] [pid 15188:tid 140289075250944] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:50.893235 2019] [proxy_fcgi:error] [pid 15188:tid 140289066858240] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:51.167665 2019] [proxy_fcgi:error] [pid 15188:tid 140289058465536] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:51.437498 2019] [proxy_fcgi:error] [pid 15188:tid 140289050072832] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:51.704385 2019] [proxy_fcgi:error] [pid 15188:tid 140289033287424] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:51.970821 2019] [proxy_fcgi:error] [pid 15188:tid 140289024894720] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:52.237044 2019] [proxy_fcgi:error] [pid 15188:tid 140289016502016] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:52.503190 2019] [proxy_fcgi:error] [pid 15188:tid 140289041680128] [client 222.35.73.37:38717] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:53.036207 2019] [proxy_fcgi:error] [pid 15187:tid 140289287796480] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:53.313191 2019] [proxy_fcgi:error] [pid 15187:tid 140289279395584] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:53.586025 2019] [proxy_fcgi:error] [pid 15187:tid 140289201141504] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:53.854692 2019] [proxy_fcgi:error] [pid 15187:tid 140289192748800] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:54.122466 2019] [proxy_fcgi:error] [pid 15187:tid 140289184356096] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:54.389270 2019] [proxy_fcgi:error] [pid 15187:tid 140289175963392] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:54.654815 2019] [proxy_fcgi:error] [pid 15187:tid 140289167570688] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:54.920107 2019] [proxy_fcgi:error] [pid 15187:tid 140289159177984] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:55.183639 2019] [proxy_fcgi:error] [pid 15187:tid 140289150785280] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:55.492195 2019] [proxy_fcgi:error] [pid 15187:tid 140289016502016] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:55.756782 2019] [proxy_fcgi:error] [pid 15187:tid 140289142392576] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:56.035586 2019] [proxy_fcgi:error] [pid 15187:tid 140289133999872] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:56.309000 2019] [proxy_fcgi:error] [pid 15187:tid 140289125607168] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:56.575774 2019] [proxy_fcgi:error] [pid 15187:tid 140289117214464] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:56.845691 2019] [proxy_fcgi:error] [pid 15187:tid 140289108821760] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:57.118382 2019] [proxy_fcgi:error] [pid 15187:tid 140289100429056] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:57.387124 2019] [proxy_fcgi:error] [pid 15187:tid 140289092036352] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:57.656037 2019] [proxy_fcgi:error] [pid 15187:tid 140289083643648] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:57.930013 2019] [proxy_fcgi:error] [pid 15187:tid 140289075250944] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:58.191882 2019] [proxy_fcgi:error] [pid 15187:tid 140289066858240] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:58.456159 2019] [proxy_fcgi:error] [pid 15187:tid 140289058465536] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:58.720685 2019] [proxy_fcgi:error] [pid 15187:tid 140289050072832] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:58.985389 2019] [proxy_fcgi:error] [pid 15187:tid 140289041680128] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:59.262531 2019] [proxy_fcgi:error] [pid 15187:tid 140289033287424] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:59.536691 2019] [proxy_fcgi:error] [pid 15187:tid 140289024894720] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:26:59.812878 2019] [proxy_fcgi:error] [pid 15187:tid 140289287796480] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:00.089598 2019] [proxy_fcgi:error] [pid 15187:tid 140289279395584] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:00.373148 2019] [proxy_fcgi:error] [pid 15187:tid 140289201141504] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:00.648872 2019] [proxy_fcgi:error] [pid 15187:tid 140289192748800] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:00.919285 2019] [proxy_fcgi:error] [pid 15187:tid 140289184356096] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:01.191286 2019] [proxy_fcgi:error] [pid 15187:tid 140289175963392] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:01.459783 2019] [proxy_fcgi:error] [pid 15187:tid 140289167570688] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:01.732450 2019] [proxy_fcgi:error] [pid 15187:tid 140289159177984] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:02.010042 2019] [proxy_fcgi:error] [pid 15187:tid 140289150785280] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:02.278509 2019] [proxy_fcgi:error] [pid 15187:tid 140289016502016] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:02.558054 2019] [proxy_fcgi:error] [pid 15187:tid 140289142392576] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:02.836515 2019] [proxy_fcgi:error] [pid 15187:tid 140289133999872] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:03.128976 2019] [proxy_fcgi:error] [pid 15187:tid 140289125607168] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:03.425285 2019] [proxy_fcgi:error] [pid 15187:tid 140289117214464] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:03.708443 2019] [proxy_fcgi:error] [pid 15187:tid 140289108821760] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:04.001315 2019] [proxy_fcgi:error] [pid 15187:tid 140289100429056] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:04.278189 2019] [proxy_fcgi:error] [pid 15187:tid 140289092036352] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:04.552602 2019] [proxy_fcgi:error] [pid 15187:tid 140289083643648] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:04.832950 2019] [proxy_fcgi:error] [pid 15187:tid 140289075250944] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:05.117534 2019] [proxy_fcgi:error] [pid 15187:tid 140289066858240] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:05.396906 2019] [proxy_fcgi:error] [pid 15187:tid 140289058465536] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:05.666252 2019] [proxy_fcgi:error] [pid 15187:tid 140289050072832] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:05.937563 2019] [proxy_fcgi:error] [pid 15187:tid 140289041680128] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:06.214102 2019] [proxy_fcgi:error] [pid 15187:tid 140289033287424] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:06.499364 2019] [proxy_fcgi:error] [pid 15187:tid 140289024894720] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:06.780808 2019] [proxy_fcgi:error] [pid 15187:tid 140289287796480] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:07.064618 2019] [proxy_fcgi:error] [pid 15187:tid 140289279395584] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:07.360941 2019] [proxy_fcgi:error] [pid 15187:tid 140289201141504] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:07.664341 2019] [proxy_fcgi:error] [pid 15187:tid 140289192748800] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:07.944925 2019] [proxy_fcgi:error] [pid 15187:tid 140289184356096] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:08.218575 2019] [proxy_fcgi:error] [pid 15187:tid 140289175963392] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:08.495770 2019] [proxy_fcgi:error] [pid 15187:tid 140289167570688] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:08.787209 2019] [proxy_fcgi:error] [pid 15187:tid 140289159177984] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:09.077415 2019] [proxy_fcgi:error] [pid 15187:tid 140289150785280] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:09.364163 2019] [proxy_fcgi:error] [pid 15187:tid 140289016502016] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:09.651608 2019] [proxy_fcgi:error] [pid 15187:tid 140289142392576] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:09.950022 2019] [proxy_fcgi:error] [pid 15187:tid 140289133999872] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:10.238305 2019] [proxy_fcgi:error] [pid 15187:tid 140289125607168] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:10.524096 2019] [proxy_fcgi:error] [pid 15187:tid 140289117214464] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:10.826895 2019] [proxy_fcgi:error] [pid 15187:tid 140289108821760] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:11.106782 2019] [proxy_fcgi:error] [pid 15187:tid 140289100429056] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:11.384849 2019] [proxy_fcgi:error] [pid 15187:tid 140289092036352] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:11.666187 2019] [proxy_fcgi:error] [pid 15187:tid 140289083643648] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:11.963407 2019] [proxy_fcgi:error] [pid 15187:tid 140289075250944] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:12.247800 2019] [proxy_fcgi:error] [pid 15187:tid 140289066858240] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:12.521874 2019] [proxy_fcgi:error] [pid 15187:tid 140289058465536] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:12.799901 2019] [proxy_fcgi:error] [pid 15187:tid 140289050072832] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:13.080128 2019] [proxy_fcgi:error] [pid 15187:tid 140289041680128] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:13.367800 2019] [proxy_fcgi:error] [pid 15187:tid 140289033287424] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:13.649046 2019] [proxy_fcgi:error] [pid 15187:tid 140289024894720] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:13.927582 2019] [proxy_fcgi:error] [pid 15187:tid 140289287796480] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:14.213548 2019] [proxy_fcgi:error] [pid 15187:tid 140289279395584] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:14.504469 2019] [proxy_fcgi:error] [pid 15187:tid 140289201141504] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:14.777903 2019] [proxy_fcgi:error] [pid 15187:tid 140289192748800] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:15.053223 2019] [proxy_fcgi:error] [pid 15187:tid 140289184356096] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:15.349852 2019] [proxy_fcgi:error] [pid 15187:tid 140289175963392] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:15.641780 2019] [proxy_fcgi:error] [pid 15187:tid 140289167570688] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:15.926566 2019] [proxy_fcgi:error] [pid 15187:tid 140289159177984] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:16.202269 2019] [proxy_fcgi:error] [pid 15187:tid 140289150785280] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:16.477876 2019] [proxy_fcgi:error] [pid 15187:tid 140289016502016] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:16.755969 2019] [proxy_fcgi:error] [pid 15187:tid 140289142392576] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:17.027793 2019] [proxy_fcgi:error] [pid 15187:tid 140289133999872] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:17.295467 2019] [proxy_fcgi:error] [pid 15187:tid 140289125607168] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:17.559214 2019] [proxy_fcgi:error] [pid 15187:tid 140289117214464] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:17.838453 2019] [proxy_fcgi:error] [pid 15187:tid 140289108821760] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:18.123482 2019] [proxy_fcgi:error] [pid 15187:tid 140289100429056] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:18.406423 2019] [proxy_fcgi:error] [pid 15187:tid 140289092036352] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:18.696183 2019] [proxy_fcgi:error] [pid 15187:tid 140289083643648] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:18.983929 2019] [proxy_fcgi:error] [pid 15187:tid 140289075250944] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:19.265737 2019] [proxy_fcgi:error] [pid 15187:tid 140289066858240] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:19.550289 2019] [proxy_fcgi:error] [pid 15187:tid 140289058465536] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:19.832209 2019] [proxy_fcgi:error] [pid 15187:tid 140289050072832] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:20.109338 2019] [proxy_fcgi:error] [pid 15187:tid 140289041680128] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:20.382534 2019] [proxy_fcgi:error] [pid 15187:tid 140289033287424] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:20.670919 2019] [proxy_fcgi:error] [pid 15187:tid 140289024894720] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:20.957207 2019] [proxy_fcgi:error] [pid 15187:tid 140289287796480] [client 222.35.73.37:46066] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:21.527095 2019] [proxy_fcgi:error] [pid 15188:tid 140289192748800] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:21.798951 2019] [proxy_fcgi:error] [pid 15188:tid 140289184356096] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:22.065523 2019] [proxy_fcgi:error] [pid 15188:tid 140289133999872] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:22.341533 2019] [proxy_fcgi:error] [pid 15188:tid 140289175963392] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:22.612453 2019] [proxy_fcgi:error] [pid 15188:tid 140289125607168] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:22.886599 2019] [proxy_fcgi:error] [pid 15188:tid 140289167570688] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:23.164291 2019] [proxy_fcgi:error] [pid 15188:tid 140289117214464] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:23.447224 2019] [proxy_fcgi:error] [pid 15188:tid 140289159177984] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:23.718544 2019] [proxy_fcgi:error] [pid 15188:tid 140289108821760] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:23.986049 2019] [proxy_fcgi:error] [pid 15188:tid 140289150785280] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:24.255577 2019] [proxy_fcgi:error] [pid 15188:tid 140289100429056] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:24.526379 2019] [proxy_fcgi:error] [pid 15188:tid 140289142392576] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:24.799998 2019] [proxy_fcgi:error] [pid 15188:tid 140289201141504] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:25.079130 2019] [proxy_fcgi:error] [pid 15188:tid 140289092036352] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:25.350670 2019] [proxy_fcgi:error] [pid 15188:tid 140289279395584] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:25.616726 2019] [proxy_fcgi:error] [pid 15188:tid 140289083643648] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:25.890158 2019] [proxy_fcgi:error] [pid 15188:tid 140289287796480] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:26.164143 2019] [proxy_fcgi:error] [pid 15188:tid 140289075250944] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:26.444352 2019] [authz_core:error] [pid 15188:tid 140289066858240] [client 222.35.73.37:52390] AH01630: client denied by server configuration: /var/www/.php [Fri May 03 06:27:26.728687 2019] [proxy_fcgi:error] [pid 15188:tid 140289058465536] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:27.011582 2019] [proxy_fcgi:error] [pid 15188:tid 140289050072832] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:27.279878 2019] [proxy_fcgi:error] [pid 15188:tid 140289033287424] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:27.545741 2019] [proxy_fcgi:error] [pid 15188:tid 140289024894720] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:27.811446 2019] [proxy_fcgi:error] [pid 15188:tid 140289016502016] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:28.077177 2019] [proxy_fcgi:error] [pid 15188:tid 140289041680128] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:28.344242 2019] [proxy_fcgi:error] [pid 15188:tid 140289192748800] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:28.618602 2019] [proxy_fcgi:error] [pid 15188:tid 140289184356096] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:28.888393 2019] [proxy_fcgi:error] [pid 15188:tid 140289133999872] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:29.158764 2019] [proxy_fcgi:error] [pid 15188:tid 140289175963392] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:29.431194 2019] [proxy_fcgi:error] [pid 15188:tid 140289125607168] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:29.697371 2019] [proxy_fcgi:error] [pid 15188:tid 140289167570688] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:29.963023 2019] [proxy_fcgi:error] [pid 15188:tid 140289117214464] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:30.232670 2019] [proxy_fcgi:error] [pid 15188:tid 140289159177984] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:30.501700 2019] [proxy_fcgi:error] [pid 15188:tid 140289108821760] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:30.770120 2019] [proxy_fcgi:error] [pid 15188:tid 140289150785280] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:31.037006 2019] [proxy_fcgi:error] [pid 15188:tid 140289100429056] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:31.310666 2019] [proxy_fcgi:error] [pid 15188:tid 140289142392576] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:31.595521 2019] [proxy_fcgi:error] [pid 15188:tid 140289201141504] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:31.863340 2019] [proxy_fcgi:error] [pid 15188:tid 140289092036352] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:32.131279 2019] [proxy_fcgi:error] [pid 15188:tid 140289279395584] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:32.398330 2019] [proxy_fcgi:error] [pid 15188:tid 140289083643648] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:32.664704 2019] [proxy_fcgi:error] [pid 15188:tid 140289287796480] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:32.938423 2019] [proxy_fcgi:error] [pid 15188:tid 140289075250944] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:33.215874 2019] [proxy_fcgi:error] [pid 15188:tid 140289066858240] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:33.489161 2019] [proxy_fcgi:error] [pid 15188:tid 140289058465536] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:33.766283 2019] [proxy_fcgi:error] [pid 15188:tid 140289050072832] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:34.032154 2019] [proxy_fcgi:error] [pid 15188:tid 140289033287424] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:34.297799 2019] [proxy_fcgi:error] [pid 15188:tid 140289024894720] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:34.563818 2019] [proxy_fcgi:error] [pid 15188:tid 140289016502016] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:34.832082 2019] [proxy_fcgi:error] [pid 15188:tid 140289041680128] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:35.098011 2019] [proxy_fcgi:error] [pid 15188:tid 140289192748800] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:35.364628 2019] [proxy_fcgi:error] [pid 15188:tid 140289184356096] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:35.632315 2019] [proxy_fcgi:error] [pid 15188:tid 140289133999872] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:35.898518 2019] [proxy_fcgi:error] [pid 15188:tid 140289175963392] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:36.164163 2019] [proxy_fcgi:error] [pid 15188:tid 140289125607168] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:36.430638 2019] [proxy_fcgi:error] [pid 15188:tid 140289167570688] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:36.704862 2019] [proxy_fcgi:error] [pid 15188:tid 140289117214464] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:36.970619 2019] [proxy_fcgi:error] [pid 15188:tid 140289159177984] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:37.237585 2019] [proxy_fcgi:error] [pid 15188:tid 140289108821760] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:37.508463 2019] [proxy_fcgi:error] [pid 15188:tid 140289150785280] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:37.780469 2019] [proxy_fcgi:error] [pid 15188:tid 140289100429056] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:38.046301 2019] [proxy_fcgi:error] [pid 15188:tid 140289142392576] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:38.313694 2019] [proxy_fcgi:error] [pid 15188:tid 140289201141504] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:38.580431 2019] [proxy_fcgi:error] [pid 15188:tid 140289092036352] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:38.848034 2019] [proxy_fcgi:error] [pid 15188:tid 140289279395584] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:39.114806 2019] [proxy_fcgi:error] [pid 15188:tid 140289083643648] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:39.384176 2019] [proxy_fcgi:error] [pid 15188:tid 140289287796480] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:39.649883 2019] [proxy_fcgi:error] [pid 15188:tid 140289075250944] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:39.919328 2019] [proxy_fcgi:error] [pid 15188:tid 140289066858240] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:40.186259 2019] [proxy_fcgi:error] [pid 15188:tid 140289058465536] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:40.452547 2019] [proxy_fcgi:error] [pid 15188:tid 140289050072832] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:40.728504 2019] [proxy_fcgi:error] [pid 15188:tid 140289033287424] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:41.000347 2019] [proxy_fcgi:error] [pid 15188:tid 140289024894720] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:41.267936 2019] [proxy_fcgi:error] [pid 15188:tid 140289016502016] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:41.534199 2019] [proxy_fcgi:error] [pid 15188:tid 140289041680128] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:41.800873 2019] [proxy_fcgi:error] [pid 15188:tid 140289192748800] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:42.069588 2019] [proxy_fcgi:error] [pid 15188:tid 140289184356096] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:42.335459 2019] [proxy_fcgi:error] [pid 15188:tid 140289133999872] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:42.603635 2019] [proxy_fcgi:error] [pid 15188:tid 140289175963392] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:42.870724 2019] [proxy_fcgi:error] [pid 15188:tid 140289125607168] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:43.136470 2019] [proxy_fcgi:error] [pid 15188:tid 140289167570688] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:43.402505 2019] [proxy_fcgi:error] [pid 15188:tid 140289117214464] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:43.668713 2019] [proxy_fcgi:error] [pid 15188:tid 140289159177984] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:43.937251 2019] [proxy_fcgi:error] [pid 15188:tid 140289108821760] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:44.203319 2019] [proxy_fcgi:error] [pid 15188:tid 140289150785280] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:44.469049 2019] [proxy_fcgi:error] [pid 15188:tid 140289100429056] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:44.734838 2019] [proxy_fcgi:error] [pid 15188:tid 140289142392576] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:45.001528 2019] [proxy_fcgi:error] [pid 15188:tid 140289201141504] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:45.267839 2019] [proxy_fcgi:error] [pid 15188:tid 140289092036352] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:45.533567 2019] [proxy_fcgi:error] [pid 15188:tid 140289279395584] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:45.813059 2019] [proxy_fcgi:error] [pid 15188:tid 140289083643648] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:47.147517 2019] [proxy_fcgi:error] [pid 15188:tid 140289050072832] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:47.413319 2019] [proxy_fcgi:error] [pid 15188:tid 140289033287424] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:47.680003 2019] [proxy_fcgi:error] [pid 15188:tid 140289024894720] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:47.945697 2019] [proxy_fcgi:error] [pid 15188:tid 140289016502016] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:48.211566 2019] [proxy_fcgi:error] [pid 15188:tid 140289041680128] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:48.477787 2019] [proxy_fcgi:error] [pid 15188:tid 140289192748800] [client 222.35.73.37:52390] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:49.003391 2019] [proxy_fcgi:error] [pid 15188:tid 140289184356096] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:49.268542 2019] [proxy_fcgi:error] [pid 15188:tid 140289133999872] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:49.532409 2019] [proxy_fcgi:error] [pid 15188:tid 140289175963392] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:49.798136 2019] [proxy_fcgi:error] [pid 15188:tid 140289125607168] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:50.066099 2019] [proxy_fcgi:error] [pid 15188:tid 140289167570688] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:50.336120 2019] [proxy_fcgi:error] [pid 15188:tid 140289117214464] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:50.604839 2019] [proxy_fcgi:error] [pid 15188:tid 140289159177984] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:50.875172 2019] [proxy_fcgi:error] [pid 15188:tid 140289108821760] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:51.136966 2019] [proxy_fcgi:error] [pid 15188:tid 140289150785280] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:51.406254 2019] [proxy_fcgi:error] [pid 15188:tid 140289100429056] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:51.687501 2019] [proxy_fcgi:error] [pid 15188:tid 140289142392576] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:51.964772 2019] [proxy_fcgi:error] [pid 15188:tid 140289201141504] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:52.237801 2019] [proxy_fcgi:error] [pid 15188:tid 140289092036352] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:52.523508 2019] [proxy_fcgi:error] [pid 15188:tid 140289279395584] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:52.798594 2019] [proxy_fcgi:error] [pid 15188:tid 140289083643648] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:53.067627 2019] [proxy_fcgi:error] [pid 15188:tid 140289287796480] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:53.329591 2019] [proxy_fcgi:error] [pid 15188:tid 140289075250944] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:53.593683 2019] [proxy_fcgi:error] [pid 15188:tid 140289066858240] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:53.857653 2019] [proxy_fcgi:error] [pid 15188:tid 140289058465536] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:54.119501 2019] [proxy_fcgi:error] [pid 15188:tid 140289050072832] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:54.385361 2019] [proxy_fcgi:error] [pid 15188:tid 140289033287424] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:54.649375 2019] [proxy_fcgi:error] [pid 15188:tid 140289024894720] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:54.923414 2019] [proxy_fcgi:error] [pid 15188:tid 140289016502016] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:55.186133 2019] [proxy_fcgi:error] [pid 15188:tid 140289041680128] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:55.456524 2019] [proxy_fcgi:error] [pid 15188:tid 140289192748800] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:55.730928 2019] [proxy_fcgi:error] [pid 15188:tid 140289184356096] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:56.007821 2019] [proxy_fcgi:error] [pid 15188:tid 140289133999872] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:56.281599 2019] [proxy_fcgi:error] [pid 15188:tid 140289175963392] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:56.560186 2019] [proxy_fcgi:error] [pid 15188:tid 140289125607168] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:56.836975 2019] [proxy_fcgi:error] [pid 15188:tid 140289167570688] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:57.106253 2019] [proxy_fcgi:error] [pid 15188:tid 140289117214464] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:57.374193 2019] [proxy_fcgi:error] [pid 15188:tid 140289159177984] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:57.649586 2019] [proxy_fcgi:error] [pid 15188:tid 140289108821760] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:57.929388 2019] [proxy_fcgi:error] [pid 15188:tid 140289150785280] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:58.206640 2019] [proxy_fcgi:error] [pid 15188:tid 140289100429056] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:58.969861 2019] [proxy_fcgi:error] [pid 15188:tid 140289142392576] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:59.249842 2019] [proxy_fcgi:error] [pid 15188:tid 140289201141504] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:59.519164 2019] [proxy_fcgi:error] [pid 15188:tid 140289092036352] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:27:59.791604 2019] [proxy_fcgi:error] [pid 15188:tid 140289279395584] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:28:00.070465 2019] [proxy_fcgi:error] [pid 15188:tid 140289083643648] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:28:00.341823 2019] [proxy_fcgi:error] [pid 15188:tid 140289287796480] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:28:00.616700 2019] [proxy_fcgi:error] [pid 15188:tid 140289075250944] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:28:00.896281 2019] [proxy_fcgi:error] [pid 15188:tid 140289066858240] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:28:01.182754 2019] [proxy_fcgi:error] [pid 15188:tid 140289058465536] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:28:01.444921 2019] [proxy_fcgi:error] [pid 15188:tid 140289050072832] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:28:01.706883 2019] [proxy_fcgi:error] [pid 15188:tid 140289033287424] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:28:01.980435 2019] [proxy_fcgi:error] [pid 15188:tid 140289024894720] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:28:02.255843 2019] [proxy_fcgi:error] [pid 15188:tid 140289016502016] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:28:02.528896 2019] [proxy_fcgi:error] [pid 15188:tid 140289041680128] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:28:02.805246 2019] [proxy_fcgi:error] [pid 15188:tid 140289192748800] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:28:03.082770 2019] [proxy_fcgi:error] [pid 15188:tid 140289184356096] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:28:03.361227 2019] [proxy_fcgi:error] [pid 15188:tid 140289133999872] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:28:03.640867 2019] [proxy_fcgi:error] [pid 15188:tid 140289175963392] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:28:03.914032 2019] [proxy_fcgi:error] [pid 15188:tid 140289125607168] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:28:04.181835 2019] [proxy_fcgi:error] [pid 15188:tid 140289167570688] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:28:04.455468 2019] [proxy_fcgi:error] [pid 15188:tid 140289117214464] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:28:04.731728 2019] [proxy_fcgi:error] [pid 15188:tid 140289159177984] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:28:05.005543 2019] [proxy_fcgi:error] [pid 15188:tid 140289108821760] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:28:05.274866 2019] [proxy_fcgi:error] [pid 15188:tid 140289150785280] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:28:05.539360 2019] [proxy_fcgi:error] [pid 15188:tid 140289100429056] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:28:05.808993 2019] [proxy_fcgi:error] [pid 15188:tid 140289142392576] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:28:06.075394 2019] [proxy_fcgi:error] [pid 15188:tid 140289201141504] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:28:06.346574 2019] [proxy_fcgi:error] [pid 15188:tid 140289092036352] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:28:06.626638 2019] [proxy_fcgi:error] [pid 15188:tid 140289279395584] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:28:06.904367 2019] [proxy_fcgi:error] [pid 15188:tid 140289083643648] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:28:07.178588 2019] [proxy_fcgi:error] [pid 15188:tid 140289287796480] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:28:07.453735 2019] [proxy_fcgi:error] [pid 15188:tid 140289075250944] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:28:07.725412 2019] [proxy_fcgi:error] [pid 15188:tid 140289066858240] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:28:07.992948 2019] [proxy_fcgi:error] [pid 15188:tid 140289058465536] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:28:08.269337 2019] [proxy_fcgi:error] [pid 15188:tid 140289050072832] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:28:08.540917 2019] [proxy_fcgi:error] [pid 15188:tid 140289033287424] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:28:08.802588 2019] [proxy_fcgi:error] [pid 15188:tid 140289024894720] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:28:09.067675 2019] [proxy_fcgi:error] [pid 15188:tid 140289016502016] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:28:09.337118 2019] [proxy_fcgi:error] [pid 15188:tid 140289041680128] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:28:09.603561 2019] [proxy_fcgi:error] [pid 15188:tid 140289192748800] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:28:09.865098 2019] [proxy_fcgi:error] [pid 15188:tid 140289184356096] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:28:10.129053 2019] [proxy_fcgi:error] [pid 15188:tid 140289133999872] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:28:10.392108 2019] [proxy_fcgi:error] [pid 15188:tid 140289175963392] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:28:10.654382 2019] [proxy_fcgi:error] [pid 15188:tid 140289125607168] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:28:10.919788 2019] [proxy_fcgi:error] [pid 15188:tid 140289167570688] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:28:11.181327 2019] [proxy_fcgi:error] [pid 15188:tid 140289117214464] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:28:12.808142 2019] [proxy_fcgi:error] [pid 15188:tid 140289201141504] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:28:13.341145 2019] [proxy_fcgi:error] [pid 15188:tid 140289279395584] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:28:13.605469 2019] [proxy_fcgi:error] [pid 15188:tid 140289083643648] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:28:13.870891 2019] [proxy_fcgi:error] [pid 15188:tid 140289287796480] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:28:14.149328 2019] [proxy_fcgi:error] [pid 15188:tid 140289075250944] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:28:14.410957 2019] [proxy_fcgi:error] [pid 15188:tid 140289066858240] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:28:16.024098 2019] [proxy_fcgi:error] [pid 15188:tid 140289041680128] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:28:16.294586 2019] [proxy_fcgi:error] [pid 15188:tid 140289192748800] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:28:16.561694 2019] [proxy_fcgi:error] [pid 15188:tid 140289184356096] [client 222.35.73.37:58426] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:28:17.083475 2019] [proxy_fcgi:error] [pid 15188:tid 140289133999872] [client 222.35.73.37:65301] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:28:17.930443 2019] [proxy_fcgi:error] [pid 15188:tid 140289175963392] [client 222.35.73.37:65301] AH01071: Got error 'Primary script unknown\n' [Fri May 03 06:28:18.198959 2019] [proxy_fcgi:error] [pid 15188:tid 140289125607168] [client 222.35.73.37:65301] AH01071: Got error 'Primary script unknown\n' [Fri May 03 12:11:07.333290 2019] [core:error] [pid 15188:tid 140289033287424] [client 212.186.222.107:37260] AH00082: an unknown filter was not added: includes [Fri May 03 12:11:30.381620 2019] [core:error] [pid 15188:tid 140289041680128] [client 212.186.222.107:37282] AH00082: an unknown filter was not added: includes [Fri May 03 12:11:30.507298 2019] [core:error] [pid 15188:tid 140289033287424] [client 212.186.222.107:37282] AH00082: an unknown filter was not added: includes [Fri May 03 12:14:54.085175 2019] [core:error] [pid 15187:tid 140289192748800] [client 212.186.222.107:37434] AH00082: an unknown filter was not added: includes [Fri May 03 12:16:27.171610 2019] [core:error] [pid 15187:tid 140289075250944] [client 212.186.222.107:37488] AH00082: an unknown filter was not added: includes [Fri May 03 12:16:37.650359 2019] [core:error] [pid 15187:tid 140289058465536] [client 212.186.222.107:37514] AH00082: an unknown filter was not added: includes [Fri May 03 12:16:37.772936 2019] [core:error] [pid 15187:tid 140289133999872] [client 212.186.222.107:37514] AH00082: an unknown filter was not added: includes [Fri May 03 12:25:27.919560 2019] [core:error] [pid 15187:tid 140289033287424] [client 212.186.222.107:37950] AH00082: an unknown filter was not added: includes ```
Nextcloud log ``` (tail -100 nextcloud.log) {"reqId":"0J65DG4Z35xtnRKkfxBs","level":3,"time":"April 17, 2019 11:14:30","remoteAddr":"91.141.0.118","user":"SuziQ","app":"PHP","method":"GET","url":"\/index.php\/apps\/mail\/api\/accounts\/2\/folders","message":"Undefined offset: 4 at \/var\/www\/nextcloud\/apps\/mail\/vendor\/pear-pear.horde.org\/Horde_Imap_Client\/Horde\/Imap\/Client\/Socket.php#1783","userAgent":"Mozilla\/5.0 (X11; Linux i686; rv:38.0) Gecko\/20100101 Firefox\/38.0","version":"15.0.7.0"} {"reqId":"0J65DG4Z35xtnRKkfxBs","level":3,"time":"April 17, 2019 11:14:30","remoteAddr":"91.141.0.118","user":"SuziQ","app":"PHP","method":"GET","url":"\/index.php\/apps\/mail\/api\/accounts\/2\/folders","message":"Undefined offset: 1 at \/var\/www\/nextcloud\/apps\/mail\/vendor\/pear-pear.horde.org\/Horde_Imap_Client\/Horde\/Imap\/Client\/Socket.php#1783","userAgent":"Mozilla\/5.0 (X11; Linux i686; rv:38.0) Gecko\/20100101 Firefox\/38.0","version":"15.0.7.0"} {"reqId":"0J65DG4Z35xtnRKkfxBs","level":3,"time":"April 17, 2019 11:14:30","remoteAddr":"91.141.0.118","user":"SuziQ","app":"PHP","method":"GET","url":"\/index.php\/apps\/mail\/api\/accounts\/2\/folders","message":"Undefined offset: 5 at \/var\/www\/nextcloud\/apps\/mail\/vendor\/pear-pear.horde.org\/Horde_Imap_Client\/Horde\/Imap\/Client\/Socket.php#1783","userAgent":"Mozilla\/5.0 (X11; Linux i686; rv:38.0) Gecko\/20100101 Firefox\/38.0","version":"15.0.7.0"} {"reqId":"0J65DG4Z35xtnRKkfxBs","level":3,"time":"April 17, 2019 11:14:30","remoteAddr":"91.141.0.118","user":"SuziQ","app":"PHP","method":"GET","url":"\/index.php\/apps\/mail\/api\/accounts\/2\/folders","message":"Undefined offset: 5 at \/var\/www\/nextcloud\/apps\/mail\/vendor\/pear-pear.horde.org\/Horde_Imap_Client\/Horde\/Imap\/Client\/Socket.php#1783","userAgent":"Mozilla\/5.0 (X11; Linux i686; rv:38.0) Gecko\/20100101 Firefox\/38.0","version":"15.0.7.0"} {"reqId":"0J65DG4Z35xtnRKkfxBs","level":3,"time":"April 17, 2019 11:14:30","remoteAddr":"91.141.0.118","user":"SuziQ","app":"PHP","method":"GET","url":"\/index.php\/apps\/mail\/api\/accounts\/2\/folders","message":"Undefined offset: 6 at \/var\/www\/nextcloud\/apps\/mail\/vendor\/pear-pear.horde.org\/Horde_Imap_Client\/Horde\/Imap\/Client\/Socket.php#1783","userAgent":"Mozilla\/5.0 (X11; Linux i686; rv:38.0) Gecko\/20100101 Firefox\/38.0","version":"15.0.7.0"} {"reqId":"0J65DG4Z35xtnRKkfxBs","level":3,"time":"April 17, 2019 11:14:30","remoteAddr":"91.141.0.118","user":"SuziQ","app":"PHP","method":"GET","url":"\/index.php\/apps\/mail\/api\/accounts\/2\/folders","message":"Undefined offset: 1468925462 at \/var\/www\/nextcloud\/apps\/mail\/vendor\/pear-pear.horde.org\/Horde_Imap_Client\/Horde\/Imap\/Client\/Socket.php#1783","userAgent":"Mozilla\/5.0 (X11; Linux i686; rv:38.0) Gecko\/20100101 Firefox\/38.0","version":"15.0.7.0"} {"reqId":"0J65DG4Z35xtnRKkfxBs","level":3,"time":"April 17, 2019 11:14:30","remoteAddr":"91.141.0.118","user":"SuziQ","app":"PHP","method":"GET","url":"\/index.php\/apps\/mail\/api\/accounts\/2\/folders","message":"Undefined offset: 5 at \/var\/www\/nextcloud\/apps\/mail\/vendor\/pear-pear.horde.org\/Horde_Imap_Client\/Horde\/Imap\/Client\/Socket.php#1783","userAgent":"Mozilla\/5.0 (X11; Linux i686; rv:38.0) Gecko\/20100101 Firefox\/38.0","version":"15.0.7.0"} {"reqId":"0J65DG4Z35xtnRKkfxBs","level":3,"time":"April 17, 2019 11:14:30","remoteAddr":"91.141.0.118","user":"SuziQ","app":"PHP","method":"GET","url":"\/index.php\/apps\/mail\/api\/accounts\/2\/folders","message":"Undefined offset: 1 at \/var\/www\/nextcloud\/apps\/mail\/vendor\/pear-pear.horde.org\/Horde_Imap_Client\/Horde\/Imap\/Client\/Socket.php#1783","userAgent":"Mozilla\/5.0 (X11; Linux i686; rv:38.0) Gecko\/20100101 Firefox\/38.0","version":"15.0.7.0"} {"reqId":"0J65DG4Z35xtnRKkfxBs","level":3,"time":"April 17, 2019 11:14:30","remoteAddr":"91.141.0.118","user":"SuziQ","app":"PHP","method":"GET","url":"\/index.php\/apps\/mail\/api\/accounts\/2\/folders","message":"Undefined offset: 93 at \/var\/www\/nextcloud\/apps\/mail\/vendor\/pear-pear.horde.org\/Horde_Imap_Client\/Horde\/Imap\/Client\/Socket.php#1783","userAgent":"Mozilla\/5.0 (X11; Linux i686; rv:38.0) Gecko\/20100101 Firefox\/38.0","version":"15.0.7.0"} {"reqId":"0J65DG4Z35xtnRKkfxBs","level":3,"time":"April 17, 2019 11:14:30","remoteAddr":"91.141.0.118","user":"SuziQ","app":"PHP","method":"GET","url":"\/index.php\/apps\/mail\/api\/accounts\/2\/folders","message":"Undefined offset: 93 at \/var\/www\/nextcloud\/apps\/mail\/vendor\/pear-pear.horde.org\/Horde_Imap_Client\/Horde\/Imap\/Client\/Socket.php#1783","userAgent":"Mozilla\/5.0 (X11; Linux i686; rv:38.0) Gecko\/20100101 Firefox\/38.0","version":"15.0.7.0"} {"reqId":"0J65DG4Z35xtnRKkfxBs","level":3,"time":"April 17, 2019 11:14:30","remoteAddr":"91.141.0.118","user":"SuziQ","app":"PHP","method":"GET","url":"\/index.php\/apps\/mail\/api\/accounts\/2\/folders","message":"Undefined offset: 94 at \/var\/www\/nextcloud\/apps\/mail\/vendor\/pear-pear.horde.org\/Horde_Imap_Client\/Horde\/Imap\/Client\/Socket.php#1783","userAgent":"Mozilla\/5.0 (X11; Linux i686; rv:38.0) Gecko\/20100101 Firefox\/38.0","version":"15.0.7.0"} {"reqId":"0J65DG4Z35xtnRKkfxBs","level":3,"time":"April 17, 2019 11:14:30","remoteAddr":"91.141.0.118","user":"SuziQ","app":"PHP","method":"GET","url":"\/index.php\/apps\/mail\/api\/accounts\/2\/folders","message":"Undefined offset: 1468925468 at \/var\/www\/nextcloud\/apps\/mail\/vendor\/pear-pear.horde.org\/Horde_Imap_Client\/Horde\/Imap\/Client\/Socket.php#1783","userAgent":"Mozilla\/5.0 (X11; Linux i686; rv:38.0) Gecko\/20100101 Firefox\/38.0","version":"15.0.7.0"} {"reqId":"0J65DG4Z35xtnRKkfxBs","level":3,"time":"April 17, 2019 11:14:30","remoteAddr":"91.141.0.118","user":"SuziQ","app":"PHP","method":"GET","url":"\/index.php\/apps\/mail\/api\/accounts\/2\/folders","message":"Undefined offset: 37 at \/var\/www\/nextcloud\/apps\/mail\/vendor\/pear-pear.horde.org\/Horde_Imap_Client\/Horde\/Imap\/Client\/Socket.php#1783","userAgent":"Mozilla\/5.0 (X11; Linux i686; rv:38.0) Gecko\/20100101 Firefox\/38.0","version":"15.0.7.0"} {"reqId":"0J65DG4Z35xtnRKkfxBs","level":3,"time":"April 17, 2019 11:14:30","remoteAddr":"91.141.0.118","user":"SuziQ","app":"PHP","method":"GET","url":"\/index.php\/apps\/mail\/api\/accounts\/2\/folders","message":"Undefined offset: 1 at \/var\/www\/nextcloud\/apps\/mail\/vendor\/pear-pear.horde.org\/Horde_Imap_Client\/Horde\/Imap\/Client\/Socket.php#1783","userAgent":"Mozilla\/5.0 (X11; Linux i686; rv:38.0) Gecko\/20100101 Firefox\/38.0","version":"15.0.7.0"} {"reqId":"0J65DG4Z35xtnRKkfxBs","level":3,"time":"April 17, 2019 11:14:30","remoteAddr":"91.141.0.118","user":"SuziQ","app":"PHP","method":"GET","url":"\/index.php\/apps\/mail\/api\/accounts\/2\/folders","message":"Undefined offset: 36 at \/var\/www\/nextcloud\/apps\/mail\/vendor\/pear-pear.horde.org\/Horde_Imap_Client\/Horde\/Imap\/Client\/Socket.php#1783","userAgent":"Mozilla\/5.0 (X11; Linux i686; rv:38.0) Gecko\/20100101 Firefox\/38.0","version":"15.0.7.0"} {"reqId":"0J65DG4Z35xtnRKkfxBs","level":3,"time":"April 17, 2019 11:14:30","remoteAddr":"91.141.0.118","user":"SuziQ","app":"PHP","method":"GET","url":"\/index.php\/apps\/mail\/api\/accounts\/2\/folders","message":"Undefined offset: 36 at \/var\/www\/nextcloud\/apps\/mail\/vendor\/pear-pear.horde.org\/Horde_Imap_Client\/Horde\/Imap\/Client\/Socket.php#1783","userAgent":"Mozilla\/5.0 (X11; Linux i686; rv:38.0) Gecko\/20100101 Firefox\/38.0","version":"15.0.7.0"} {"reqId":"0J65DG4Z35xtnRKkfxBs","level":3,"time":"April 17, 2019 11:14:30","remoteAddr":"91.141.0.118","user":"SuziQ","app":"PHP","method":"GET","url":"\/index.php\/apps\/mail\/api\/accounts\/2\/folders","message":"Undefined offset: 37 at \/var\/www\/nextcloud\/apps\/mail\/vendor\/pear-pear.horde.org\/Horde_Imap_Client\/Horde\/Imap\/Client\/Socket.php#1783","userAgent":"Mozilla\/5.0 (X11; Linux i686; rv:38.0) Gecko\/20100101 Firefox\/38.0","version":"15.0.7.0"} {"reqId":"0J65DG4Z35xtnRKkfxBs","level":3,"time":"April 17, 2019 11:14:30","remoteAddr":"91.141.0.118","user":"SuziQ","app":"PHP","method":"GET","url":"\/index.php\/apps\/mail\/api\/accounts\/2\/folders","message":"Undefined offset: 1468925469 at \/var\/www\/nextcloud\/apps\/mail\/vendor\/pear-pear.horde.org\/Horde_Imap_Client\/Horde\/Imap\/Client\/Socket.php#1783","userAgent":"Mozilla\/5.0 (X11; Linux i686; rv:38.0) Gecko\/20100101 Firefox\/38.0","version":"15.0.7.0"} {"reqId":"0J65DG4Z35xtnRKkfxBs","level":3,"time":"April 17, 2019 11:14:30","remoteAddr":"91.141.0.118","user":"SuziQ","app":"PHP","method":"GET","url":"\/index.php\/apps\/mail\/api\/accounts\/2\/folders","message":"Undefined offset: 35 at \/var\/www\/nextcloud\/apps\/mail\/vendor\/pear-pear.horde.org\/Horde_Imap_Client\/Horde\/Imap\/Client\/Socket.php#1783","userAgent":"Mozilla\/5.0 (X11; Linux i686; rv:38.0) Gecko\/20100101 Firefox\/38.0","version":"15.0.7.0"} {"reqId":"0J65DG4Z35xtnRKkfxBs","level":3,"time":"April 17, 2019 11:14:30","remoteAddr":"91.141.0.118","user":"SuziQ","app":"PHP","method":"GET","url":"\/index.php\/apps\/mail\/api\/accounts\/2\/folders","message":"Undefined offset: 1 at \/var\/www\/nextcloud\/apps\/mail\/vendor\/pear-pear.horde.org\/Horde_Imap_Client\/Horde\/Imap\/Client\/Socket.php#1783","userAgent":"Mozilla\/5.0 (X11; Linux i686; rv:38.0) Gecko\/20100101 Firefox\/38.0","version":"15.0.7.0"} {"reqId":"0J65DG4Z35xtnRKkfxBs","level":3,"time":"April 17, 2019 11:14:30","remoteAddr":"91.141.0.118","user":"SuziQ","app":"PHP","method":"GET","url":"\/index.php\/apps\/mail\/api\/accounts\/2\/folders","message":"Undefined offset: 2 at \/var\/www\/nextcloud\/apps\/mail\/vendor\/pear-pear.horde.org\/Horde_Imap_Client\/Horde\/Imap\/Client\/Socket.php#1783","userAgent":"Mozilla\/5.0 (X11; Linux i686; rv:38.0) Gecko\/20100101 Firefox\/38.0","version":"15.0.7.0"} {"reqId":"0J65DG4Z35xtnRKkfxBs","level":3,"time":"April 17, 2019 11:14:30","remoteAddr":"91.141.0.118","user":"SuziQ","app":"PHP","method":"GET","url":"\/index.php\/apps\/mail\/api\/accounts\/2\/folders","message":"Undefined offset: 2 at \/var\/www\/nextcloud\/apps\/mail\/vendor\/pear-pear.horde.org\/Horde_Imap_Client\/Horde\/Imap\/Client\/Socket.php#1783","userAgent":"Mozilla\/5.0 (X11; Linux i686; rv:38.0) Gecko\/20100101 Firefox\/38.0","version":"15.0.7.0"} {"reqId":"0J65DG4Z35xtnRKkfxBs","level":3,"time":"April 17, 2019 11:14:30","remoteAddr":"91.141.0.118","user":"SuziQ","app":"PHP","method":"GET","url":"\/index.php\/apps\/mail\/api\/accounts\/2\/folders","message":"Undefined offset: 3 at \/var\/www\/nextcloud\/apps\/mail\/vendor\/pear-pear.horde.org\/Horde_Imap_Client\/Horde\/Imap\/Client\/Socket.php#1783","userAgent":"Mozilla\/5.0 (X11; Linux i686; rv:38.0) Gecko\/20100101 Firefox\/38.0","version":"15.0.7.0"} {"reqId":"0J65DG4Z35xtnRKkfxBs","level":3,"time":"April 17, 2019 11:14:30","remoteAddr":"91.141.0.118","user":"SuziQ","app":"PHP","method":"GET","url":"\/index.php\/apps\/mail\/api\/accounts\/2\/folders","message":"Undefined offset: 1468925468 at \/var\/www\/nextcloud\/apps\/mail\/vendor\/pear-pear.horde.org\/Horde_Imap_Client\/Horde\/Imap\/Client\/Socket.php#1783","userAgent":"Mozilla\/5.0 (X11; Linux i686; rv:38.0) Gecko\/20100101 Firefox\/38.0","version":"15.0.7.0"} {"reqId":"0J65DG4Z35xtnRKkfxBs","level":3,"time":"April 17, 2019 11:14:30","remoteAddr":"91.141.0.118","user":"SuziQ","app":"PHP","method":"GET","url":"\/index.php\/apps\/mail\/api\/accounts\/2\/folders","message":"Undefined offset: 2 at \/var\/www\/nextcloud\/apps\/mail\/vendor\/pear-pear.horde.org\/Horde_Imap_Client\/Horde\/Imap\/Client\/Socket.php#1783","userAgent":"Mozilla\/5.0 (X11; Linux i686; rv:38.0) Gecko\/20100101 Firefox\/38.0","version":"15.0.7.0"} {"reqId":"0J65DG4Z35xtnRKkfxBs","level":3,"time":"April 17, 2019 11:14:30","remoteAddr":"91.141.0.118","user":"SuziQ","app":"PHP","method":"GET","url":"\/index.php\/apps\/mail\/api\/accounts\/2\/folders","message":"Undefined offset: 1 at \/var\/www\/nextcloud\/apps\/mail\/vendor\/pear-pear.horde.org\/Horde_Imap_Client\/Horde\/Imap\/Client\/Socket.php#1783","userAgent":"Mozilla\/5.0 (X11; Linux i686; rv:38.0) Gecko\/20100101 Firefox\/38.0","version":"15.0.7.0"} {"reqId":"0J65DG4Z35xtnRKkfxBs","level":3,"time":"April 17, 2019 11:14:30","remoteAddr":"91.141.0.118","user":"SuziQ","app":"PHP","method":"GET","url":"\/index.php\/apps\/mail\/api\/accounts\/2\/folders","message":"Undefined offset: 2 at \/var\/www\/nextcloud\/apps\/mail\/vendor\/pear-pear.horde.org\/Horde_Imap_Client\/Horde\/Imap\/Client\/Socket.php#1783","userAgent":"Mozilla\/5.0 (X11; Linux i686; rv:38.0) Gecko\/20100101 Firefox\/38.0","version":"15.0.7.0"} {"reqId":"0J65DG4Z35xtnRKkfxBs","level":3,"time":"April 17, 2019 11:14:30","remoteAddr":"91.141.0.118","user":"SuziQ","app":"PHP","method":"GET","url":"\/index.php\/apps\/mail\/api\/accounts\/2\/folders","message":"Undefined offset: 2 at \/var\/www\/nextcloud\/apps\/mail\/vendor\/pear-pear.horde.org\/Horde_Imap_Client\/Horde\/Imap\/Client\/Socket.php#1783","userAgent":"Mozilla\/5.0 (X11; Linux i686; rv:38.0) Gecko\/20100101 Firefox\/38.0","version":"15.0.7.0"} {"reqId":"0J65DG4Z35xtnRKkfxBs","level":3,"time":"April 17, 2019 11:14:30","remoteAddr":"91.141.0.118","user":"SuziQ","app":"PHP","method":"GET","url":"\/index.php\/apps\/mail\/api\/accounts\/2\/folders","message":"Undefined offset: 3 at \/var\/www\/nextcloud\/apps\/mail\/vendor\/pear-pear.horde.org\/Horde_Imap_Client\/Horde\/Imap\/Client\/Socket.php#1783","userAgent":"Mozilla\/5.0 (X11; Linux i686; rv:38.0) Gecko\/20100101 Firefox\/38.0","version":"15.0.7.0"} {"reqId":"0J65DG4Z35xtnRKkfxBs","level":3,"time":"April 17, 2019 11:14:30","remoteAddr":"91.141.0.118","user":"SuziQ","app":"PHP","method":"GET","url":"\/index.php\/apps\/mail\/api\/accounts\/2\/folders","message":"Undefined offset: 1468925470 at \/var\/www\/nextcloud\/apps\/mail\/vendor\/pear-pear.horde.org\/Horde_Imap_Client\/Horde\/Imap\/Client\/Socket.php#1783","userAgent":"Mozilla\/5.0 (X11; Linux i686; rv:38.0) Gecko\/20100101 Firefox\/38.0","version":"15.0.7.0"} {"reqId":"0J65DG4Z35xtnRKkfxBs","level":3,"time":"April 17, 2019 11:14:30","remoteAddr":"91.141.0.118","user":"SuziQ","app":"PHP","method":"GET","url":"\/index.php\/apps\/mail\/api\/accounts\/2\/folders","message":"Undefined offset: 0 at \/var\/www\/nextcloud\/apps\/mail\/vendor\/pear-pear.horde.org\/Horde_Imap_Client\/Horde\/Imap\/Client\/Socket.php#1783","userAgent":"Mozilla\/5.0 (X11; Linux i686; rv:38.0) Gecko\/20100101 Firefox\/38.0","version":"15.0.7.0"} {"reqId":"0J65DG4Z35xtnRKkfxBs","level":3,"time":"April 17, 2019 11:14:30","remoteAddr":"91.141.0.118","user":"SuziQ","app":"PHP","method":"GET","url":"\/index.php\/apps\/mail\/api\/accounts\/2\/folders","message":"Undefined offset: 1 at \/var\/www\/nextcloud\/apps\/mail\/vendor\/pear-pear.horde.org\/Horde_Imap_Client\/Horde\/Imap\/Client\/Socket.php#1783","userAgent":"Mozilla\/5.0 (X11; Linux i686; rv:38.0) Gecko\/20100101 Firefox\/38.0","version":"15.0.7.0"} {"reqId":"0J65DG4Z35xtnRKkfxBs","level":3,"time":"April 17, 2019 11:14:30","remoteAddr":"91.141.0.118","user":"SuziQ","app":"PHP","method":"GET","url":"\/index.php\/apps\/mail\/api\/accounts\/2\/folders","message":"Undefined offset: 38 at \/var\/www\/nextcloud\/apps\/mail\/vendor\/pear-pear.horde.org\/Horde_Imap_Client\/Horde\/Imap\/Client\/Socket.php#1783","userAgent":"Mozilla\/5.0 (X11; Linux i686; rv:38.0) Gecko\/20100101 Firefox\/38.0","version":"15.0.7.0"} {"reqId":"0J65DG4Z35xtnRKkfxBs","level":3,"time":"April 17, 2019 11:14:30","remoteAddr":"91.141.0.118","user":"SuziQ","app":"PHP","method":"GET","url":"\/index.php\/apps\/mail\/api\/accounts\/2\/folders","message":"Undefined offset: 38 at \/var\/www\/nextcloud\/apps\/mail\/vendor\/pear-pear.horde.org\/Horde_Imap_Client\/Horde\/Imap\/Client\/Socket.php#1783","userAgent":"Mozilla\/5.0 (X11; Linux i686; rv:38.0) Gecko\/20100101 Firefox\/38.0","version":"15.0.7.0"} {"reqId":"0J65DG4Z35xtnRKkfxBs","level":3,"time":"April 17, 2019 11:14:30","remoteAddr":"91.141.0.118","user":"SuziQ","app":"PHP","method":"GET","url":"\/index.php\/apps\/mail\/api\/accounts\/2\/folders","message":"Undefined offset: 39 at \/var\/www\/nextcloud\/apps\/mail\/vendor\/pear-pear.horde.org\/Horde_Imap_Client\/Horde\/Imap\/Client\/Socket.php#1783","userAgent":"Mozilla\/5.0 (X11; Linux i686; rv:38.0) Gecko\/20100101 Firefox\/38.0","version":"15.0.7.0"} {"reqId":"0J65DG4Z35xtnRKkfxBs","level":3,"time":"April 17, 2019 11:14:30","remoteAddr":"91.141.0.118","user":"SuziQ","app":"PHP","method":"GET","url":"\/index.php\/apps\/mail\/api\/accounts\/2\/folders","message":"Undefined offset: 1468925571 at \/var\/www\/nextcloud\/apps\/mail\/vendor\/pear-pear.horde.org\/Horde_Imap_Client\/Horde\/Imap\/Client\/Socket.php#1783","userAgent":"Mozilla\/5.0 (X11; Linux i686; rv:38.0) Gecko\/20100101 Firefox\/38.0","version":"15.0.7.0"} {"reqId":"0J65DG4Z35xtnRKkfxBs","level":3,"time":"April 17, 2019 11:14:30","remoteAddr":"91.141.0.118","user":"SuziQ","app":"PHP","method":"GET","url":"\/index.php\/apps\/mail\/api\/accounts\/2\/folders","message":"Undefined offset: 1 at \/var\/www\/nextcloud\/apps\/mail\/vendor\/pear-pear.horde.org\/Horde_Imap_Client\/Horde\/Imap\/Client\/Socket.php#1783","userAgent":"Mozilla\/5.0 (X11; Linux i686; rv:38.0) Gecko\/20100101 Firefox\/38.0","version":"15.0.7.0"} {"reqId":"0J65DG4Z35xtnRKkfxBs","level":3,"time":"April 17, 2019 11:14:30","remoteAddr":"91.141.0.118","user":"SuziQ","app":"PHP","method":"GET","url":"\/index.php\/apps\/mail\/api\/accounts\/2\/folders","message":"Undefined offset: 6918 at \/var\/www\/nextcloud\/apps\/mail\/vendor\/pear-pear.horde.org\/Horde_Imap_Client\/Horde\/Imap\/Client\/Socket.php#1783","userAgent":"Mozilla\/5.0 (X11; Linux i686; rv:38.0) Gecko\/20100101 Firefox\/38.0","version":"15.0.7.0"} {"reqId":"0J65DG4Z35xtnRKkfxBs","level":3,"time":"April 17, 2019 11:14:30","remoteAddr":"91.141.0.118","user":"SuziQ","app":"PHP","method":"GET","url":"\/index.php\/apps\/mail\/api\/accounts\/2\/folders","message":"Undefined offset: 1 at \/var\/www\/nextcloud\/apps\/mail\/vendor\/pear-pear.horde.org\/Horde_Imap_Client\/Horde\/Imap\/Client\/Socket.php#1783","userAgent":"Mozilla\/5.0 (X11; Linux i686; rv:38.0) Gecko\/20100101 Firefox\/38.0","version":"15.0.7.0"} {"reqId":"0J65DG4Z35xtnRKkfxBs","level":3,"time":"April 17, 2019 11:14:30","remoteAddr":"91.141.0.118","user":"SuziQ","app":"PHP","method":"GET","url":"\/index.php\/apps\/mail\/api\/accounts\/2\/folders","message":"Undefined offset: 22 at \/var\/www\/nextcloud\/apps\/mail\/vendor\/pear-pear.horde.org\/Horde_Imap_Client\/Horde\/Imap\/Client\/Socket.php#1783","userAgent":"Mozilla\/5.0 (X11; Linux i686; rv:38.0) Gecko\/20100101 Firefox\/38.0","version":"15.0.7.0"} {"reqId":"0J65DG4Z35xtnRKkfxBs","level":3,"time":"April 17, 2019 11:14:30","remoteAddr":"91.141.0.118","user":"SuziQ","app":"PHP","method":"GET","url":"\/index.php\/apps\/mail\/api\/accounts\/2\/folders","message":"Undefined offset: 22 at \/var\/www\/nextcloud\/apps\/mail\/vendor\/pear-pear.horde.org\/Horde_Imap_Client\/Horde\/Imap\/Client\/Socket.php#1783","userAgent":"Mozilla\/5.0 (X11; Linux i686; rv:38.0) Gecko\/20100101 Firefox\/38.0","version":"15.0.7.0"} {"reqId":"0J65DG4Z35xtnRKkfxBs","level":3,"time":"April 17, 2019 11:14:30","remoteAddr":"91.141.0.118","user":"SuziQ","app":"PHP","method":"GET","url":"\/index.php\/apps\/mail\/api\/accounts\/2\/folders","message":"Undefined offset: 23 at \/var\/www\/nextcloud\/apps\/mail\/vendor\/pear-pear.horde.org\/Horde_Imap_Client\/Horde\/Imap\/Client\/Socket.php#1783","userAgent":"Mozilla\/5.0 (X11; Linux i686; rv:38.0) Gecko\/20100101 Firefox\/38.0","version":"15.0.7.0"} {"reqId":"0J65DG4Z35xtnRKkfxBs","level":3,"time":"April 17, 2019 11:14:30","remoteAddr":"91.141.0.118","user":"SuziQ","app":"PHP","method":"GET","url":"\/index.php\/apps\/mail\/api\/accounts\/2\/folders","message":"Undefined offset: 1468925572 at \/var\/www\/nextcloud\/apps\/mail\/vendor\/pear-pear.horde.org\/Horde_Imap_Client\/Horde\/Imap\/Client\/Socket.php#1783","userAgent":"Mozilla\/5.0 (X11; Linux i686; rv:38.0) Gecko\/20100101 Firefox\/38.0","version":"15.0.7.0"} {"reqId":"0J65DG4Z35xtnRKkfxBs","level":3,"time":"April 17, 2019 11:14:30","remoteAddr":"91.141.0.118","user":"SuziQ","app":"PHP","method":"GET","url":"\/index.php\/apps\/mail\/api\/accounts\/2\/folders","message":"Undefined offset: 4 at \/var\/www\/nextcloud\/apps\/mail\/vendor\/pear-pear.horde.org\/Horde_Imap_Client\/Horde\/Imap\/Client\/Socket.php#1783","userAgent":"Mozilla\/5.0 (X11; Linux i686; rv:38.0) Gecko\/20100101 Firefox\/38.0","version":"15.0.7.0"} {"reqId":"0J65DG4Z35xtnRKkfxBs","level":3,"time":"April 17, 2019 11:14:30","remoteAddr":"91.141.0.118","user":"SuziQ","app":"PHP","method":"GET","url":"\/index.php\/apps\/mail\/api\/accounts\/2\/folders","message":"Undefined offset: 1 at \/var\/www\/nextcloud\/apps\/mail\/vendor\/pear-pear.horde.org\/Horde_Imap_Client\/Horde\/Imap\/Client\/Socket.php#1783","userAgent":"Mozilla\/5.0 (X11; Linux i686; rv:38.0) Gecko\/20100101 Firefox\/38.0","version":"15.0.7.0"} {"reqId":"0J65DG4Z35xtnRKkfxBs","level":3,"time":"April 17, 2019 11:14:30","remoteAddr":"91.141.0.118","user":"SuziQ","app":"PHP","method":"GET","url":"\/index.php\/apps\/mail\/api\/accounts\/2\/folders","message":"Undefined offset: 4 at \/var\/www\/nextcloud\/apps\/mail\/vendor\/pear-pear.horde.org\/Horde_Imap_Client\/Horde\/Imap\/Client\/Socket.php#1783","userAgent":"Mozilla\/5.0 (X11; Linux i686; rv:38.0) Gecko\/20100101 Firefox\/38.0","version":"15.0.7.0"} {"reqId":"0J65DG4Z35xtnRKkfxBs","level":3,"time":"April 17, 2019 11:14:30","remoteAddr":"91.141.0.118","user":"SuziQ","app":"PHP","method":"GET","url":"\/index.php\/apps\/mail\/api\/accounts\/2\/folders","message":"Undefined offset: 4 at \/var\/www\/nextcloud\/apps\/mail\/vendor\/pear-pear.horde.org\/Horde_Imap_Client\/Horde\/Imap\/Client\/Socket.php#1783","userAgent":"Mozilla\/5.0 (X11; Linux i686; rv:38.0) Gecko\/20100101 Firefox\/38.0","version":"15.0.7.0"} {"reqId":"0J65DG4Z35xtnRKkfxBs","level":3,"time":"April 17, 2019 11:14:30","remoteAddr":"91.141.0.118","user":"SuziQ","app":"PHP","method":"GET","url":"\/index.php\/apps\/mail\/api\/accounts\/2\/folders","message":"Undefined offset: 5 at \/var\/www\/nextcloud\/apps\/mail\/vendor\/pear-pear.horde.org\/Horde_Imap_Client\/Horde\/Imap\/Client\/Socket.php#1783","userAgent":"Mozilla\/5.0 (X11; Linux i686; rv:38.0) Gecko\/20100101 Firefox\/38.0","version":"15.0.7.0"} {"reqId":"0J65DG4Z35xtnRKkfxBs","level":3,"time":"April 17, 2019 11:14:30","remoteAddr":"91.141.0.118","user":"SuziQ","app":"PHP","method":"GET","url":"\/index.php\/apps\/mail\/api\/accounts\/2\/folders","message":"Undefined offset: 1468925576 at \/var\/www\/nextcloud\/apps\/mail\/vendor\/pear-pear.horde.org\/Horde_Imap_Client\/Horde\/Imap\/Client\/Socket.php#1783","userAgent":"Mozilla\/5.0 (X11; Linux i686; rv:38.0) Gecko\/20100101 Firefox\/38.0","version":"15.0.7.0"} {"reqId":"0J65DG4Z35xtnRKkfxBs","level":3,"time":"April 17, 2019 11:14:30","remoteAddr":"91.141.0.118","user":"SuziQ","app":"PHP","method":"GET","url":"\/index.php\/apps\/mail\/api\/accounts\/2\/folders","message":"Undefined offset: 4 at \/var\/www\/nextcloud\/apps\/mail\/vendor\/pear-pear.horde.org\/Horde_Imap_Client\/Horde\/Imap\/Client\/Socket.php#1783","userAgent":"Mozilla\/5.0 (X11; Linux i686; rv:38.0) Gecko\/20100101 Firefox\/38.0","version":"15.0.7.0"} {"reqId":"0J65DG4Z35xtnRKkfxBs","level":3,"time":"April 17, 2019 11:14:30","remoteAddr":"91.141.0.118","user":"SuziQ","app":"PHP","method":"GET","url":"\/index.php\/apps\/mail\/api\/accounts\/2\/folders","message":"Undefined offset: 1 at \/var\/www\/nextcloud\/apps\/mail\/vendor\/pear-pear.horde.org\/Horde_Imap_Client\/Horde\/Imap\/Client\/Socket.php#1783","userAgent":"Mozilla\/5.0 (X11; Linux i686; rv:38.0) Gecko\/20100101 Firefox\/38.0","version":"15.0.7.0"} {"reqId":"0J65DG4Z35xtnRKkfxBs","level":3,"time":"April 17, 2019 11:14:30","remoteAddr":"91.141.0.118","user":"SuziQ","app":"PHP","method":"GET","url":"\/index.php\/apps\/mail\/api\/accounts\/2\/folders","message":"Undefined offset: 1 at \/var\/www\/nextcloud\/apps\/mail\/vendor\/pear-pear.horde.org\/Horde_Imap_Client\/Horde\/Imap\/Client\/Socket.php#1783","userAgent":"Mozilla\/5.0 (X11; Linux i686; rv:38.0) Gecko\/20100101 Firefox\/38.0","version":"15.0.7.0"} {"reqId":"0J65DG4Z35xtnRKkfxBs","level":3,"time":"April 17, 2019 11:14:30","remoteAddr":"91.141.0.118","user":"SuziQ","app":"PHP","method":"GET","url":"\/index.php\/apps\/mail\/api\/accounts\/2\/folders","message":"Undefined offset: 1 at \/var\/www\/nextcloud\/apps\/mail\/vendor\/pear-pear.horde.org\/Horde_Imap_Client\/Horde\/Imap\/Client\/Socket.php#1783","userAgent":"Mozilla\/5.0 (X11; Linux i686; rv:38.0) Gecko\/20100101 Firefox\/38.0","version":"15.0.7.0"} {"reqId":"0J65DG4Z35xtnRKkfxBs","level":3,"time":"April 17, 2019 11:14:30","remoteAddr":"91.141.0.118","user":"SuziQ","app":"PHP","method":"GET","url":"\/index.php\/apps\/mail\/api\/accounts\/2\/folders","message":"Undefined offset: 2 at \/var\/www\/nextcloud\/apps\/mail\/vendor\/pear-pear.horde.org\/Horde_Imap_Client\/Horde\/Imap\/Client\/Socket.php#1783","userAgent":"Mozilla\/5.0 (X11; Linux i686; rv:38.0) Gecko\/20100101 Firefox\/38.0","version":"15.0.7.0"} {"reqId":"0J65DG4Z35xtnRKkfxBs","level":3,"time":"April 17, 2019 11:14:30","remoteAddr":"91.141.0.118","user":"SuziQ","app":"PHP","method":"GET","url":"\/index.php\/apps\/mail\/api\/accounts\/2\/folders","message":"Undefined offset: 1468925597 at \/var\/www\/nextcloud\/apps\/mail\/vendor\/pear-pear.horde.org\/Horde_Imap_Client\/Horde\/Imap\/Client\/Socket.php#1783","userAgent":"Mozilla\/5.0 (X11; Linux i686; rv:38.0) Gecko\/20100101 Firefox\/38.0","version":"15.0.7.0"} {"reqId":"0J65DG4Z35xtnRKkfxBs","level":3,"time":"April 17, 2019 11:14:30","remoteAddr":"91.141.0.118","user":"SuziQ","app":"PHP","method":"GET","url":"\/index.php\/apps\/mail\/api\/accounts\/2\/folders","message":"Undefined offset: 1 at \/var\/www\/nextcloud\/apps\/mail\/vendor\/pear-pear.horde.org\/Horde_Imap_Client\/Horde\/Imap\/Client\/Socket.php#1783","userAgent":"Mozilla\/5.0 (X11; Linux i686; rv:38.0) Gecko\/20100101 Firefox\/38.0","version":"15.0.7.0"} {"reqId":"0J65DG4Z35xtnRKkfxBs","level":3,"time":"April 17, 2019 11:14:30","remoteAddr":"91.141.0.118","user":"SuziQ","app":"PHP","method":"GET","url":"\/index.php\/apps\/mail\/api\/accounts\/2\/folders","message":"Undefined offset: 1 at \/var\/www\/nextcloud\/apps\/mail\/vendor\/pear-pear.horde.org\/Horde_Imap_Client\/Horde\/Imap\/Client\/Socket.php#1783","userAgent":"Mozilla\/5.0 (X11; Linux i686; rv:38.0) Gecko\/20100101 Firefox\/38.0","version":"15.0.7.0"} {"reqId":"0J65DG4Z35xtnRKkfxBs","level":3,"time":"April 17, 2019 11:14:30","remoteAddr":"91.141.0.118","user":"SuziQ","app":"PHP","method":"GET","url":"\/index.php\/apps\/mail\/api\/accounts\/2\/folders","message":"Undefined offset: 35 at \/var\/www\/nextcloud\/apps\/mail\/vendor\/pear-pear.horde.org\/Horde_Imap_Client\/Horde\/Imap\/Client\/Socket.php#1783","userAgent":"Mozilla\/5.0 (X11; Linux i686; rv:38.0) Gecko\/20100101 Firefox\/38.0","version":"15.0.7.0"} {"reqId":"0J65DG4Z35xtnRKkfxBs","level":3,"time":"April 17, 2019 11:14:30","remoteAddr":"91.141.0.118","user":"SuziQ","app":"PHP","method":"GET","url":"\/index.php\/apps\/mail\/api\/accounts\/2\/folders","message":"Undefined offset: 35 at \/var\/www\/nextcloud\/apps\/mail\/vendor\/pear-pear.horde.org\/Horde_Imap_Client\/Horde\/Imap\/Client\/Socket.php#1783","userAgent":"Mozilla\/5.0 (X11; Linux i686; rv:38.0) Gecko\/20100101 Firefox\/38.0","version":"15.0.7.0"} {"reqId":"0J65DG4Z35xtnRKkfxBs","level":3,"time":"April 17, 2019 11:14:30","remoteAddr":"91.141.0.118","user":"SuziQ","app":"PHP","method":"GET","url":"\/index.php\/apps\/mail\/api\/accounts\/2\/folders","message":"Undefined offset: 36 at \/var\/www\/nextcloud\/apps\/mail\/vendor\/pear-pear.horde.org\/Horde_Imap_Client\/Horde\/Imap\/Client\/Socket.php#1783","userAgent":"Mozilla\/5.0 (X11; Linux i686; rv:38.0) Gecko\/20100101 Firefox\/38.0","version":"15.0.7.0"} {"reqId":"0J65DG4Z35xtnRKkfxBs","level":3,"time":"April 17, 2019 11:14:30","remoteAddr":"91.141.0.118","user":"SuziQ","app":"PHP","method":"GET","url":"\/index.php\/apps\/mail\/api\/accounts\/2\/folders","message":"Undefined offset: 1468925598 at \/var\/www\/nextcloud\/apps\/mail\/vendor\/pear-pear.horde.org\/Horde_Imap_Client\/Horde\/Imap\/Client\/Socket.php#1783","userAgent":"Mozilla\/5.0 (X11; Linux i686; rv:38.0) Gecko\/20100101 Firefox\/38.0","version":"15.0.7.0"} {"reqId":"0J65DG4Z35xtnRKkfxBs","level":3,"time":"April 17, 2019 11:14:30","remoteAddr":"91.141.0.118","user":"SuziQ","app":"PHP","method":"GET","url":"\/index.php\/apps\/mail\/api\/accounts\/2\/folders","message":"Undefined offset: 35 at \/var\/www\/nextcloud\/apps\/mail\/vendor\/pear-pear.horde.org\/Horde_Imap_Client\/Horde\/Imap\/Client\/Socket.php#1783","userAgent":"Mozilla\/5.0 (X11; Linux i686; rv:38.0) Gecko\/20100101 Firefox\/38.0","version":"15.0.7.0"} {"reqId":"ZYoaT3JNj3rYnzPTtNVI","level":4,"time":"April 18, 2019 14:01:07","remoteAddr":"","user":"--","app":"files_antivirus","method":"","url":"--","message":"Not Checked. No matching rules. Please check antivirus rules. File: 438365Account: SuziQ Path: \/SuziQ\/files\/Computer\/Android\/Backup\/One+1EB\/mydata\/Install\/yalp\/com.mattermost.rn.186.apk","userAgent":"--","version":"15.0.7.0"} {"reqId":"pBK1dLRw9Pogp3BsWmUh","level":2,"time":"April 19, 2019 13:08:15","remoteAddr":"212.186.222.107","user":"SuziQ","app":"files_antivirus","method":"PUT","url":"\/remote.php\/dav\/uploads\/SuziQ\/d97808ab1e0e2f1e5a794394f9e9582b\/0000000000000000-0000000002523169","message":"Failed to write a chunk. Check if Stream Length matches StreamMaxLength in ClamAV daemon settings","userAgent":"Mozilla\/5.0 (Android) ownCloud-android\/3.6.0","version":"15.0.7.0"} {"reqId":"pBK1dLRw9Pogp3BsWmUh","level":3,"time":"April 19, 2019 13:08:15","remoteAddr":"212.186.222.107","user":"SuziQ","app":"no app in context","method":"PUT","url":"\/remote.php\/dav\/uploads\/SuziQ\/d97808ab1e0e2f1e5a794394f9e9582b\/0000000000000000-0000000002523169","message":{"Exception":"Sabre\\DAV\\Exception\\BadRequest","Message":"expected filesize 2523169 got 1007616","Code":0,"Trace":[{"file":"\/var\/www\/nextcloud\/apps\/dav\/lib\/Connector\/Sabre\/Directory.php","line":156,"function":"put","class":"OCA\\DAV\\Connector\\Sabre\\File","type":"->","args":[null]},{"file":"\/var\/www\/nextcloud\/apps\/dav\/lib\/Upload\/UploadFolder.php","line":39,"function":"createFile","class":"OCA\\DAV\\Connector\\Sabre\\Directory","type":"->","args":["0000000000000000-0000000002523169",null]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":1096,"function":"createFile","class":"OCA\\DAV\\Upload\\UploadFolder","type":"->","args":["0000000000000000-0000000002523169",null]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/CorePlugin.php","line":525,"function":"createFile","class":"Sabre\\DAV\\Server","type":"->","args":["uploads\/SuziQ\/d97808ab1e0e2f1e5a794394f9e9582b\/0000000000000000-0000000002523169",null,null]},{"function":"httpPut","class":"Sabre\\DAV\\CorePlugin","type":"->","args":[{"absoluteUrl":"https:\/\/cloud.domain.tld\/remote.php\/dav\/uploads\/SuziQ\/d97808ab1e0e2f1e5a794394f9e9582b\/0000000000000000-0000000002523169","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/event\/lib\/EventEmitterTrait.php","line":105,"function":"call_user_func_array","args":[[{"__class__":"Sabre\\DAV\\CorePlugin"},"httpPut"],[{"absoluteUrl":"https:\/\/cloud.domain.tld\/remote.php\/dav\/uploads\/SuziQ\/d97808ab1e0e2f1e5a794394f9e9582b\/0000000000000000-0000000002523169","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":479,"function":"emit","class":"Sabre\\Event\\EventEmitter","type":"->","args":["method:PUT",[{"absoluteUrl":"https:\/\/cloud.domain.tld\/remote.php\/dav\/uploads\/SuziQ\/d97808ab1e0e2f1e5a794394f9e9582b\/0000000000000000-0000000002523169","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":254,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->","args":[{"absoluteUrl":"https:\/\/cloud.domain.tld\/remote.php\/dav\/uploads\/SuziQ\/d97808ab1e0e2f1e5a794394f9e9582b\/0000000000000000-0000000002523169","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"\/var\/www\/nextcloud\/apps\/dav\/lib\/Server.php","line":301,"function":"exec","class":"Sabre\\DAV\\Server","type":"->","args":[]},{"file":"\/var\/www\/nextcloud\/apps\/dav\/appinfo\/v2\/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->","args":[]},{"file":"\/var\/www\/nextcloud\/remote.php","line":163,"args":["\/var\/www\/nextcloud\/apps\/dav\/appinfo\/v2\/remote.php"],"function":"require_once"}],"File":"\/var\/www\/nextcloud\/apps\/dav\/lib\/Connector\/Sabre\/File.php","Line":222,"CustomMessage":"--"},"userAgent":"Mozilla\/5.0 (Android) ownCloud-android\/3.6.0","version":"15.0.7.0"} {"reqId":"pBK1dLRw9Pogp3BsWmUh","level":4,"time":"April 19, 2019 13:08:15","remoteAddr":"212.186.222.107","user":"SuziQ","app":"webdav","method":"PUT","url":"\/remote.php\/dav\/uploads\/SuziQ\/d97808ab1e0e2f1e5a794394f9e9582b\/0000000000000000-0000000002523169","message":{"Exception":"Sabre\\DAV\\Exception\\BadRequest","Message":"expected filesize 2523169 got 1007616","Code":0,"Trace":[{"file":"\/var\/www\/nextcloud\/apps\/dav\/lib\/Connector\/Sabre\/Directory.php","line":156,"function":"put","class":"OCA\\DAV\\Connector\\Sabre\\File","type":"->","args":[null]},{"file":"\/var\/www\/nextcloud\/apps\/dav\/lib\/Upload\/UploadFolder.php","line":39,"function":"createFile","class":"OCA\\DAV\\Connector\\Sabre\\Directory","type":"->","args":["0000000000000000-0000000002523169",null]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":1096,"function":"createFile","class":"OCA\\DAV\\Upload\\UploadFolder","type":"->","args":["0000000000000000-0000000002523169",null]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/CorePlugin.php","line":525,"function":"createFile","class":"Sabre\\DAV\\Server","type":"->","args":["uploads\/SuziQ\/d97808ab1e0e2f1e5a794394f9e9582b\/0000000000000000-0000000002523169",null,null]},{"function":"httpPut","class":"Sabre\\DAV\\CorePlugin","type":"->","args":[{"absoluteUrl":"https:\/\/cloud.domain.tld\/remote.php\/dav\/uploads\/SuziQ\/d97808ab1e0e2f1e5a794394f9e9582b\/0000000000000000-0000000002523169","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/event\/lib\/EventEmitterTrait.php","line":105,"function":"call_user_func_array","args":[[{"__class__":"Sabre\\DAV\\CorePlugin"},"httpPut"],[{"absoluteUrl":"https:\/\/cloud.domain.tld\/remote.php\/dav\/uploads\/SuziQ\/d97808ab1e0e2f1e5a794394f9e9582b\/0000000000000000-0000000002523169","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":479,"function":"emit","class":"Sabre\\Event\\EventEmitter","type":"->","args":["method:PUT",[{"absoluteUrl":"https:\/\/cloud.domain.tld\/remote.php\/dav\/uploads\/SuziQ\/d97808ab1e0e2f1e5a794394f9e9582b\/0000000000000000-0000000002523169","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":254,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->","args":[{"absoluteUrl":"https:\/\/cloud.domain.tld\/remote.php\/dav\/uploads\/SuziQ\/d97808ab1e0e2f1e5a794394f9e9582b\/0000000000000000-0000000002523169","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"\/var\/www\/nextcloud\/apps\/dav\/lib\/Server.php","line":301,"function":"exec","class":"Sabre\\DAV\\Server","type":"->","args":[]},{"file":"\/var\/www\/nextcloud\/apps\/dav\/appinfo\/v2\/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->","args":[]},{"file":"\/var\/www\/nextcloud\/remote.php","line":163,"args":["\/var\/www\/nextcloud\/apps\/dav\/appinfo\/v2\/remote.php"],"function":"require_once"}],"File":"\/var\/www\/nextcloud\/apps\/dav\/lib\/Connector\/Sabre\/File.php","Line":222,"CustomMessage":"--"},"userAgent":"Mozilla\/5.0 (Android) ownCloud-android\/3.6.0","version":"15.0.7.0"} {"reqId":"UbALp88fFQ1vue5WANbw","level":2,"time":"April 21, 2019 10:31:09","remoteAddr":"","user":"--","app":"files_antivirus","method":"","url":"--","message":"Failed to write a chunk. Check if Stream Length matches StreamMaxLength in ClamAV daemon settings","userAgent":"--","version":"15.0.7.0"} {"reqId":"dIvq6GTUxJRtjajaawR1","level":4,"time":"April 22, 2019 13:17:07","remoteAddr":"","user":"--","app":"files_antivirus","method":"","url":"--","message":"Not Checked. No matching rules. Please check antivirus rules. File: 439005Account: SuziQ Path: \/SuziQ\/files\/Computer\/Android\/Backup\/One+1EB\/mydata\/Install\/yalp\/com.opera.browser.1905110202.apk","userAgent":"--","version":"15.0.7.0"} {"reqId":"DePycRJC6iNnyQpw0p4v","level":4,"time":"April 24, 2019 15:05:14","remoteAddr":"212.186.222.107","user":"SuziQ","app":"webdav","method":"PUT","url":"\/remote.php\/webdav\/RE-190408%2C%20Fujitsu%20All-in-One-PC.pdf","message":{"Exception":"OCP\\SystemTag\\TagNotFoundException","Message":"Tag id(s) not found","Code":0,"Trace":[{"file":"\/var\/www\/nextcloud\/lib\/private\/SystemTag\/SystemTagObjectMapper.php","line":250,"function":"getTagsByIds","class":"OC\\SystemTag\\SystemTagManager","type":"->","args":[["11"]]},{"file":"\/var\/www\/nextcloud\/lib\/private\/SystemTag\/SystemTagObjectMapper.php","line":147,"function":"assertTagsExist","class":"OC\\SystemTag\\SystemTagObjectMapper","type":"->","args":[["11"]]},{"file":"\/var\/www\/nextcloud\/apps\/files_automatedtagging\/lib\/Operation.php","line":70,"function":"assignTags","class":"OC\\SystemTag\\SystemTagObjectMapper","type":"->","args":["439274","files",["11"]]},{"file":"\/var\/www\/nextcloud\/apps\/files_automatedtagging\/lib\/CacheWrapper.php","line":65,"function":"checkOperations","class":"OCA\\FilesAutomatedTagging\\Operation","type":"->","args":[{"mountPoint":"\/SuziQ\/","cache":null,"scanner":{"__class__":"OC\\Files\\Cache\\Scanner"},"watcher":null,"propagator":null,"updater":{"__class__":"OC\\Files\\Cache\\Updater"},"__class__":"OCA\\RansomwareProtection\\StorageWrapper"},439274,"*** sensitive parameter replaced ***"]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Wrapper\/CacheWrapper.php","line":128,"function":"insert","class":"OCA\\FilesAutomatedTagging\\CacheWrapper","type":"->","args":["*** sensitive parameter replaced ***",{"mimetype":"application\/pdf","mtime":1556111114,"size":57774,"etag":"1480c3370e5ea3dc5a1ea593a1301c2a","storage_mtime":1556111114,"permissions":27,"parent":3,"checksum":""}]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Wrapper\/CacheWrapper.php","line":128,"function":"insert","class":"OC\\Files\\Cache\\Wrapper\\CacheWrapper","type":"->","args":["*** sensitive parameter replaced ***",{"mimetype":"application\/pdf","mtime":1556111114,"size":57774,"etag":"1480c3370e5ea3dc5a1ea593a1301c2a","storage_mtime":1556111114,"permissions":27,"parent":3,"checksum":""}]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Wrapper\/CacheWrapper.php","line":114,"function":"insert","class":"OC\\Files\\Cache\\Wrapper\\CacheWrapper","type":"->","args":["*** sensitive parameter replaced ***",{"mimetype":"application\/pdf","mtime":1556111114,"size":57774,"etag":"1480c3370e5ea3dc5a1ea593a1301c2a","storage_mtime":1556111114,"permissions":27,"parent":3,"checksum":""}]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Scanner.php","line":292,"function":"put","class":"OC\\Files\\Cache\\Wrapper\\CacheWrapper","type":"->","args":["*** sensitive parameter replaced ***",{"mimetype":"application\/pdf","mtime":1556111114,"size":57774,"etag":"1480c3370e5ea3dc5a1ea593a1301c2a","storage_mtime":1556111114,"permissions":27,"parent":3,"checksum":""}]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Scanner.php","line":221,"function":"addToCache","class":"OC\\Files\\Cache\\Scanner","type":"->","args":["*** sensitive parameter replaced ***",{"mimetype":"application\/pdf","mtime":1556111114,"size":57774,"etag":"1480c3370e5ea3dc5a1ea593a1301c2a","storage_mtime":1556111114,"permissions":27,"parent":3,"checksum":""},-1]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Scanner.php","line":336,"function":"scanFile","class":"OC\\Files\\Cache\\Scanner","type":"->","args":["*** sensitive parameter replaced ***",3,3,false,false]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Updater.php","line":124,"function":"scan","class":"OC\\Files\\Cache\\Scanner","type":"->","args":["*** sensitive parameter replaced ***",false,3,false]},{"file":"\/var\/www\/nextcloud\/apps\/dav\/lib\/Connector\/Sabre\/File.php","line":266,"function":"update","class":"OC\\Files\\Cache\\Updater","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"\/var\/www\/nextcloud\/apps\/dav\/lib\/Connector\/Sabre\/Directory.php","line":156,"function":"put","class":"OCA\\DAV\\Connector\\Sabre\\File","type":"->","args":[null]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":1096,"function":"createFile","class":"OCA\\DAV\\Connector\\Sabre\\Directory","type":"->","args":["RE-190408, Fujitsu All-in-One-PC.pdf",null]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/CorePlugin.php","line":525,"function":"createFile","class":"Sabre\\DAV\\Server","type":"->","args":["RE-190408, Fujitsu All-in-One-PC.pdf",null,null]},{"function":"httpPut","class":"Sabre\\DAV\\CorePlugin","type":"->","args":[{"absoluteUrl":"https:\/\/cloud.domain.tld\/remote.php\/webdav\/RE-190408%2C%20Fujitsu%20All-in-One-PC.pdf","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/event\/lib\/EventEmitterTrait.php","line":105,"function":"call_user_func_array","args":[[{"__class__":"Sabre\\DAV\\CorePlugin"},"httpPut"],[{"absoluteUrl":"https:\/\/cloud.domain.tld\/remote.php\/webdav\/RE-190408%2C%20Fujitsu%20All-in-One-PC.pdf","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":479,"function":"emit","class":"Sabre\\Event\\EventEmitter","type":"->","args":["method:PUT",[{"absoluteUrl":"https:\/\/cloud.domain.tld\/remote.php\/webdav\/RE-190408%2C%20Fujitsu%20All-in-One-PC.pdf","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":254,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->","args":[{"absoluteUrl":"https:\/\/cloud.domain.tld\/remote.php\/webdav\/RE-190408%2C%20Fujitsu%20All-in-One-PC.pdf","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"\/var\/www\/nextcloud\/apps\/dav\/appinfo\/v1\/webdav.php","line":80,"function":"exec","class":"Sabre\\DAV\\Server","type":"->","args":[]},{"file":"\/var\/www\/nextcloud\/remote.php","line":163,"args":["\/var\/www\/nextcloud\/apps\/dav\/appinfo\/v1\/webdav.php"],"function":"require_once"}],"File":"\/var\/www\/nextcloud\/lib\/private\/SystemTag\/SystemTagManager.php","Line":123,"CustomMessage":"--"},"userAgent":"Mozilla\/5.0 (Windows NT 6.0; WOW64; rv:52.0) Gecko\/20100101 Firefox\/52.0","version":"15.0.7.0"} {"reqId":"seYSugzC4qDDwQ9IrTi8","level":3,"time":"April 26, 2019 15:16:27","remoteAddr":"212.186.222.107","user":"SuziQ","app":"PHP","method":"POST","url":"\/index.php\/apps\/issuetemplate\/render","message":"Undefined index: client-detail at \/var\/www\/nextcloud\/apps\/issuetemplate\/lib\/Detail.php#59","userAgent":"Mozilla\/5.0 (X11; Ubuntu; Linux x86_64; rv:66.0) Gecko\/20100101 Firefox\/66.0","version":"15.0.7.0"} {"reqId":"seYSugzC4qDDwQ9IrTi8","level":3,"time":"April 26, 2019 15:16:27","remoteAddr":"212.186.222.107","user":"SuziQ","app":"PHP","method":"POST","url":"\/index.php\/apps\/issuetemplate\/render","message":"Undefined index: client-detail at \/var\/www\/nextcloud\/apps\/issuetemplate\/lib\/Detail.php#59","userAgent":"Mozilla\/5.0 (X11; Ubuntu; Linux x86_64; rv:66.0) Gecko\/20100101 Firefox\/66.0","version":"15.0.7.0"} {"reqId":"seYSugzC4qDDwQ9IrTi8","level":3,"time":"April 26, 2019 15:16:27","remoteAddr":"212.186.222.107","user":"SuziQ","app":"PHP","method":"POST","url":"\/index.php\/apps\/issuetemplate\/render","message":"Undefined index: log-detail at \/var\/www\/nextcloud\/apps\/issuetemplate\/lib\/Detail.php#59","userAgent":"Mozilla\/5.0 (X11; Ubuntu; Linux x86_64; rv:66.0) Gecko\/20100101 Firefox\/66.0","version":"15.0.7.0"} {"reqId":"seYSugzC4qDDwQ9IrTi8","level":3,"time":"April 26, 2019 15:16:27","remoteAddr":"212.186.222.107","user":"SuziQ","app":"PHP","method":"POST","url":"\/index.php\/apps\/issuetemplate\/render","message":"Undefined index: log-detail at \/var\/www\/nextcloud\/apps\/issuetemplate\/lib\/Detail.php#59","userAgent":"Mozilla\/5.0 (X11; Ubuntu; Linux x86_64; rv:66.0) Gecko\/20100101 Firefox\/66.0","version":"15.0.7.0"} {"reqId":"seYSugzC4qDDwQ9IrTi8","level":3,"time":"April 26, 2019 15:16:27","remoteAddr":"212.186.222.107","user":"SuziQ","app":"PHP","method":"POST","url":"\/index.php\/apps\/issuetemplate\/render","message":"Undefined index: log-detail at \/var\/www\/nextcloud\/apps\/issuetemplate\/lib\/Detail.php#59","userAgent":"Mozilla\/5.0 (X11; Ubuntu; Linux x86_64; rv:66.0) Gecko\/20100101 Firefox\/66.0","version":"15.0.7.0"} {"reqId":"aFuU9L66olkUnP9MNCW7","level":3,"time":"April 26, 2019 15:17:09","remoteAddr":"212.186.222.107","user":"SuziQ","app":"PHP","method":"POST","url":"\/index.php\/apps\/issuetemplate\/render","message":"Undefined index: log-detail at \/var\/www\/nextcloud\/apps\/issuetemplate\/lib\/Detail.php#59","userAgent":"Mozilla\/5.0 (X11; Ubuntu; Linux x86_64; rv:66.0) Gecko\/20100101 Firefox\/66.0","version":"15.0.7.0"} {"reqId":"aFuU9L66olkUnP9MNCW7","level":3,"time":"April 26, 2019 15:17:09","remoteAddr":"212.186.222.107","user":"SuziQ","app":"PHP","method":"POST","url":"\/index.php\/apps\/issuetemplate\/render","message":"Undefined index: log-detail at \/var\/www\/nextcloud\/apps\/issuetemplate\/lib\/Detail.php#59","userAgent":"Mozilla\/5.0 (X11; Ubuntu; Linux x86_64; rv:66.0) Gecko\/20100101 Firefox\/66.0","version":"15.0.7.0"} {"reqId":"aFuU9L66olkUnP9MNCW7","level":3,"time":"April 26, 2019 15:17:09","remoteAddr":"212.186.222.107","user":"SuziQ","app":"PHP","method":"POST","url":"\/index.php\/apps\/issuetemplate\/render","message":"Undefined index: log-detail at \/var\/www\/nextcloud\/apps\/issuetemplate\/lib\/Detail.php#59","userAgent":"Mozilla\/5.0 (X11; Ubuntu; Linux x86_64; rv:66.0) Gecko\/20100101 Firefox\/66.0","version":"15.0.7.0"} {"reqId":"1h7ssbjL7EW0B67lCHdY","level":4,"time":"April 29, 2019 16:24:07","remoteAddr":"212.186.222.107","user":"SuziQ","app":"webdav","method":"PUT","url":"\/remote.php\/dav\/files\/SuziQ\/Dokumente\/Politik\/G!LT_2.0\/AGs\/AG-PR\/UAG-Texter\/Organisationshandbuch-AG-Texter-Vorschlag.pdf","message":{"Exception":"OCP\\SystemTag\\TagNotFoundException","Message":"Tag id(s) not found","Code":0,"Trace":[{"file":"\/var\/www\/nextcloud\/lib\/private\/SystemTag\/SystemTagObjectMapper.php","line":250,"function":"getTagsByIds","class":"OC\\SystemTag\\SystemTagManager","type":"->","args":[["11"]]},{"file":"\/var\/www\/nextcloud\/lib\/private\/SystemTag\/SystemTagObjectMapper.php","line":147,"function":"assertTagsExist","class":"OC\\SystemTag\\SystemTagObjectMapper","type":"->","args":[["11"]]},{"file":"\/var\/www\/nextcloud\/apps\/files_automatedtagging\/lib\/Operation.php","line":70,"function":"assignTags","class":"OC\\SystemTag\\SystemTagObjectMapper","type":"->","args":["439731","files",["11"]]},{"file":"\/var\/www\/nextcloud\/apps\/files_automatedtagging\/lib\/CacheWrapper.php","line":65,"function":"checkOperations","class":"OCA\\FilesAutomatedTagging\\Operation","type":"->","args":[{"mountPoint":"\/SuziQ\/","cache":null,"scanner":{"__class__":"OC\\Files\\Cache\\Scanner"},"watcher":null,"propagator":null,"updater":{"__class__":"OC\\Files\\Cache\\Updater"},"__class__":"OCA\\RansomwareProtection\\StorageWrapper"},439731,"*** sensitive parameter replaced ***"]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Wrapper\/CacheWrapper.php","line":128,"function":"insert","class":"OCA\\FilesAutomatedTagging\\CacheWrapper","type":"->","args":["*** sensitive parameter replaced ***",{"mimetype":"application\/pdf","mtime":1556547847,"size":49514,"etag":"2302092110ba5cd694c4e6e089374d10","storage_mtime":1556547847,"permissions":27,"parent":439728,"checksum":""}]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Wrapper\/CacheWrapper.php","line":128,"function":"insert","class":"OC\\Files\\Cache\\Wrapper\\CacheWrapper","type":"->","args":["*** sensitive parameter replaced ***",{"mimetype":"application\/pdf","mtime":1556547847,"size":49514,"etag":"2302092110ba5cd694c4e6e089374d10","storage_mtime":1556547847,"permissions":27,"parent":439728,"checksum":""}]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Wrapper\/CacheWrapper.php","line":114,"function":"insert","class":"OC\\Files\\Cache\\Wrapper\\CacheWrapper","type":"->","args":["*** sensitive parameter replaced ***",{"mimetype":"application\/pdf","mtime":1556547847,"size":49514,"etag":"2302092110ba5cd694c4e6e089374d10","storage_mtime":1556547847,"permissions":27,"parent":439728,"checksum":""}]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Scanner.php","line":292,"function":"put","class":"OC\\Files\\Cache\\Wrapper\\CacheWrapper","type":"->","args":["*** sensitive parameter replaced ***",{"mimetype":"application\/pdf","mtime":1556547847,"size":49514,"etag":"2302092110ba5cd694c4e6e089374d10","storage_mtime":1556547847,"permissions":27,"parent":439728,"checksum":""}]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Scanner.php","line":221,"function":"addToCache","class":"OC\\Files\\Cache\\Scanner","type":"->","args":["*** sensitive parameter replaced ***",{"mimetype":"application\/pdf","mtime":1556547847,"size":49514,"etag":"2302092110ba5cd694c4e6e089374d10","storage_mtime":1556547847,"permissions":27,"parent":439728,"checksum":""},-1]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Scanner.php","line":336,"function":"scanFile","class":"OC\\Files\\Cache\\Scanner","type":"->","args":["*** sensitive parameter replaced ***",3,439728,false,false]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Updater.php","line":124,"function":"scan","class":"OC\\Files\\Cache\\Scanner","type":"->","args":["*** sensitive parameter replaced ***",false,3,false]},{"file":"\/var\/www\/nextcloud\/apps\/dav\/lib\/Connector\/Sabre\/File.php","line":266,"function":"update","class":"OC\\Files\\Cache\\Updater","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"\/var\/www\/nextcloud\/apps\/dav\/lib\/Connector\/Sabre\/Directory.php","line":156,"function":"put","class":"OCA\\DAV\\Connector\\Sabre\\File","type":"->","args":[null]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":1096,"function":"createFile","class":"OCA\\DAV\\Connector\\Sabre\\Directory","type":"->","args":["Organisationshandbuch-AG-Texter-Vorschlag.pdf",null]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/CorePlugin.php","line":525,"function":"createFile","class":"Sabre\\DAV\\Server","type":"->","args":["files\/SuziQ\/Dokumente\/Politik\/G!LT_2.0\/AGs\/AG-PR\/UAG-Texter\/Organisationshandbuch-AG-Texter-Vorschlag.pdf",null,null]},{"function":"httpPut","class":"Sabre\\DAV\\CorePlugin","type":"->","args":[{"absoluteUrl":"https:\/\/cloud.domain.tld\/remote.php\/dav\/files\/SuziQ\/Dokumente\/Politik\/G!LT_2.0\/AGs\/AG-PR\/UAG-Texter\/Organisationshandbuch-AG-Texter-Vorschlag.pdf","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/event\/lib\/EventEmitterTrait.php","line":105,"function":"call_user_func_array","args":[[{"__class__":"Sabre\\DAV\\CorePlugin"},"httpPut"],[{"absoluteUrl":"https:\/\/cloud.domain.tld\/remote.php\/dav\/files\/SuziQ\/Dokumente\/Politik\/G!LT_2.0\/AGs\/AG-PR\/UAG-Texter\/Organisationshandbuch-AG-Texter-Vorschlag.pdf","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":479,"function":"emit","class":"Sabre\\Event\\EventEmitter","type":"->","args":["method:PUT",[{"absoluteUrl":"https:\/\/cloud.domain.tld\/remote.php\/dav\/files\/SuziQ\/Dokumente\/Politik\/G!LT_2.0\/AGs\/AG-PR\/UAG-Texter\/Organisationshandbuch-AG-Texter-Vorschlag.pdf","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":254,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->","args":[{"absoluteUrl":"https:\/\/cloud.domain.tld\/remote.php\/dav\/files\/SuziQ\/Dokumente\/Politik\/G!LT_2.0\/AGs\/AG-PR\/UAG-Texter\/Organisationshandbuch-AG-Texter-Vorschlag.pdf","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"\/var\/www\/nextcloud\/apps\/dav\/lib\/Server.php","line":301,"function":"exec","class":"Sabre\\DAV\\Server","type":"->","args":[]},{"file":"\/var\/www\/nextcloud\/apps\/dav\/appinfo\/v2\/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->","args":[]},{"file":"\/var\/www\/nextcloud\/remote.php","line":163,"args":["\/var\/www\/nextcloud\/apps\/dav\/appinfo\/v2\/remote.php"],"function":"require_once"}],"File":"\/var\/www\/nextcloud\/lib\/private\/SystemTag\/SystemTagManager.php","Line":123,"CustomMessage":"--"},"userAgent":"Mozilla\/5.0 (Linux) mirall\/2.5.2git (Nextcloud)","version":"15.0.7.0"} {"reqId":"FIzSlUlzdbIbOW1yfHDV","level":4,"time":"April 30, 2019 13:01:59","remoteAddr":"212.186.222.107","user":"SuziQ","app":"webdav","method":"PUT","url":"\/remote.php\/dav\/files\/SuziQ\/Dokumente\/Politik\/G!LT_2.0\/Videos\/Herausforderungen%20f%C3%BCr%20G!LT,%20AG-PR-Treffen%20(Maria%20Chlastak).txt.pdf","message":{"Exception":"OCP\\SystemTag\\TagNotFoundException","Message":"Tag id(s) not found","Code":0,"Trace":[{"file":"\/var\/www\/nextcloud\/lib\/private\/SystemTag\/SystemTagObjectMapper.php","line":250,"function":"getTagsByIds","class":"OC\\SystemTag\\SystemTagManager","type":"->","args":[["11"]]},{"file":"\/var\/www\/nextcloud\/lib\/private\/SystemTag\/SystemTagObjectMapper.php","line":147,"function":"assertTagsExist","class":"OC\\SystemTag\\SystemTagObjectMapper","type":"->","args":[["11"]]},{"file":"\/var\/www\/nextcloud\/apps\/files_automatedtagging\/lib\/Operation.php","line":70,"function":"assignTags","class":"OC\\SystemTag\\SystemTagObjectMapper","type":"->","args":["439877","files",["11"]]},{"file":"\/var\/www\/nextcloud\/apps\/files_automatedtagging\/lib\/CacheWrapper.php","line":65,"function":"checkOperations","class":"OCA\\FilesAutomatedTagging\\Operation","type":"->","args":[{"mountPoint":"\/SuziQ\/","cache":null,"scanner":{"__class__":"OC\\Files\\Cache\\Scanner"},"watcher":null,"propagator":null,"updater":{"__class__":"OC\\Files\\Cache\\Updater"},"__class__":"OCA\\RansomwareProtection\\StorageWrapper"},439877,"*** sensitive parameter replaced ***"]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Wrapper\/CacheWrapper.php","line":128,"function":"insert","class":"OCA\\FilesAutomatedTagging\\CacheWrapper","type":"->","args":["*** sensitive parameter replaced ***",{"mimetype":"application\/pdf","mtime":1556622118,"size":25592,"etag":"ae5d3b69cdc31ff3a00bb9db39d3a404","storage_mtime":1556622118,"permissions":27,"parent":437553,"checksum":""}]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Wrapper\/CacheWrapper.php","line":128,"function":"insert","class":"OC\\Files\\Cache\\Wrapper\\CacheWrapper","type":"->","args":["*** sensitive parameter replaced ***",{"mimetype":"application\/pdf","mtime":1556622118,"size":25592,"etag":"ae5d3b69cdc31ff3a00bb9db39d3a404","storage_mtime":1556622118,"permissions":27,"parent":437553,"checksum":""}]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Wrapper\/CacheWrapper.php","line":114,"function":"insert","class":"OC\\Files\\Cache\\Wrapper\\CacheWrapper","type":"->","args":["*** sensitive parameter replaced ***",{"mimetype":"application\/pdf","mtime":1556622118,"size":25592,"etag":"ae5d3b69cdc31ff3a00bb9db39d3a404","storage_mtime":1556622118,"permissions":27,"parent":437553,"checksum":""}]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Scanner.php","line":292,"function":"put","class":"OC\\Files\\Cache\\Wrapper\\CacheWrapper","type":"->","args":["*** sensitive parameter replaced ***",{"mimetype":"application\/pdf","mtime":1556622118,"size":25592,"etag":"ae5d3b69cdc31ff3a00bb9db39d3a404","storage_mtime":1556622118,"permissions":27,"parent":437553,"checksum":""}]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Scanner.php","line":221,"function":"addToCache","class":"OC\\Files\\Cache\\Scanner","type":"->","args":["*** sensitive parameter replaced ***",{"mimetype":"application\/pdf","mtime":1556622118,"size":25592,"etag":"ae5d3b69cdc31ff3a00bb9db39d3a404","storage_mtime":1556622118,"permissions":27,"parent":437553,"checksum":""},-1]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Scanner.php","line":336,"function":"scanFile","class":"OC\\Files\\Cache\\Scanner","type":"->","args":["*** sensitive parameter replaced ***",3,437553,false,false]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Updater.php","line":124,"function":"scan","class":"OC\\Files\\Cache\\Scanner","type":"->","args":["*** sensitive parameter replaced ***",false,3,false]},{"file":"\/var\/www\/nextcloud\/apps\/dav\/lib\/Connector\/Sabre\/File.php","line":266,"function":"update","class":"OC\\Files\\Cache\\Updater","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"\/var\/www\/nextcloud\/apps\/dav\/lib\/Connector\/Sabre\/Directory.php","line":156,"function":"put","class":"OCA\\DAV\\Connector\\Sabre\\File","type":"->","args":[null]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":1096,"function":"createFile","class":"OCA\\DAV\\Connector\\Sabre\\Directory","type":"->","args":["Herausforderungen f\u00fcr G!LT, AG-PR-Treffen (Maria Chlastak).txt.pdf",null]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/CorePlugin.php","line":525,"function":"createFile","class":"Sabre\\DAV\\Server","type":"->","args":["files\/SuziQ\/Dokumente\/Politik\/G!LT_2.0\/Videos\/Herausforderungen f\u00fcr G!LT, AG-PR-Treffen (Maria Chlastak).txt.pdf",null,null]},{"function":"httpPut","class":"Sabre\\DAV\\CorePlugin","type":"->","args":[{"absoluteUrl":"https:\/\/cloud.domain.tld\/remote.php\/dav\/files\/SuziQ\/Dokumente\/Politik\/G!LT_2.0\/Videos\/Herausforderungen%20f%C3%BCr%20G!LT,%20AG-PR-Treffen%20(Maria%20Chlastak).txt.pdf","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/event\/lib\/EventEmitterTrait.php","line":105,"function":"call_user_func_array","args":[[{"__class__":"Sabre\\DAV\\CorePlugin"},"httpPut"],[{"absoluteUrl":"https:\/\/cloud.domain.tld\/remote.php\/dav\/files\/SuziQ\/Dokumente\/Politik\/G!LT_2.0\/Videos\/Herausforderungen%20f%C3%BCr%20G!LT,%20AG-PR-Treffen%20(Maria%20Chlastak).txt.pdf","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":479,"function":"emit","class":"Sabre\\Event\\EventEmitter","type":"->","args":["method:PUT",[{"absoluteUrl":"https:\/\/cloud.domain.tld\/remote.php\/dav\/files\/SuziQ\/Dokumente\/Politik\/G!LT_2.0\/Videos\/Herausforderungen%20f%C3%BCr%20G!LT,%20AG-PR-Treffen%20(Maria%20Chlastak).txt.pdf","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":254,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->","args":[{"absoluteUrl":"https:\/\/cloud.domain.tld\/remote.php\/dav\/files\/SuziQ\/Dokumente\/Politik\/G!LT_2.0\/Videos\/Herausforderungen%20f%C3%BCr%20G!LT,%20AG-PR-Treffen%20(Maria%20Chlastak).txt.pdf","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"\/var\/www\/nextcloud\/apps\/dav\/lib\/Server.php","line":301,"function":"exec","class":"Sabre\\DAV\\Server","type":"->","args":[]},{"file":"\/var\/www\/nextcloud\/apps\/dav\/appinfo\/v2\/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->","args":[]},{"file":"\/var\/www\/nextcloud\/remote.php","line":163,"args":["\/var\/www\/nextcloud\/apps\/dav\/appinfo\/v2\/remote.php"],"function":"require_once"}],"File":"\/var\/www\/nextcloud\/lib\/private\/SystemTag\/SystemTagManager.php","Line":123,"CustomMessage":"--"},"userAgent":"Mozilla\/5.0 (Linux) mirall\/2.5.2git (Nextcloud)","version":"15.0.7.0"} {"reqId":"eozRxTPMyqph9Zi6M6il","level":4,"time":"April 30, 2019 13:22:48","remoteAddr":"212.186.222.107","user":"SuziQ","app":"webdav","method":"PUT","url":"\/remote.php\/dav\/files\/SuziQ\/Dokumente\/Politik\/Demokratie%20allgem.\/Warum%20schweigen%20die%20L%C3%A4mmer,%20Zusammenfassung%20Vortrag%20Dr.R.Mausfeld.pdf","message":{"Exception":"OCP\\SystemTag\\TagNotFoundException","Message":"Tag id(s) not found","Code":0,"Trace":[{"file":"\/var\/www\/nextcloud\/lib\/private\/SystemTag\/SystemTagObjectMapper.php","line":250,"function":"getTagsByIds","class":"OC\\SystemTag\\SystemTagManager","type":"->","args":[["11"]]},{"file":"\/var\/www\/nextcloud\/lib\/private\/SystemTag\/SystemTagObjectMapper.php","line":147,"function":"assertTagsExist","class":"OC\\SystemTag\\SystemTagObjectMapper","type":"->","args":[["11"]]},{"file":"\/var\/www\/nextcloud\/apps\/files_automatedtagging\/lib\/Operation.php","line":70,"function":"assignTags","class":"OC\\SystemTag\\SystemTagObjectMapper","type":"->","args":["439880","files",["11"]]},{"file":"\/var\/www\/nextcloud\/apps\/files_automatedtagging\/lib\/CacheWrapper.php","line":65,"function":"checkOperations","class":"OCA\\FilesAutomatedTagging\\Operation","type":"->","args":[{"mountPoint":"\/SuziQ\/","cache":null,"scanner":{"__class__":"OC\\Files\\Cache\\Scanner"},"watcher":null,"propagator":null,"updater":{"__class__":"OC\\Files\\Cache\\Updater"},"__class__":"OCA\\RansomwareProtection\\StorageWrapper"},439880,"*** sensitive parameter replaced ***"]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Wrapper\/CacheWrapper.php","line":128,"function":"insert","class":"OCA\\FilesAutomatedTagging\\CacheWrapper","type":"->","args":["*** sensitive parameter replaced ***",{"mimetype":"application\/pdf","mtime":1556623367,"size":354332,"etag":"2128b2d4d02d5275dcfe427292647580","storage_mtime":1556623367,"permissions":27,"parent":439879,"checksum":""}]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Wrapper\/CacheWrapper.php","line":128,"function":"insert","class":"OC\\Files\\Cache\\Wrapper\\CacheWrapper","type":"->","args":["*** sensitive parameter replaced ***",{"mimetype":"application\/pdf","mtime":1556623367,"size":354332,"etag":"2128b2d4d02d5275dcfe427292647580","storage_mtime":1556623367,"permissions":27,"parent":439879,"checksum":""}]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Wrapper\/CacheWrapper.php","line":114,"function":"insert","class":"OC\\Files\\Cache\\Wrapper\\CacheWrapper","type":"->","args":["*** sensitive parameter replaced ***",{"mimetype":"application\/pdf","mtime":1556623367,"size":354332,"etag":"2128b2d4d02d5275dcfe427292647580","storage_mtime":1556623367,"permissions":27,"parent":439879,"checksum":""}]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Scanner.php","line":292,"function":"put","class":"OC\\Files\\Cache\\Wrapper\\CacheWrapper","type":"->","args":["*** sensitive parameter replaced ***",{"mimetype":"application\/pdf","mtime":1556623367,"size":354332,"etag":"2128b2d4d02d5275dcfe427292647580","storage_mtime":1556623367,"permissions":27,"parent":439879,"checksum":""}]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Scanner.php","line":221,"function":"addToCache","class":"OC\\Files\\Cache\\Scanner","type":"->","args":["*** sensitive parameter replaced ***",{"mimetype":"application\/pdf","mtime":1556623367,"size":354332,"etag":"2128b2d4d02d5275dcfe427292647580","storage_mtime":1556623367,"permissions":27,"parent":439879,"checksum":""},-1]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Scanner.php","line":336,"function":"scanFile","class":"OC\\Files\\Cache\\Scanner","type":"->","args":["*** sensitive parameter replaced ***",3,439879,false,false]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Updater.php","line":124,"function":"scan","class":"OC\\Files\\Cache\\Scanner","type":"->","args":["*** sensitive parameter replaced ***",false,3,false]},{"file":"\/var\/www\/nextcloud\/apps\/dav\/lib\/Connector\/Sabre\/File.php","line":266,"function":"update","class":"OC\\Files\\Cache\\Updater","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"\/var\/www\/nextcloud\/apps\/dav\/lib\/Connector\/Sabre\/Directory.php","line":156,"function":"put","class":"OCA\\DAV\\Connector\\Sabre\\File","type":"->","args":[null]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":1096,"function":"createFile","class":"OCA\\DAV\\Connector\\Sabre\\Directory","type":"->","args":["Warum schweigen die L\u00e4mmer, Zusammenfassung Vortrag Dr.R.Mausfeld.pdf",null]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/CorePlugin.php","line":525,"function":"createFile","class":"Sabre\\DAV\\Server","type":"->","args":["files\/SuziQ\/Dokumente\/Politik\/Demokratie allgem.\/Warum schweigen die L\u00e4mmer, Zusammenfassung Vortrag Dr.R.Mausfeld.pdf",null,null]},{"function":"httpPut","class":"Sabre\\DAV\\CorePlugin","type":"->","args":[{"absoluteUrl":"https:\/\/cloud.domain.tld\/remote.php\/dav\/files\/SuziQ\/Dokumente\/Politik\/Demokratie%20allgem.\/Warum%20schweigen%20die%20L%C3%A4mmer,%20Zusammenfassung%20Vortrag%20Dr.R.Mausfeld.pdf","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/event\/lib\/EventEmitterTrait.php","line":105,"function":"call_user_func_array","args":[[{"__class__":"Sabre\\DAV\\CorePlugin"},"httpPut"],[{"absoluteUrl":"https:\/\/cloud.domain.tld\/remote.php\/dav\/files\/SuziQ\/Dokumente\/Politik\/Demokratie%20allgem.\/Warum%20schweigen%20die%20L%C3%A4mmer,%20Zusammenfassung%20Vortrag%20Dr.R.Mausfeld.pdf","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":479,"function":"emit","class":"Sabre\\Event\\EventEmitter","type":"->","args":["method:PUT",[{"absoluteUrl":"https:\/\/cloud.domain.tld\/remote.php\/dav\/files\/SuziQ\/Dokumente\/Politik\/Demokratie%20allgem.\/Warum%20schweigen%20die%20L%C3%A4mmer,%20Zusammenfassung%20Vortrag%20Dr.R.Mausfeld.pdf","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":254,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->","args":[{"absoluteUrl":"https:\/\/cloud.domain.tld\/remote.php\/dav\/files\/SuziQ\/Dokumente\/Politik\/Demokratie%20allgem.\/Warum%20schweigen%20die%20L%C3%A4mmer,%20Zusammenfassung%20Vortrag%20Dr.R.Mausfeld.pdf","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"\/var\/www\/nextcloud\/apps\/dav\/lib\/Server.php","line":301,"function":"exec","class":"Sabre\\DAV\\Server","type":"->","args":[]},{"file":"\/var\/www\/nextcloud\/apps\/dav\/appinfo\/v2\/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->","args":[]},{"file":"\/var\/www\/nextcloud\/remote.php","line":163,"args":["\/var\/www\/nextcloud\/apps\/dav\/appinfo\/v2\/remote.php"],"function":"require_once"}],"File":"\/var\/www\/nextcloud\/lib\/private\/SystemTag\/SystemTagManager.php","Line":123,"CustomMessage":"--"},"userAgent":"Mozilla\/5.0 (Linux) mirall\/2.5.2git (Nextcloud)","version":"15.0.7.0"} {"reqId":"5UIi1wMldNiaoIK5RBX0","level":4,"time":"April 30, 2019 15:15:56","remoteAddr":"212.186.222.107","user":"SuziQ","app":"webdav","method":"PUT","url":"\/remote.php\/dav\/files\/SuziQ\/Dokumente\/Politik\/G!LT_2.0\/Videos\/Herausforderungen%20f%C3%BCr%20G!LT,%20GV%20M%C3%A4r-19%20(Maria%20Chlastak).pdf","message":{"Exception":"OCP\\SystemTag\\TagNotFoundException","Message":"Tag id(s) not found","Code":0,"Trace":[{"file":"\/var\/www\/nextcloud\/lib\/private\/SystemTag\/SystemTagObjectMapper.php","line":250,"function":"getTagsByIds","class":"OC\\SystemTag\\SystemTagManager","type":"->","args":[["11"]]},{"file":"\/var\/www\/nextcloud\/lib\/private\/SystemTag\/SystemTagObjectMapper.php","line":147,"function":"assertTagsExist","class":"OC\\SystemTag\\SystemTagObjectMapper","type":"->","args":[["11"]]},{"file":"\/var\/www\/nextcloud\/apps\/files_automatedtagging\/lib\/Operation.php","line":70,"function":"assignTags","class":"OC\\SystemTag\\SystemTagObjectMapper","type":"->","args":["439883","files",["11"]]},{"file":"\/var\/www\/nextcloud\/apps\/files_automatedtagging\/lib\/CacheWrapper.php","line":65,"function":"checkOperations","class":"OCA\\FilesAutomatedTagging\\Operation","type":"->","args":[{"mountPoint":"\/SuziQ\/","cache":null,"scanner":{"__class__":"OC\\Files\\Cache\\Scanner"},"watcher":null,"propagator":null,"updater":{"__class__":"OC\\Files\\Cache\\Updater"},"__class__":"OCA\\RansomwareProtection\\StorageWrapper"},439883,"*** sensitive parameter replaced ***"]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Wrapper\/CacheWrapper.php","line":128,"function":"insert","class":"OCA\\FilesAutomatedTagging\\CacheWrapper","type":"->","args":["*** sensitive parameter replaced ***",{"mimetype":"application\/pdf","mtime":1556630156,"size":22749,"etag":"9160999b87b6c9d2b0fe302916f459de","storage_mtime":1556630156,"permissions":27,"parent":437553,"checksum":""}]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Wrapper\/CacheWrapper.php","line":128,"function":"insert","class":"OC\\Files\\Cache\\Wrapper\\CacheWrapper","type":"->","args":["*** sensitive parameter replaced ***",{"mimetype":"application\/pdf","mtime":1556630156,"size":22749,"etag":"9160999b87b6c9d2b0fe302916f459de","storage_mtime":1556630156,"permissions":27,"parent":437553,"checksum":""}]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Wrapper\/CacheWrapper.php","line":114,"function":"insert","class":"OC\\Files\\Cache\\Wrapper\\CacheWrapper","type":"->","args":["*** sensitive parameter replaced ***",{"mimetype":"application\/pdf","mtime":1556630156,"size":22749,"etag":"9160999b87b6c9d2b0fe302916f459de","storage_mtime":1556630156,"permissions":27,"parent":437553,"checksum":""}]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Scanner.php","line":292,"function":"put","class":"OC\\Files\\Cache\\Wrapper\\CacheWrapper","type":"->","args":["*** sensitive parameter replaced ***",{"mimetype":"application\/pdf","mtime":1556630156,"size":22749,"etag":"9160999b87b6c9d2b0fe302916f459de","storage_mtime":1556630156,"permissions":27,"parent":437553,"checksum":""}]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Scanner.php","line":221,"function":"addToCache","class":"OC\\Files\\Cache\\Scanner","type":"->","args":["*** sensitive parameter replaced ***",{"mimetype":"application\/pdf","mtime":1556630156,"size":22749,"etag":"9160999b87b6c9d2b0fe302916f459de","storage_mtime":1556630156,"permissions":27,"parent":437553,"checksum":""},-1]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Scanner.php","line":336,"function":"scanFile","class":"OC\\Files\\Cache\\Scanner","type":"->","args":["*** sensitive parameter replaced ***",3,437553,false,false]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Updater.php","line":124,"function":"scan","class":"OC\\Files\\Cache\\Scanner","type":"->","args":["*** sensitive parameter replaced ***",false,3,false]},{"file":"\/var\/www\/nextcloud\/apps\/dav\/lib\/Connector\/Sabre\/File.php","line":266,"function":"update","class":"OC\\Files\\Cache\\Updater","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"\/var\/www\/nextcloud\/apps\/dav\/lib\/Connector\/Sabre\/Directory.php","line":156,"function":"put","class":"OCA\\DAV\\Connector\\Sabre\\File","type":"->","args":[null]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":1096,"function":"createFile","class":"OCA\\DAV\\Connector\\Sabre\\Directory","type":"->","args":["Herausforderungen f\u00fcr G!LT, GV M\u00e4r-19 (Maria Chlastak).pdf",null]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/CorePlugin.php","line":525,"function":"createFile","class":"Sabre\\DAV\\Server","type":"->","args":["files\/SuziQ\/Dokumente\/Politik\/G!LT_2.0\/Videos\/Herausforderungen f\u00fcr G!LT, GV M\u00e4r-19 (Maria Chlastak).pdf",null,null]},{"function":"httpPut","class":"Sabre\\DAV\\CorePlugin","type":"->","args":[{"absoluteUrl":"https:\/\/cloud.domain.tld\/remote.php\/dav\/files\/SuziQ\/Dokumente\/Politik\/G!LT_2.0\/Videos\/Herausforderungen%20f%C3%BCr%20G!LT,%20GV%20M%C3%A4r-19%20(Maria%20Chlastak).pdf","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/event\/lib\/EventEmitterTrait.php","line":105,"function":"call_user_func_array","args":[[{"__class__":"Sabre\\DAV\\CorePlugin"},"httpPut"],[{"absoluteUrl":"https:\/\/cloud.domain.tld\/remote.php\/dav\/files\/SuziQ\/Dokumente\/Politik\/G!LT_2.0\/Videos\/Herausforderungen%20f%C3%BCr%20G!LT,%20GV%20M%C3%A4r-19%20(Maria%20Chlastak).pdf","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":479,"function":"emit","class":"Sabre\\Event\\EventEmitter","type":"->","args":["method:PUT",[{"absoluteUrl":"https:\/\/cloud.domain.tld\/remote.php\/dav\/files\/SuziQ\/Dokumente\/Politik\/G!LT_2.0\/Videos\/Herausforderungen%20f%C3%BCr%20G!LT,%20GV%20M%C3%A4r-19%20(Maria%20Chlastak).pdf","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":254,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->","args":[{"absoluteUrl":"https:\/\/cloud.domain.tld\/remote.php\/dav\/files\/SuziQ\/Dokumente\/Politik\/G!LT_2.0\/Videos\/Herausforderungen%20f%C3%BCr%20G!LT,%20GV%20M%C3%A4r-19%20(Maria%20Chlastak).pdf","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"\/var\/www\/nextcloud\/apps\/dav\/lib\/Server.php","line":301,"function":"exec","class":"Sabre\\DAV\\Server","type":"->","args":[]},{"file":"\/var\/www\/nextcloud\/apps\/dav\/appinfo\/v2\/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->","args":[]},{"file":"\/var\/www\/nextcloud\/remote.php","line":163,"args":["\/var\/www\/nextcloud\/apps\/dav\/appinfo\/v2\/remote.php"],"function":"require_once"}],"File":"\/var\/www\/nextcloud\/lib\/private\/SystemTag\/SystemTagManager.php","Line":123,"CustomMessage":"--"},"userAgent":"Mozilla\/5.0 (Linux) mirall\/2.5.2git (Nextcloud)","version":"15.0.7.0"} {"reqId":"CGMdyZox8NgUi1zWwZqO","level":4,"time":"April 30, 2019 15:47:42","remoteAddr":"212.186.222.107","user":"SuziQ","app":"webdav","method":"PUT","url":"\/remote.php\/dav\/files\/SuziQ\/Dokumente\/Politik\/G!LT_2.0\/Videos\/Herausforderungen%20f%C3%BCr%20G!LT,%20GV%20M%C3%A4r-19%20(Maria%20Chlastak).pdf","message":{"Exception":"OCP\\SystemTag\\TagNotFoundException","Message":"Tag id(s) not found","Code":0,"Trace":[{"file":"\/var\/www\/nextcloud\/lib\/private\/SystemTag\/SystemTagObjectMapper.php","line":250,"function":"getTagsByIds","class":"OC\\SystemTag\\SystemTagManager","type":"->","args":[["11"]]},{"file":"\/var\/www\/nextcloud\/lib\/private\/SystemTag\/SystemTagObjectMapper.php","line":147,"function":"assertTagsExist","class":"OC\\SystemTag\\SystemTagObjectMapper","type":"->","args":[["11"]]},{"file":"\/var\/www\/nextcloud\/apps\/files_automatedtagging\/lib\/Operation.php","line":70,"function":"assignTags","class":"OC\\SystemTag\\SystemTagObjectMapper","type":"->","args":["439892","files",["11"]]},{"file":"\/var\/www\/nextcloud\/apps\/files_automatedtagging\/lib\/CacheWrapper.php","line":65,"function":"checkOperations","class":"OCA\\FilesAutomatedTagging\\Operation","type":"->","args":[{"mountPoint":"\/SuziQ\/","cache":null,"scanner":{"__class__":"OC\\Files\\Cache\\Scanner"},"watcher":null,"propagator":null,"updater":{"__class__":"OC\\Files\\Cache\\Updater"},"__class__":"OCA\\RansomwareProtection\\StorageWrapper"},439892,"*** sensitive parameter replaced ***"]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Wrapper\/CacheWrapper.php","line":128,"function":"insert","class":"OCA\\FilesAutomatedTagging\\CacheWrapper","type":"->","args":["*** sensitive parameter replaced ***",{"mimetype":"application\/pdf","mtime":1556632062,"size":23217,"etag":"d13893b09858e6d5d6d4739662ba3d72","storage_mtime":1556632062,"permissions":27,"parent":437553,"checksum":""}]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Wrapper\/CacheWrapper.php","line":128,"function":"insert","class":"OC\\Files\\Cache\\Wrapper\\CacheWrapper","type":"->","args":["*** sensitive parameter replaced ***",{"mimetype":"application\/pdf","mtime":1556632062,"size":23217,"etag":"d13893b09858e6d5d6d4739662ba3d72","storage_mtime":1556632062,"permissions":27,"parent":437553,"checksum":""}]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Wrapper\/CacheWrapper.php","line":114,"function":"insert","class":"OC\\Files\\Cache\\Wrapper\\CacheWrapper","type":"->","args":["*** sensitive parameter replaced ***",{"mimetype":"application\/pdf","mtime":1556632062,"size":23217,"etag":"d13893b09858e6d5d6d4739662ba3d72","storage_mtime":1556632062,"permissions":27,"parent":437553,"checksum":""}]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Scanner.php","line":292,"function":"put","class":"OC\\Files\\Cache\\Wrapper\\CacheWrapper","type":"->","args":["*** sensitive parameter replaced ***",{"mimetype":"application\/pdf","mtime":1556632062,"size":23217,"etag":"d13893b09858e6d5d6d4739662ba3d72","storage_mtime":1556632062,"permissions":27,"parent":437553,"checksum":""}]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Scanner.php","line":221,"function":"addToCache","class":"OC\\Files\\Cache\\Scanner","type":"->","args":["*** sensitive parameter replaced ***",{"mimetype":"application\/pdf","mtime":1556632062,"size":23217,"etag":"d13893b09858e6d5d6d4739662ba3d72","storage_mtime":1556632062,"permissions":27,"parent":437553,"checksum":""},-1]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Scanner.php","line":336,"function":"scanFile","class":"OC\\Files\\Cache\\Scanner","type":"->","args":["*** sensitive parameter replaced ***",3,437553,false,false]},{"file":"\/var\/www\/nextcloud\/lib\/private\/Files\/Cache\/Updater.php","line":124,"function":"scan","class":"OC\\Files\\Cache\\Scanner","type":"->","args":["*** sensitive parameter replaced ***",false,3,false]},{"file":"\/var\/www\/nextcloud\/apps\/dav\/lib\/Connector\/Sabre\/File.php","line":266,"function":"update","class":"OC\\Files\\Cache\\Updater","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"\/var\/www\/nextcloud\/apps\/dav\/lib\/Connector\/Sabre\/Directory.php","line":156,"function":"put","class":"OCA\\DAV\\Connector\\Sabre\\File","type":"->","args":[null]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":1096,"function":"createFile","class":"OCA\\DAV\\Connector\\Sabre\\Directory","type":"->","args":["Herausforderungen f\u00fcr G!LT, GV M\u00e4r-19 (Maria Chlastak).pdf",null]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/CorePlugin.php","line":525,"function":"createFile","class":"Sabre\\DAV\\Server","type":"->","args":["files\/SuziQ\/Dokumente\/Politik\/G!LT_2.0\/Videos\/Herausforderungen f\u00fcr G!LT, GV M\u00e4r-19 (Maria Chlastak).pdf",null,null]},{"function":"httpPut","class":"Sabre\\DAV\\CorePlugin","type":"->","args":[{"absoluteUrl":"https:\/\/cloud.domain.tld\/remote.php\/dav\/files\/SuziQ\/Dokumente\/Politik\/G!LT_2.0\/Videos\/Herausforderungen%20f%C3%BCr%20G!LT,%20GV%20M%C3%A4r-19%20(Maria%20Chlastak).pdf","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/event\/lib\/EventEmitterTrait.php","line":105,"function":"call_user_func_array","args":[[{"__class__":"Sabre\\DAV\\CorePlugin"},"httpPut"],[{"absoluteUrl":"https:\/\/cloud.domain.tld\/remote.php\/dav\/files\/SuziQ\/Dokumente\/Politik\/G!LT_2.0\/Videos\/Herausforderungen%20f%C3%BCr%20G!LT,%20GV%20M%C3%A4r-19%20(Maria%20Chlastak).pdf","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":479,"function":"emit","class":"Sabre\\Event\\EventEmitter","type":"->","args":["method:PUT",[{"absoluteUrl":"https:\/\/cloud.domain.tld\/remote.php\/dav\/files\/SuziQ\/Dokumente\/Politik\/G!LT_2.0\/Videos\/Herausforderungen%20f%C3%BCr%20G!LT,%20GV%20M%C3%A4r-19%20(Maria%20Chlastak).pdf","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":254,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->","args":[{"absoluteUrl":"https:\/\/cloud.domain.tld\/remote.php\/dav\/files\/SuziQ\/Dokumente\/Politik\/G!LT_2.0\/Videos\/Herausforderungen%20f%C3%BCr%20G!LT,%20GV%20M%C3%A4r-19%20(Maria%20Chlastak).pdf","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"\/var\/www\/nextcloud\/apps\/dav\/lib\/Server.php","line":301,"function":"exec","class":"Sabre\\DAV\\Server","type":"->","args":[]},{"file":"\/var\/www\/nextcloud\/apps\/dav\/appinfo\/v2\/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->","args":[]},{"file":"\/var\/www\/nextcloud\/remote.php","line":163,"args":["\/var\/www\/nextcloud\/apps\/dav\/appinfo\/v2\/remote.php"],"function":"require_once"}],"File":"\/var\/www\/nextcloud\/lib\/private\/SystemTag\/SystemTagManager.php","Line":123,"CustomMessage":"--"},"userAgent":"Mozilla\/5.0 (Linux) mirall\/2.5.2git (Nextcloud)","version":"15.0.7.0"} {"reqId":"vW3oW3SXu1IcUJt4Q2Ah","level":3,"time":"May 03, 2019 12:11:01","remoteAddr":"212.186.222.107","user":"SuziQ","app":"no app in context","method":"GET","url":"\/index.php\/apps\/files","message":{"Exception":"Error","Message":"Undefined class constant 'EVENT_LOAD_ADDITIONAL_SCRIPTS_LOGGEDIN'","Code":0,"Trace":[{"file":"\/var\/www\/nextcloud\/lib\/private\/legacy\/app.php","line":261,"function":"require_once"},{"file":"\/var\/www\/nextcloud\/lib\/private\/legacy\/app.php","line":154,"function":"requireAppFile","class":"OC_App","type":"::","args":["files_rightclick"]},{"file":"\/var\/www\/nextcloud\/lib\/private\/legacy\/app.php","line":127,"function":"loadApp","class":"OC_App","type":"::","args":["files_rightclick"]},{"file":"\/var\/www\/nextcloud\/lib\/base.php","line":972,"function":"loadApps","class":"OC_App","type":"::","args":[]},{"file":"\/var\/www\/nextcloud\/index.php","line":42,"function":"handleRequest","class":"OC","type":"::","args":[]}],"File":"\/var\/www\/nextcloud\/apps\/files_rightclick\/appinfo\/app.php","Line":10,"CustomMessage":"--"},"userAgent":"Mozilla\/5.0 (X11; Ubuntu; Linux x86_64; rv:66.0) Gecko\/20100101 Firefox\/66.0","version":"15.0.7.0"} {"reqId":"D8wjDbKbmqJAER8f8HV1","level":3,"time":"May 03, 2019 12:16:07","remoteAddr":"212.186.222.107","user":"SuziQ","app":"no app in context","method":"GET","url":"\/index.php\/apps\/files","message":{"Exception":"Error","Message":"Undefined class constant 'EVENT_LOAD_ADDITIONAL_SCRIPTS_LOGGEDIN'","Code":0,"Trace":[{"file":"\/var\/www\/nextcloud\/lib\/private\/legacy\/app.php","line":261,"function":"require_once"},{"file":"\/var\/www\/nextcloud\/lib\/private\/legacy\/app.php","line":154,"function":"requireAppFile","class":"OC_App","type":"::","args":["files_rightclick"]},{"file":"\/var\/www\/nextcloud\/lib\/private\/legacy\/app.php","line":127,"function":"loadApp","class":"OC_App","type":"::","args":["files_rightclick"]},{"file":"\/var\/www\/nextcloud\/lib\/base.php","line":972,"function":"loadApps","class":"OC_App","type":"::","args":[]},{"file":"\/var\/www\/nextcloud\/index.php","line":42,"function":"handleRequest","class":"OC","type":"::","args":[]}],"File":"\/var\/www\/nextcloud\/apps\/files_rightclick\/appinfo\/app.php","Line":10,"CustomMessage":"--"},"userAgent":"Mozilla\/5.0 (X11; Ubuntu; Linux x86_64; rv:66.0) Gecko\/20100101 Firefox\/66.0","version":"15.0.7.0"} {"reqId":"lZp2OK8n1tOOW08EeiV1","level":3,"time":"May 03, 2019 12:17:56","remoteAddr":"212.186.222.107","user":"SuziQ","app":"no app in context","method":"GET","url":"\/index.php\/apps\/files","message":{"Exception":"Error","Message":"Undefined class constant 'EVENT_LOAD_ADDITIONAL_SCRIPTS_LOGGEDIN'","Code":0,"Trace":[{"file":"\/var\/www\/nextcloud\/lib\/private\/legacy\/app.php","line":261,"function":"require_once"},{"file":"\/var\/www\/nextcloud\/lib\/private\/legacy\/app.php","line":154,"function":"requireAppFile","class":"OC_App","type":"::","args":["files_rightclick"]},{"file":"\/var\/www\/nextcloud\/lib\/private\/legacy\/app.php","line":127,"function":"loadApp","class":"OC_App","type":"::","args":["files_rightclick"]},{"file":"\/var\/www\/nextcloud\/lib\/base.php","line":972,"function":"loadApps","class":"OC_App","type":"::","args":[]},{"file":"\/var\/www\/nextcloud\/index.php","line":42,"function":"handleRequest","class":"OC","type":"::","args":[]}],"File":"\/var\/www\/nextcloud\/apps\/files_rightclick\/appinfo\/app.php","Line":10,"CustomMessage":"--"},"userAgent":"Mozilla\/5.0 (X11; Ubuntu; Linux x86_64; rv:66.0) Gecko\/20100101 Firefox\/66.0","version":"15.0.7.0"} {"reqId":"zkvnhTBzHPElFdRIfwne","level":3,"time":"May 03, 2019 12:32:26","remoteAddr":"212.186.222.107","user":"SuziQ","app":"no app in context","method":"GET","url":"\/index.php\/apps\/files","message":{"Exception":"Error","Message":"Undefined class constant 'EVENT_LOAD_ADDITIONAL_SCRIPTS_LOGGEDIN'","Code":0,"Trace":[{"file":"\/var\/www\/nextcloud\/lib\/private\/legacy\/app.php","line":261,"function":"require_once"},{"file":"\/var\/www\/nextcloud\/lib\/private\/legacy\/app.php","line":154,"function":"requireAppFile","class":"OC_App","type":"::","args":["files_rightclick"]},{"file":"\/var\/www\/nextcloud\/lib\/private\/legacy\/app.php","line":127,"function":"loadApp","class":"OC_App","type":"::","args":["files_rightclick"]},{"file":"\/var\/www\/nextcloud\/lib\/base.php","line":972,"function":"loadApps","class":"OC_App","type":"::","args":[]},{"file":"\/var\/www\/nextcloud\/index.php","line":42,"function":"handleRequest","class":"OC","type":"::","args":[]}],"File":"\/var\/www\/nextcloud\/apps\/files_rightclick\/appinfo\/app.php","Line":10,"CustomMessage":"--"},"userAgent":"Mozilla\/5.0 (X11; Ubuntu; Linux x86_64; rv:66.0) Gecko\/20100101 Firefox\/66.0","version":"15.0.7.0"} {"reqId":"1DeYZq13J6QeTfMl7qVX","level":3,"time":"May 03, 2019 12:46:03","remoteAddr":"212.186.222.107","user":"SuziQ","app":"PHP","method":"POST","url":"\/index.php\/apps\/issuetemplate\/render","message":"Undefined index: client-detail at \/var\/www\/nextcloud\/apps\/issuetemplate\/lib\/Detail.php#59","userAgent":"Mozilla\/5.0 (X11; Ubuntu; Linux x86_64; rv:66.0) Gecko\/20100101 Firefox\/66.0","version":"15.0.7.0"} {"reqId":"1DeYZq13J6QeTfMl7qVX","level":3,"time":"May 03, 2019 12:46:03","remoteAddr":"212.186.222.107","user":"SuziQ","app":"PHP","method":"POST","url":"\/index.php\/apps\/issuetemplate\/render","message":"Undefined index: client-detail at \/var\/www\/nextcloud\/apps\/issuetemplate\/lib\/Detail.php#59","userAgent":"Mozilla\/5.0 (X11; Ubuntu; Linux x86_64; rv:66.0) Gecko\/20100101 Firefox\/66.0","version":"15.0.7.0"} {"reqId":"1DeYZq13J6QeTfMl7qVX","level":3,"time":"May 03, 2019 12:46:03","remoteAddr":"212.186.222.107","user":"SuziQ","app":"PHP","method":"POST","url":"\/index.php\/apps\/issuetemplate\/render","message":"Undefined index: log-detail at \/var\/www\/nextcloud\/apps\/issuetemplate\/lib\/Detail.php#59","userAgent":"Mozilla\/5.0 (X11; Ubuntu; Linux x86_64; rv:66.0) Gecko\/20100101 Firefox\/66.0","version":"15.0.7.0"} {"reqId":"1DeYZq13J6QeTfMl7qVX","level":3,"time":"May 03, 2019 12:46:03","remoteAddr":"212.186.222.107","user":"SuziQ","app":"PHP","method":"POST","url":"\/index.php\/apps\/issuetemplate\/render","message":"Undefined index: log-detail at \/var\/www\/nextcloud\/apps\/issuetemplate\/lib\/Detail.php#59","userAgent":"Mozilla\/5.0 (X11; Ubuntu; Linux x86_64; rv:66.0) Gecko\/20100101 Firefox\/66.0","version":"15.0.7.0"} {"reqId":"1DeYZq13J6QeTfMl7qVX","level":3,"time":"May 03, 2019 12:46:03","remoteAddr":"212.186.222.107","user":"SuziQ","app":"PHP","method":"POST","url":"\/index.php\/apps\/issuetemplate\/render","message":"Undefined index: log-detail at \/var\/www\/nextcloud\/apps\/issuetemplate\/lib\/Detail.php#59","userAgent":"Mozilla\/5.0 (X11; Ubuntu; Linux x86_64; rv:66.0) Gecko\/20100101 Firefox\/66.0","version":"15.0.7.0"} {"reqId":"tf66TAMuEyyGyVL1Q5Ey","level":3,"time":"May 03, 2019 12:46:52","remoteAddr":"212.186.222.107","user":"SuziQ","app":"PHP","method":"POST","url":"\/index.php\/apps\/issuetemplate\/render","message":"Undefined index: log-detail at \/var\/www\/nextcloud\/apps\/issuetemplate\/lib\/Detail.php#59","userAgent":"Mozilla\/5.0 (X11; Ubuntu; Linux x86_64; rv:66.0) Gecko\/20100101 Firefox\/66.0","version":"15.0.7.0"} {"reqId":"tf66TAMuEyyGyVL1Q5Ey","level":3,"time":"May 03, 2019 12:46:52","remoteAddr":"212.186.222.107","user":"SuziQ","app":"PHP","method":"POST","url":"\/index.php\/apps\/issuetemplate\/render","message":"Undefined index: log-detail at \/var\/www\/nextcloud\/apps\/issuetemplate\/lib\/Detail.php#59","userAgent":"Mozilla\/5.0 (X11; Ubuntu; Linux x86_64; rv:66.0) Gecko\/20100101 Firefox\/66.0","version":"15.0.7.0"} {"reqId":"tf66TAMuEyyGyVL1Q5Ey","level":3,"time":"May 03, 2019 12:46:52","remoteAddr":"212.186.222.107","user":"SuziQ","app":"PHP","method":"POST","url":"\/index.php\/apps\/issuetemplate\/render","message":"Undefined index: log-detail at \/var\/www\/nextcloud\/apps\/issuetemplate\/lib\/Detail.php#59","userAgent":"Mozilla\/5.0 (X11; Ubuntu; Linux x86_64; rv:66.0) Gecko\/20100101 Firefox\/66.0","version":"15.0.7.0"} {"reqId":"ULWLTqzFQFtbDUiUX6Ri","level":3,"time":"May 03, 2019 12:48:04","remoteAddr":"212.186.222.107","user":"SuziQ","app":"PHP","method":"POST","url":"\/index.php\/apps\/issuetemplate\/render","message":"Undefined index: log-detail at \/var\/www\/nextcloud\/apps\/issuetemplate\/lib\/Detail.php#59","userAgent":"Mozilla\/5.0 (X11; Ubuntu; Linux x86_64; rv:66.0) Gecko\/20100101 Firefox\/66.0","version":"15.0.7.0"} {"reqId":"ULWLTqzFQFtbDUiUX6Ri","level":3,"time":"May 03, 2019 12:48:04","remoteAddr":"212.186.222.107","user":"SuziQ","app":"PHP","method":"POST","url":"\/index.php\/apps\/issuetemplate\/render","message":"Undefined index: log-detail at \/var\/www\/nextcloud\/apps\/issuetemplate\/lib\/Detail.php#59","userAgent":"Mozilla\/5.0 (X11; Ubuntu; Linux x86_64; rv:66.0) Gecko\/20100101 Firefox\/66.0","version":"15.0.7.0"} {"reqId":"ULWLTqzFQFtbDUiUX6Ri","level":3,"time":"May 03, 2019 12:48:04","remoteAddr":"212.186.222.107","user":"SuziQ","app":"PHP","method":"POST","url":"\/index.php\/apps\/issuetemplate\/render","message":"Undefined index: log-detail at \/var\/www\/nextcloud\/apps\/issuetemplate\/lib\/Detail.php#59","userAgent":"Mozilla\/5.0 (X11; Ubuntu; Linux x86_64; rv:66.0) Gecko\/20100101 Firefox\/66.0","version":"15.0.7.0"} {"reqId":"JsuObs1YvuUd4oWsqme5","level":3,"time":"May 03, 2019 12:48:04","remoteAddr":"212.186.222.107","user":"SuziQ","app":"PHP","method":"POST","url":"\/index.php\/apps\/issuetemplate\/render","message":"Undefined index: log-detail at \/var\/www\/nextcloud\/apps\/issuetemplate\/lib\/Detail.php#59","userAgent":"Mozilla\/5.0 (X11; Ubuntu; Linux x86_64; rv:66.0) Gecko\/20100101 Firefox\/66.0","version":"15.0.7.0"} {"reqId":"JsuObs1YvuUd4oWsqme5","level":3,"time":"May 03, 2019 12:48:04","remoteAddr":"212.186.222.107","user":"SuziQ","app":"PHP","method":"POST","url":"\/index.php\/apps\/issuetemplate\/render","message":"Undefined index: log-detail at \/var\/www\/nextcloud\/apps\/issuetemplate\/lib\/Detail.php#59","userAgent":"Mozilla\/5.0 (X11; Ubuntu; Linux x86_64; rv:66.0) Gecko\/20100101 Firefox\/66.0","version":"15.0.7.0"} {"reqId":"JsuObs1YvuUd4oWsqme5","level":3,"time":"May 03, 2019 12:48:04","remoteAddr":"212.186.222.107","user":"SuziQ","app":"PHP","method":"POST","url":"\/index.php\/apps\/issuetemplate\/render","message":"Undefined index: log-detail at \/var\/www\/nextcloud\/apps\/issuetemplate\/lib\/Detail.php#59","userAgent":"Mozilla\/5.0 (X11; Ubuntu; Linux x86_64; rv:66.0) Gecko\/20100101 Firefox\/66.0","version":"15.0.7.0"} ```
Browser log Insert your browser log here, this could for example include: a) The javascript console log b) The network log c) ...
SuziQ407 commented 5 years ago

Just tested: There's no issue with app version 0.13, everything works fine, right click menu appears on files pages :-))

michag86 commented 5 years ago

I have the same problem with 0.15.1 when I try to download and enable the app. 0.13.0 is working.

I'm using Nextcloud 15.0.11

This is logged, while download/enable: {"reqId":"d9i9wBWoKhfkQHqmpfA8","level":3,"time":"2019-08-21T22:41:32+02:00","remoteAddr":"2001:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx","user":"cloudadmin","app":"no app in context","method":"GET","url":"\/nextcloud\/apps\/files","message":{"Exception":"Error","Message":"Undefined class constant 'EVENT_LOAD_ADDITIONAL_SCRIPTS_LOGGEDIN'","Code":0,"Trace":[{"file":"\/var\/www\/html\/nextcloud\/lib\/private\/legacy\/app.php","line":261,"function":"require_once"},{"file":"\/var\/www\/html\/nextcloud\/lib\/private\/legacy\/app.php","line":154,"function":"requireAppFile","class":"OC_App","type":"::","args":["files_rightclick"]},{"file":"\/var\/www\/html\/nextcloud\/lib\/private\/legacy\/app.php","line":127,"function":"loadApp","class":"OC_App","type":"::","args":["files_rightclick"]},{"file":"\/var\/www\/html\/nextcloud\/lib\/base.php","line":972,"function":"loadApps","class":"OC_App","type":"::","args":[]},{"file":"\/var\/www\/html\/nextcloud\/index.php","line":42,"function":"handleRequest","class":"OC","type":"::","args":[]}],"File":"\/var\/www\/html\/nextcloud\/apps\/files_rightclick\/appinfo\/app.php","Line":10,"CustomMessage":"--"},"userAgent":"Mozilla\/5.0 (X11; Ubuntu; Linux x86_64; rv:68.0) Gecko\/20100101 Firefox\/68.0","version":"15.0.11.1"}

yo8aiv commented 5 years ago

hi. i have same issue here Nextcloud 15.0.7