-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Description
How to use GitHub
- Please use the 👍 reaction to show that you are affected by the same issue.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
Steps to reproduce
- Upgrade to NC 20
- Login
- Click help
Expected behaviour
Tell us what should happen
The help page should be the full page
Actual behaviour
Tell us what happens instead

Not the full page
Server configuration
I have Dark Mode enabled
Operating system:
Ubuntu 20.04
Web server:
Apache2
Database:
Mysql
PHP version:
Php 7.4
Nextcloud version: (see Nextcloud admin page)
20.0.0
Updated from an older Nextcloud/ownCloud or fresh install:
Updated
Where did you install Nextcloud from:
19
Signing status:
Signing status
Login as admin user into your Nextcloud and access
http://example.com/index.php/settings/integrity/failed
paste the results here.
No errors have been found.
List of activated apps:
App list
If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your Nextcloud installation folder
PHP Warning: Module 'pdlib' already loaded in Unknown on line 0
Enabled:
- accessibility: 1.6.0
- activity: 2.13.1
- announcementcenter: 4.0.0
- appointments: 1.7.7
- bruteforcesettings: 2.0.1
- calendar: 2.1.2
- circles: 0.20.2
- cloud_federation_api: 1.3.0
- collectives: 0.2.1
- comments: 1.10.0
- contacts: 3.4.0
- contactsinteraction: 1.1.0
- dashboard: 7.0.0
- data_request: 1.7.0
- dav: 1.16.0
- deck: 1.1.0
- event_update_notification: 1.1.0
- extract: 1.2.4
- federatedfilesharing: 1.10.1
- federation: 1.10.1
- files: 1.15.0
- files_accesscontrol: 1.10.0
- files_antivirus: 3.0.0
- files_automatedtagging: 1.10.0
- files_downloadactivity: 1.9.0
- files_external: 1.11.1
- files_pdfviewer: 2.0.1
- files_rightclick: 0.17.0
- files_sharing: 1.12.0
- files_trashbin: 1.10.1
- files_versions: 1.13.0
- files_videoplayer: 1.9.0
- flow_notifications: 1.0.1
- flowupload: 1.0.0
- forms: 2.0.4
- groupfolders: 8.0.0
- impersonate: 1.7.0
- integration_github: 0.0.5
- integration_twitter: 0.0.3
- logreader: 2.5.0
- lookup_server_connector: 1.8.0
- maps: 0.1.8
- metadata: 0.12.0
- news: 15.0.2
- nextcloud_announcements: 1.9.0
- notifications: 2.8.0
- oauth2: 1.8.0
- ocdownloader: 1.7.8
- password_policy: 1.10.1
- photos: 1.2.0
- privacy: 1.4.0
- provisioning_api: 1.10.0
- quota_warning: 1.9.0
- rainloop: 7.0.3
- ransomware_protection: 1.8.0
- recommendations: 0.8.0
- richdocuments: 3.7.4
- richdocumentscode: 4.2.800
- serverinfo: 1.10.0
- settings: 1.2.0
- sharebymail: 1.10.0
- sharepoint: 1.8.0
- side_menu: 1.16.0
- socialsharing_email: 2.1.0
- socialsharing_twitter: 2.1.0
- spreed: 10.0.0
- survey_client: 1.8.0
- systemtags: 1.10.0
- talk_simple_poll: 1.2.0
- tasks: 0.13.3
- terms_of_service: 1.6.0
- text: 3.1.0
- theming: 1.11.0
- twofactor_backupcodes: 1.9.0
- twofactor_nextcloud_notification: 3.0.0
- updatenotification: 1.10.0
- user_ldap: 1.10.2
- user_status: 1.0.0
- viewer: 1.4.0
- weather_status: 1.0.0
- workflow_pdf_converter: 1.5.0
- workflow_script: 1.5.0
- workflowengine: 2.2.0
Disabled:
- admin_audit
- encryption
- facerecognition
- firstrunwizard
- geoblocker
- limit_login_to_ip
- polls
- printer
- ransomware_detection
- support
- unsplash
- w2g2
Nextcloud configuration:
Config report
If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your Nextcloud installation folder
or
Insert your config.php content here.
Make sure to remove all sensitive content such as passwords. (e.g. database password, passwordsalt, secret, smtp password, …)
PHP Warning: Module 'pdlib' already loaded in Unknown on line 0
{
"system": {
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"cloud.sturtz.ml"
],
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"htaccess.RewriteBase": "\/",
"dbtype": "mysql",
"version": "20.0.0.9",
"overwrite.cli.url": "https:\/\/cloud.sturtz.ml",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbport": "",
"dbtableprefix": "SC_",
"mysql.utf8mb4": true,
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"instanceid": "***REMOVED SENSITIVE VALUE***",
"mail_smtpmode": "sendmail",
"mail_sendmailmode": "smtp",
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"maintenance": false,
"ldapIgnoreNamingRules": false,
"ldapProviderFactory": "OCA\\User_LDAP\\LDAPProviderFactory",
"user_sql.db.database": "cloud",
"user_sql.db.hostname": "localhost",
"user_sql.db.password": "password",
"user_sql.db.username": "cloud",
"loglevel": 2,
"app_install_overwrite": [
"circles",
"flowupload",
"extract",
"ocdownloader"
]
}
}
Are you using external storage, if yes which one: local/smb/sftp/...
local
Are you using encryption: yes/no
no
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
I want to but don't know how to
LDAP configuration (delete this part if not used)
LDAP config
PHP Warning: Module 'pdlib' already loaded in Unknown on line 0 +-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Configuration | s03 | +-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | hasMemberOfFilterSupport | 0 | | homeFolderNamingRule | | | lastJpegPhotoLookup | 0 | | ldapAgentName | cn=admin,dc=sturtz,dc=ml | | ldapAgentPassword | *** | | ldapAttributesForGroupSearch | | | ldapAttributesForUserSearch | | | ldapBackupHost | sturtz.ml | | ldapBackupPort | 389 | | ldapBase | dc=sturtz,dc=ml | | ldapBaseGroups | dc=sturtz,dc=ml | | ldapBaseUsers | dc=sturtz,dc=ml | | ldapCacheTTL | 600 | | ldapConfigurationActive | 1 | | ldapDefaultPPolicyDN | | | ldapDynamicGroupMemberURL | | | ldapEmailAttribute | | | ldapExperiencedAdmin | 0 | | ldapExpertUUIDGroupAttr | | | ldapExpertUUIDUserAttr | | | ldapExpertUsernameAttr | | | ldapExtStorageHomeAttribute | | | ldapGidNumber | gidNumber | | ldapGroupDisplayName | cn | | ldapGroupFilter | (&(|(objectclass=dcObject)(objectclass=organization)(objectclass=organizationalRole)(objectclass=simpleSecurityObject)(objectclass=top))) | | ldapGroupFilterGroups | | | ldapGroupFilterMode | 1 | | ldapGroupFilterObjectclass | dcObject;organization;organizationalRole;simpleSecurityObject;top | | ldapGroupMemberAssocAttr | memberUid | | ldapHost | sturtz.ml | | ldapIgnoreNamingRules | | | ldapLoginFilter | (&(&(|(objectclass=dcObject)(objectclass=organization)(objectclass=organizationalRole)(objectclass=simpleSecurityObject)(objectclass=top)))(|(|(mailPrimaryAddress=%uid)(mail=%uid))(|(o=%uid)))) | | ldapLoginFilterAttributes | o | | ldapLoginFilterEmail | 1 | | ldapLoginFilterMode | 0 | | ldapLoginFilterUsername | 1 | | ldapMatchingRuleInChainState | unknown | | ldapNestedGroups | 0 | | ldapOverrideMainServer | | | ldapPagingSize | 500 | | ldapPort | 389 | | ldapQuotaAttribute | | | ldapQuotaDefault | | | ldapTLS | 0 | | ldapUserAvatarRule | default | | ldapUserDisplayName | cn | | ldapUserDisplayName2 | | | ldapUserFilter | (&(|(objectclass=dcObject)(objectclass=organization)(objectclass=organizationalRole)(objectclass=simpleSecurityObject)(objectclass=top))) | | ldapUserFilterGroups | | | ldapUserFilterMode | 0 | | ldapUserFilterObjectclass | | | ldapUuidGroupAttribute | auto | | ldapUuidUserAttribute | auto | | turnOffCertCheck | 1 | | turnOnPasswordChange | 1 | | useMemberOfToDetectMembership | 1 | +-------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- ``` With access to your command line run e.g.: sudo -u www-data php occ ldap:show-config from within your Nextcloud installation folderWithout access to your command line download the data/owncloud.db to your local
computer or access your SQL server remotely and run the select query:
SELECT * FROM oc_appconfig WHERE appid = 'user_ldap';
Eventually replace sensitive data as the name/IP-address of your LDAP server or groups.
</details>
### Client configuration
**Browser:**
Firefox and Chrome and Safari
**Operating system:**
Mac
### Logs
<!--- Reports without logs might be closed as unqualified reports! -->
#### Web server error log
<details>
<summary>Web server error log</summary>
Last 10 lines
[Tue Oct 06 13:50:29.033762 2020] [fcgid:warn] [pid 569691] [client 192.168.1.6:51995] mod_fcgid: stderr: {"reqId":"X3y8beQPP@4c-ixlrON5owAAAAg","level":3,"time":"2020-10-06T18:50:24+00:00","remoteAddr":"192.168.1.6","user":"admin","app":"files_antivirus","method":"POST","url":"/apps/flowupload/upload","message":{"Exception":"RuntimeException","Message":"The antivirus executable could not be found at /usr/bin/clamscan","Code":0,"Trace":[{"function":"__construct","class":"OCA\\Files_Antivirus\\Scanner\\LocalClam","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/Utility/SimpleContainer.php","line":101,"function":"newInstanceArgs","class":"ReflectionClass","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/Utility/SimpleContainer.php","line":109,"function":"buildClass","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/Utility/SimpleContainer.php","line":126,"function":"resolve","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/DependencyInjection/DIContainer.php","line":455,"function":"query","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"file":"/home/cloud/public_html/lib/private/ServerContainer.php","line":140,"function":"queryNoFallback","class":"OC\\AppFramework\\DependencyInjection\\DIContainer","type":"->"},{"file":"/home/cloud/public_html/apps/files_antivirus/lib/Scanner/ScannerFactory.php","line":45,"function":"query","class":"OC\\ServerContainer","type":"->"},{"file":"/home/cloud/public_html/apps/files_antivirus/lib/AvirWrapper.php","line":107,"function":"getScanner","class":"OCA\\Files_Antivirus\\Scanner\\ScannerFactory","type":"->"},{"file":"/home/cloud/public_html/apps/files_antivirus/lib/AvirWrapper.php","line":85,"function":"wrapSteam","class":"OCA\\Files_Antivirus\\AvirWrapper","type":"->"},{"file":"/home/cloud/public_html/lib/private/Files/Storage/Wrapper/Wrapper.php","line":300,"function":"fopen","class":"OCA\\Files_Antivirus\\AvirWrapper","type":"->"},{"file":"/home/cloud/public_html/apps/files_accesscontrol/lib/StorageWrapper.php","line":325,"function":"fopen","class":"OC\\Files\\Storage\\Wrapper\\Wrapper","type":"->"},{"file":"/home/cloud/public_html/apps/terms_of_service/lib/Filesystem/StorageWrapper.php","line":82,"function":"fopen","class":"OCA\\FilesAccessControl\\StorageWrapper","type":"->"},{"file":"/home/cloud/public_html/apps/ransomware_protection/lib/StorageWrapper.php","line":317,"function":"fopen","class":"OCA\\TermsOfService\\Filesystem\\StorageWrapper","type":"->"},{"file":"/home/cloud/public_html/lib/private/Files/View.php","line":1159,"function":"fopen","class":"OCA\\RansomwareProtection\\StorageWrapper","type":"->"},{"file":"/home/cloud/public_html/lib/private/Files/View.php","line":995,"function":"basicOperation","class":"OC\\Files\\View","type":"->"},{"file":"/home/cloud/public_html/lib/private/Files/Filesystem.php","line":736,"function":"fopen","class":"OC\\Files\\View","type":"->"},{"file":"/home/cloud/public_html/apps/flowupload/lib/Service/Flow/File.php","line":149,"function":"fopen","class":"OC\\Files\\Filesystem","type":"::"},{"file":"/home/cloud/public_html/apps/flowupload/lib/Controller/UploadController.php","line":101,"function":"save","class":"OCA\\flowupload\\Service\\Flow\\File","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/Http/Dispatcher.php","line":169,"function":"upload","class":"OCA\\flowupload\\Controller\\UploadController","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/Http/Dispatcher.php","line":100,"function":"executeController","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/App.php","line":152,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->"},{"file":"/home/cloud/public_html/lib/private/Route/Router.php","line":308,"function":"main","class":"OC\\AppFramework\\App","type":"::"},{"file":"/home/cloud/public_html/lib/base.php","line":1009,"function":"match","class":"OC\\Route\\Router","type":"->"},{"file":"/home/cloud/public_html/index.php","line":37,"function":"handleRequest","class":"OC","type":"::"}],"File":"/home/cloud/public_html/apps/files_antivirus/lib/Scanner/LocalClam.php","Line":43,"CustomMessage":"--"},"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36","version":"20.0.0.9"}
[Tue Oct 06 13:50:31.168312 2020] [fcgid:warn] [pid 562535] [client 192.168.1.6:52049] mod_fcgid: stderr: {"reqId":"X3y8cJGR8h@R49Pj3eVo6AAAABE","level":3,"time":"2020-10-06T18:50:27+00:00","remoteAddr":"192.168.1.6","user":"admin","app":"files_antivirus","method":"POST","url":"/apps/flowupload/upload","message":{"Exception":"RuntimeException","Message":"The antivirus executable could not be found at /usr/bin/clamscan","Code":0,"Trace":[{"function":"__construct","class":"OCA\\Files_Antivirus\\Scanner\\LocalClam","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/Utility/SimpleContainer.php","line":101,"function":"newInstanceArgs","class":"ReflectionClass","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/Utility/SimpleContainer.php","line":109,"function":"buildClass","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/Utility/SimpleContainer.php","line":126,"function":"resolve","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/DependencyInjection/DIContainer.php","line":455,"function":"query","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"file":"/home/cloud/public_html/lib/private/ServerContainer.php","line":140,"function":"queryNoFallback","class":"OC\\AppFramework\\DependencyInjection\\DIContainer","type":"->"},{"file":"/home/cloud/public_html/apps/files_antivirus/lib/Scanner/ScannerFactory.php","line":45,"function":"query","class":"OC\\ServerContainer","type":"->"},{"file":"/home/cloud/public_html/apps/files_antivirus/lib/AvirWrapper.php","line":107,"function":"getScanner","class":"OCA\\Files_Antivirus\\Scanner\\ScannerFactory","type":"->"},{"file":"/home/cloud/public_html/apps/files_antivirus/lib/AvirWrapper.php","line":85,"function":"wrapSteam","class":"OCA\\Files_Antivirus\\AvirWrapper","type":"->"},{"file":"/home/cloud/public_html/lib/private/Files/Storage/Wrapper/Wrapper.php","line":300,"function":"fopen","class":"OCA\\Files_Antivirus\\AvirWrapper","type":"->"},{"file":"/home/cloud/public_html/apps/files_accesscontrol/lib/StorageWrapper.php","line":325,"function":"fopen","class":"OC\\Files\\Storage\\Wrapper\\Wrapper","type":"->"},{"file":"/home/cloud/public_html/apps/terms_of_service/lib/Filesystem/StorageWrapper.php","line":82,"function":"fopen","class":"OCA\\FilesAccessControl\\StorageWrapper","type":"->"},{"file":"/home/cloud/public_html/apps/ransomware_protection/lib/StorageWrapper.php","line":317,"function":"fopen","class":"OCA\\TermsOfService\\Filesystem\\StorageWrapper","type":"->"},{"file":"/home/cloud/public_html/lib/private/Files/View.php","line":1159,"function":"fopen","class":"OCA\\RansomwareProtection\\StorageWrapper","type":"->"},{"file":"/home/cloud/public_html/lib/private/Files/View.php","line":995,"function":"basicOperation","class":"OC\\Files\\View","type":"->"},{"file":"/home/cloud/public_html/lib/private/Files/Filesystem.php","line":736,"function":"fopen","class":"OC\\Files\\View","type":"->"},{"file":"/home/cloud/public_html/apps/flowupload/lib/Service/Flow/File.php","line":149,"function":"fopen","class":"OC\\Files\\Filesystem","type":"::"},{"file":"/home/cloud/public_html/apps/flowupload/lib/Controller/UploadController.php","line":101,"function":"save","class":"OCA\\flowupload\\Service\\Flow\\File","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/Http/Dispatcher.php","line":169,"function":"upload","class":"OCA\\flowupload\\Controller\\UploadController","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/Http/Dispatcher.php","line":100,"function":"executeController","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/App.php","line":152,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->"},{"file":"/home/cloud/public_html/lib/private/Route/Router.php","line":308,"function":"main","class":"OC\\AppFramework\\App","type":"::"},{"file":"/home/cloud/public_html/lib/base.php","line":1009,"function":"match","class":"OC\\Route\\Router","type":"->"},{"file":"/home/cloud/public_html/index.php","line":37,"function":"handleRequest","class":"OC","type":"::"}],"File":"/home/cloud/public_html/apps/files_antivirus/lib/Scanner/LocalClam.php","Line":43,"CustomMessage":"--"},"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36","version":"20.0.0.9"}
[Tue Oct 06 13:50:35.685884 2020] [fcgid:warn] [pid 534055] [client 192.168.1.6:51822] mod_fcgid: stderr: {"reqId":"X3y8crnOSWRWQhEgzmHzyAAAAA8","level":3,"time":"2020-10-06T18:50:31+00:00","remoteAddr":"192.168.1.6","user":"admin","app":"files_antivirus","method":"POST","url":"/apps/flowupload/upload","message":{"Exception":"RuntimeException","Message":"The antivirus executable could not be found at /usr/bin/clamscan","Code":0,"Trace":[{"function":"__construct","class":"OCA\\Files_Antivirus\\Scanner\\LocalClam","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/Utility/SimpleContainer.php","line":101,"function":"newInstanceArgs","class":"ReflectionClass","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/Utility/SimpleContainer.php","line":109,"function":"buildClass","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/Utility/SimpleContainer.php","line":126,"function":"resolve","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/DependencyInjection/DIContainer.php","line":455,"function":"query","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"file":"/home/cloud/public_html/lib/private/ServerContainer.php","line":140,"function":"queryNoFallback","class":"OC\\AppFramework\\DependencyInjection\\DIContainer","type":"->"},{"file":"/home/cloud/public_html/apps/files_antivirus/lib/Scanner/ScannerFactory.php","line":45,"function":"query","class":"OC\\ServerContainer","type":"->"},{"file":"/home/cloud/public_html/apps/files_antivirus/lib/AvirWrapper.php","line":107,"function":"getScanner","class":"OCA\\Files_Antivirus\\Scanner\\ScannerFactory","type":"->"},{"file":"/home/cloud/public_html/apps/files_antivirus/lib/AvirWrapper.php","line":85,"function":"wrapSteam","class":"OCA\\Files_Antivirus\\AvirWrapper","type":"->"},{"file":"/home/cloud/public_html/lib/private/Files/Storage/Wrapper/Wrapper.php","line":300,"function":"fopen","class":"OCA\\Files_Antivirus\\AvirWrapper","type":"->"},{"file":"/home/cloud/public_html/apps/files_accesscontrol/lib/StorageWrapper.php","line":325,"function":"fopen","class":"OC\\Files\\Storage\\Wrapper\\Wrapper","type":"->"},{"file":"/home/cloud/public_html/apps/terms_of_service/lib/Filesystem/StorageWrapper.php","line":82,"function":"fopen","class":"OCA\\FilesAccessControl\\StorageWrapper","type":"->"},{"file":"/home/cloud/public_html/apps/ransomware_protection/lib/StorageWrapper.php","line":317,"function":"fopen","class":"OCA\\TermsOfService\\Filesystem\\StorageWrapper","type":"->"},{"file":"/home/cloud/public_html/lib/private/Files/View.php","line":1159,"function":"fopen","class":"OCA\\RansomwareProtection\\StorageWrapper","type":"->"},{"file":"/home/cloud/public_html/lib/private/Files/View.php","line":995,"function":"basicOperation","class":"OC\\Files\\View","type":"->"},{"file":"/home/cloud/public_html/lib/private/Files/Filesystem.php","line":736,"function":"fopen","class":"OC\\Files\\View","type":"->"},{"file":"/home/cloud/public_html/apps/flowupload/lib/Service/Flow/File.php","line":149,"function":"fopen","class":"OC\\Files\\Filesystem","type":"::"},{"file":"/home/cloud/public_html/apps/flowupload/lib/Controller/UploadController.php","line":101,"function":"save","class":"OCA\\flowupload\\Service\\Flow\\File","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/Http/Dispatcher.php","line":169,"function":"upload","class":"OCA\\flowupload\\Controller\\UploadController","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/Http/Dispatcher.php","line":100,"function":"executeController","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/App.php","line":152,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->"},{"file":"/home/cloud/public_html/lib/private/Route/Router.php","line":308,"function":"main","class":"OC\\AppFramework\\App","type":"::"},{"file":"/home/cloud/public_html/lib/base.php","line":1009,"function":"match","class":"OC\\Route\\Router","type":"->"},{"file":"/home/cloud/public_html/index.php","line":37,"function":"handleRequest","class":"OC","type":"::"}],"File":"/home/cloud/public_html/apps/files_antivirus/lib/Scanner/LocalClam.php","Line":43,"CustomMessage":"--"},"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36","version":"20.0.0.9"}
[Tue Oct 06 13:50:36.513694 2020] [fcgid:warn] [pid 558916] [client 192.168.1.6:51841] mod_fcgid: stderr: {"reqId":"X3y8dJvKUPbi1q3hRiTnewAAAAo","level":3,"time":"2020-10-06T18:50:32+00:00","remoteAddr":"192.168.1.6","user":"admin","app":"files_antivirus","method":"POST","url":"/apps/flowupload/upload","message":{"Exception":"RuntimeException","Message":"The antivirus executable could not be found at /usr/bin/clamscan","Code":0,"Trace":[{"function":"__construct","class":"OCA\\Files_Antivirus\\Scanner\\LocalClam","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/Utility/SimpleContainer.php","line":101,"function":"newInstanceArgs","class":"ReflectionClass","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/Utility/SimpleContainer.php","line":109,"function":"buildClass","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/Utility/SimpleContainer.php","line":126,"function":"resolve","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/DependencyInjection/DIContainer.php","line":455,"function":"query","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"file":"/home/cloud/public_html/lib/private/ServerContainer.php","line":140,"function":"queryNoFallback","class":"OC\\AppFramework\\DependencyInjection\\DIContainer","type":"->"},{"file":"/home/cloud/public_html/apps/files_antivirus/lib/Scanner/ScannerFactory.php","line":45,"function":"query","class":"OC\\ServerContainer","type":"->"},{"file":"/home/cloud/public_html/apps/files_antivirus/lib/AvirWrapper.php","line":107,"function":"getScanner","class":"OCA\\Files_Antivirus\\Scanner\\ScannerFactory","type":"->"},{"file":"/home/cloud/public_html/apps/files_antivirus/lib/AvirWrapper.php","line":85,"function":"wrapSteam","class":"OCA\\Files_Antivirus\\AvirWrapper","type":"->"},{"file":"/home/cloud/public_html/lib/private/Files/Storage/Wrapper/Wrapper.php","line":300,"function":"fopen","class":"OCA\\Files_Antivirus\\AvirWrapper","type":"->"},{"file":"/home/cloud/public_html/apps/files_accesscontrol/lib/StorageWrapper.php","line":325,"function":"fopen","class":"OC\\Files\\Storage\\Wrapper\\Wrapper","type":"->"},{"file":"/home/cloud/public_html/apps/terms_of_service/lib/Filesystem/StorageWrapper.php","line":82,"function":"fopen","class":"OCA\\FilesAccessControl\\StorageWrapper","type":"->"},{"file":"/home/cloud/public_html/apps/ransomware_protection/lib/StorageWrapper.php","line":317,"function":"fopen","class":"OCA\\TermsOfService\\Filesystem\\StorageWrapper","type":"->"},{"file":"/home/cloud/public_html/lib/private/Files/View.php","line":1159,"function":"fopen","class":"OCA\\RansomwareProtection\\StorageWrapper","type":"->"},{"file":"/home/cloud/public_html/lib/private/Files/View.php","line":995,"function":"basicOperation","class":"OC\\Files\\View","type":"->"},{"file":"/home/cloud/public_html/lib/private/Files/Filesystem.php","line":736,"function":"fopen","class":"OC\\Files\\View","type":"->"},{"file":"/home/cloud/public_html/apps/flowupload/lib/Service/Flow/File.php","line":149,"function":"fopen","class":"OC\\Files\\Filesystem","type":"::"},{"file":"/home/cloud/public_html/apps/flowupload/lib/Controller/UploadController.php","line":101,"function":"save","class":"OCA\\flowupload\\Service\\Flow\\File","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/Http/Dispatcher.php","line":169,"function":"upload","class":"OCA\\flowupload\\Controller\\UploadController","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/Http/Dispatcher.php","line":100,"function":"executeController","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/App.php","line":152,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->"},{"file":"/home/cloud/public_html/lib/private/Route/Router.php","line":308,"function":"main","class":"OC\\AppFramework\\App","type":"::"},{"file":"/home/cloud/public_html/lib/base.php","line":1009,"function":"match","class":"OC\\Route\\Router","type":"->"},{"file":"/home/cloud/public_html/index.php","line":37,"function":"handleRequest","class":"OC","type":"::"}],"File":"/home/cloud/public_html/apps/files_antivirus/lib/Scanner/LocalClam.php","Line":43,"CustomMessage":"--"},"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36","version":"20.0.0.9"}
[Tue Oct 06 13:50:39.278096 2020] [fcgid:warn] [pid 569691] [client 192.168.1.6:51995] mod_fcgid: stderr: {"reqId":"X3y8deQPP@4c-ixlrON5pQAAAAg","level":3,"time":"2020-10-06T18:50:33+00:00","remoteAddr":"192.168.1.6","user":"admin","app":"files_antivirus","method":"POST","url":"/apps/flowupload/upload","message":{"Exception":"RuntimeException","Message":"The antivirus executable could not be found at /usr/bin/clamscan","Code":0,"Trace":[{"function":"__construct","class":"OCA\\Files_Antivirus\\Scanner\\LocalClam","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/Utility/SimpleContainer.php","line":101,"function":"newInstanceArgs","class":"ReflectionClass","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/Utility/SimpleContainer.php","line":109,"function":"buildClass","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/Utility/SimpleContainer.php","line":126,"function":"resolve","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/DependencyInjection/DIContainer.php","line":455,"function":"query","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"file":"/home/cloud/public_html/lib/private/ServerContainer.php","line":140,"function":"queryNoFallback","class":"OC\\AppFramework\\DependencyInjection\\DIContainer","type":"->"},{"file":"/home/cloud/public_html/apps/files_antivirus/lib/Scanner/ScannerFactory.php","line":45,"function":"query","class":"OC\\ServerContainer","type":"->"},{"file":"/home/cloud/public_html/apps/files_antivirus/lib/AvirWrapper.php","line":107,"function":"getScanner","class":"OCA\\Files_Antivirus\\Scanner\\ScannerFactory","type":"->"},{"file":"/home/cloud/public_html/apps/files_antivirus/lib/AvirWrapper.php","line":85,"function":"wrapSteam","class":"OCA\\Files_Antivirus\\AvirWrapper","type":"->"},{"file":"/home/cloud/public_html/lib/private/Files/Storage/Wrapper/Wrapper.php","line":300,"function":"fopen","class":"OCA\\Files_Antivirus\\AvirWrapper","type":"->"},{"file":"/home/cloud/public_html/apps/files_accesscontrol/lib/StorageWrapper.php","line":325,"function":"fopen","class":"OC\\Files\\Storage\\Wrapper\\Wrapper","type":"->"},{"file":"/home/cloud/public_html/apps/terms_of_service/lib/Filesystem/StorageWrapper.php","line":82,"function":"fopen","class":"OCA\\FilesAccessControl\\StorageWrapper","type":"->"},{"file":"/home/cloud/public_html/apps/ransomware_protection/lib/StorageWrapper.php","line":317,"function":"fopen","class":"OCA\\TermsOfService\\Filesystem\\StorageWrapper","type":"->"},{"file":"/home/cloud/public_html/lib/private/Files/View.php","line":1159,"function":"fopen","class":"OCA\\RansomwareProtection\\StorageWrapper","type":"->"},{"file":"/home/cloud/public_html/lib/private/Files/View.php","line":995,"function":"basicOperation","class":"OC\\Files\\View","type":"->"},{"file":"/home/cloud/public_html/lib/private/Files/Filesystem.php","line":736,"function":"fopen","class":"OC\\Files\\View","type":"->"},{"file":"/home/cloud/public_html/apps/flowupload/lib/Service/Flow/File.php","line":149,"function":"fopen","class":"OC\\Files\\Filesystem","type":"::"},{"file":"/home/cloud/public_html/apps/flowupload/lib/Controller/UploadController.php","line":101,"function":"save","class":"OCA\\flowupload\\Service\\Flow\\File","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/Http/Dispatcher.php","line":169,"function":"upload","class":"OCA\\flowupload\\Controller\\UploadController","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/Http/Dispatcher.php","line":100,"function":"executeController","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/App.php","line":152,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->"},{"file":"/home/cloud/public_html/lib/private/Route/Router.php","line":308,"function":"main","class":"OC\\AppFramework\\App","type":"::"},{"file":"/home/cloud/public_html/lib/base.php","line":1009,"function":"match","class":"OC\\Route\\Router","type":"->"},{"file":"/home/cloud/public_html/index.php","line":37,"function":"handleRequest","class":"OC","type":"::"}],"File":"/home/cloud/public_html/apps/files_antivirus/lib/Scanner/LocalClam.php","Line":43,"CustomMessage":"--"},"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36","version":"20.0.0.9"}
[Tue Oct 06 13:50:42.401081 2020] [fcgid:warn] [pid 562535] [client 192.168.1.6:52049] mod_fcgid: stderr: {"reqId":"X3y8d5GR8h@R49Pj3eVo6gAAABE","level":3,"time":"2020-10-06T18:50:34+00:00","remoteAddr":"192.168.1.6","user":"admin","app":"files_antivirus","method":"POST","url":"/apps/flowupload/upload","message":{"Exception":"RuntimeException","Message":"The antivirus executable could not be found at /usr/bin/clamscan","Code":0,"Trace":[{"function":"__construct","class":"OCA\\Files_Antivirus\\Scanner\\LocalClam","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/Utility/SimpleContainer.php","line":101,"function":"newInstanceArgs","class":"ReflectionClass","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/Utility/SimpleContainer.php","line":109,"function":"buildClass","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/Utility/SimpleContainer.php","line":126,"function":"resolve","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/DependencyInjection/DIContainer.php","line":455,"function":"query","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"file":"/home/cloud/public_html/lib/private/ServerContainer.php","line":140,"function":"queryNoFallback","class":"OC\\AppFramework\\DependencyInjection\\DIContainer","type":"->"},{"file":"/home/cloud/public_html/apps/files_antivirus/lib/Scanner/ScannerFactory.php","line":45,"function":"query","class":"OC\\ServerContainer","type":"->"},{"file":"/home/cloud/public_html/apps/files_antivirus/lib/AvirWrapper.php","line":107,"function":"getScanner","class":"OCA\\Files_Antivirus\\Scanner\\ScannerFactory","type":"->"},{"file":"/home/cloud/public_html/apps/files_antivirus/lib/AvirWrapper.php","line":85,"function":"wrapSteam","class":"OCA\\Files_Antivirus\\AvirWrapper","type":"->"},{"file":"/home/cloud/public_html/lib/private/Files/Storage/Wrapper/Wrapper.php","line":300,"function":"fopen","class":"OCA\\Files_Antivirus\\AvirWrapper","type":"->"},{"file":"/home/cloud/public_html/apps/files_accesscontrol/lib/StorageWrapper.php","line":325,"function":"fopen","class":"OC\\Files\\Storage\\Wrapper\\Wrapper","type":"->"},{"file":"/home/cloud/public_html/apps/terms_of_service/lib/Filesystem/StorageWrapper.php","line":82,"function":"fopen","class":"OCA\\FilesAccessControl\\StorageWrapper","type":"->"},{"file":"/home/cloud/public_html/apps/ransomware_protection/lib/StorageWrapper.php","line":317,"function":"fopen","class":"OCA\\TermsOfService\\Filesystem\\StorageWrapper","type":"->"},{"file":"/home/cloud/public_html/lib/private/Files/View.php","line":1159,"function":"fopen","class":"OCA\\RansomwareProtection\\StorageWrapper","type":"->"},{"file":"/home/cloud/public_html/lib/private/Files/View.php","line":995,"function":"basicOperation","class":"OC\\Files\\View","type":"->"},{"file":"/home/cloud/public_html/lib/private/Files/Filesystem.php","line":736,"function":"fopen","class":"OC\\Files\\View","type":"->"},{"file":"/home/cloud/public_html/apps/flowupload/lib/Service/Flow/File.php","line":149,"function":"fopen","class":"OC\\Files\\Filesystem","type":"::"},{"file":"/home/cloud/public_html/apps/flowupload/lib/Controller/UploadController.php","line":101,"function":"save","class":"OCA\\flowupload\\Service\\Flow\\File","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/Http/Dispatcher.php","line":169,"function":"upload","class":"OCA\\flowupload\\Controller\\UploadController","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/Http/Dispatcher.php","line":100,"function":"executeController","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/App.php","line":152,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->"},{"file":"/home/cloud/public_html/lib/private/Route/Router.php","line":308,"function":"main","class":"OC\\AppFramework\\App","type":"::"},{"file":"/home/cloud/public_html/lib/base.php","line":1009,"function":"match","class":"OC\\Route\\Router","type":"->"},{"file":"/home/cloud/public_html/index.php","line":37,"function":"handleRequest","class":"OC","type":"::"}],"File":"/home/cloud/public_html/apps/files_antivirus/lib/Scanner/LocalClam.php","Line":43,"CustomMessage":"--"},"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36","version":"20.0.0.9"}
[Tue Oct 06 13:50:45.994480 2020] [fcgid:warn] [pid 534055] [client 192.168.1.6:51822] mod_fcgid: stderr: {"reqId":"X3y8e7nOSWRWQhEgzmHzygAAAA8","level":3,"time":"2020-10-06T18:50:40+00:00","remoteAddr":"192.168.1.6","user":"admin","app":"files_antivirus","method":"POST","url":"/apps/flowupload/upload","message":{"Exception":"RuntimeException","Message":"The antivirus executable could not be found at /usr/bin/clamscan","Code":0,"Trace":[{"function":"__construct","class":"OCA\\Files_Antivirus\\Scanner\\LocalClam","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/Utility/SimpleContainer.php","line":101,"function":"newInstanceArgs","class":"ReflectionClass","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/Utility/SimpleContainer.php","line":109,"function":"buildClass","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/Utility/SimpleContainer.php","line":126,"function":"resolve","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/DependencyInjection/DIContainer.php","line":455,"function":"query","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"file":"/home/cloud/public_html/lib/private/ServerContainer.php","line":140,"function":"queryNoFallback","class":"OC\\AppFramework\\DependencyInjection\\DIContainer","type":"->"},{"file":"/home/cloud/public_html/apps/files_antivirus/lib/Scanner/ScannerFactory.php","line":45,"function":"query","class":"OC\\ServerContainer","type":"->"},{"file":"/home/cloud/public_html/apps/files_antivirus/lib/AvirWrapper.php","line":107,"function":"getScanner","class":"OCA\\Files_Antivirus\\Scanner\\ScannerFactory","type":"->"},{"file":"/home/cloud/public_html/apps/files_antivirus/lib/AvirWrapper.php","line":85,"function":"wrapSteam","class":"OCA\\Files_Antivirus\\AvirWrapper","type":"->"},{"file":"/home/cloud/public_html/lib/private/Files/Storage/Wrapper/Wrapper.php","line":300,"function":"fopen","class":"OCA\\Files_Antivirus\\AvirWrapper","type":"->"},{"file":"/home/cloud/public_html/apps/files_accesscontrol/lib/StorageWrapper.php","line":325,"function":"fopen","class":"OC\\Files\\Storage\\Wrapper\\Wrapper","type":"->"},{"file":"/home/cloud/public_html/apps/terms_of_service/lib/Filesystem/StorageWrapper.php","line":82,"function":"fopen","class":"OCA\\FilesAccessControl\\StorageWrapper","type":"->"},{"file":"/home/cloud/public_html/apps/ransomware_protection/lib/StorageWrapper.php","line":317,"function":"fopen","class":"OCA\\TermsOfService\\Filesystem\\StorageWrapper","type":"->"},{"file":"/home/cloud/public_html/lib/private/Files/View.php","line":1159,"function":"fopen","class":"OCA\\RansomwareProtection\\StorageWrapper","type":"->"},{"file":"/home/cloud/public_html/lib/private/Files/View.php","line":995,"function":"basicOperation","class":"OC\\Files\\View","type":"->"},{"file":"/home/cloud/public_html/lib/private/Files/Filesystem.php","line":736,"function":"fopen","class":"OC\\Files\\View","type":"->"},{"file":"/home/cloud/public_html/apps/flowupload/lib/Service/Flow/File.php","line":149,"function":"fopen","class":"OC\\Files\\Filesystem","type":"::"},{"file":"/home/cloud/public_html/apps/flowupload/lib/Controller/UploadController.php","line":101,"function":"save","class":"OCA\\flowupload\\Service\\Flow\\File","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/Http/Dispatcher.php","line":169,"function":"upload","class":"OCA\\flowupload\\Controller\\UploadController","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/Http/Dispatcher.php","line":100,"function":"executeController","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/App.php","line":152,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->"},{"file":"/home/cloud/public_html/lib/private/Route/Router.php","line":308,"function":"main","class":"OC\\AppFramework\\App","type":"::"},{"file":"/home/cloud/public_html/lib/base.php","line":1009,"function":"match","class":"OC\\Route\\Router","type":"->"},{"file":"/home/cloud/public_html/index.php","line":37,"function":"handleRequest","class":"OC","type":"::"}],"File":"/home/cloud/public_html/apps/files_antivirus/lib/Scanner/LocalClam.php","Line":43,"CustomMessage":"--"},"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36","version":"20.0.0.9"}
[Tue Oct 06 13:50:49.042285 2020] [fcgid:warn] [pid 558916] [client 192.168.1.6:51841] mod_fcgid: stderr: {"reqId":"X3y8fpvKUPbi1q3hRiTnfQAAAAo","level":3,"time":"2020-10-06T18:50:43+00:00","remoteAddr":"192.168.1.6","user":"admin","app":"files_antivirus","method":"POST","url":"/apps/flowupload/upload","message":{"Exception":"RuntimeException","Message":"The antivirus executable could not be found at /usr/bin/clamscan","Code":0,"Trace":[{"function":"__construct","class":"OCA\\Files_Antivirus\\Scanner\\LocalClam","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/Utility/SimpleContainer.php","line":101,"function":"newInstanceArgs","class":"ReflectionClass","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/Utility/SimpleContainer.php","line":109,"function":"buildClass","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/Utility/SimpleContainer.php","line":126,"function":"resolve","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/DependencyInjection/DIContainer.php","line":455,"function":"query","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"file":"/home/cloud/public_html/lib/private/ServerContainer.php","line":140,"function":"queryNoFallback","class":"OC\\AppFramework\\DependencyInjection\\DIContainer","type":"->"},{"file":"/home/cloud/public_html/apps/files_antivirus/lib/Scanner/ScannerFactory.php","line":45,"function":"query","class":"OC\\ServerContainer","type":"->"},{"file":"/home/cloud/public_html/apps/files_antivirus/lib/AvirWrapper.php","line":107,"function":"getScanner","class":"OCA\\Files_Antivirus\\Scanner\\ScannerFactory","type":"->"},{"file":"/home/cloud/public_html/apps/files_antivirus/lib/AvirWrapper.php","line":85,"function":"wrapSteam","class":"OCA\\Files_Antivirus\\AvirWrapper","type":"->"},{"file":"/home/cloud/public_html/lib/private/Files/Storage/Wrapper/Wrapper.php","line":300,"function":"fopen","class":"OCA\\Files_Antivirus\\AvirWrapper","type":"->"},{"file":"/home/cloud/public_html/apps/files_accesscontrol/lib/StorageWrapper.php","line":325,"function":"fopen","class":"OC\\Files\\Storage\\Wrapper\\Wrapper","type":"->"},{"file":"/home/cloud/public_html/apps/terms_of_service/lib/Filesystem/StorageWrapper.php","line":82,"function":"fopen","class":"OCA\\FilesAccessControl\\StorageWrapper","type":"->"},{"file":"/home/cloud/public_html/apps/ransomware_protection/lib/StorageWrapper.php","line":317,"function":"fopen","class":"OCA\\TermsOfService\\Filesystem\\StorageWrapper","type":"->"},{"file":"/home/cloud/public_html/lib/private/Files/View.php","line":1159,"function":"fopen","class":"OCA\\RansomwareProtection\\StorageWrapper","type":"->"},{"file":"/home/cloud/public_html/lib/private/Files/View.php","line":995,"function":"basicOperation","class":"OC\\Files\\View","type":"->"},{"file":"/home/cloud/public_html/lib/private/Files/Filesystem.php","line":736,"function":"fopen","class":"OC\\Files\\View","type":"->"},{"file":"/home/cloud/public_html/apps/flowupload/lib/Service/Flow/File.php","line":149,"function":"fopen","class":"OC\\Files\\Filesystem","type":"::"},{"file":"/home/cloud/public_html/apps/flowupload/lib/Controller/UploadController.php","line":101,"function":"save","class":"OCA\\flowupload\\Service\\Flow\\File","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/Http/Dispatcher.php","line":169,"function":"upload","class":"OCA\\flowupload\\Controller\\UploadController","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/Http/Dispatcher.php","line":100,"function":"executeController","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/App.php","line":152,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->"},{"file":"/home/cloud/public_html/lib/private/Route/Router.php","line":308,"function":"main","class":"OC\\AppFramework\\App","type":"::"},{"file":"/home/cloud/public_html/lib/base.php","line":1009,"function":"match","class":"OC\\Route\\Router","type":"->"},{"file":"/home/cloud/public_html/index.php","line":37,"function":"handleRequest","class":"OC","type":"::"}],"File":"/home/cloud/public_html/apps/files_antivirus/lib/Scanner/LocalClam.php","Line":43,"CustomMessage":"--"},"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36","version":"20.0.0.9"}
[Tue Oct 06 13:50:49.913216 2020] [fcgid:warn] [pid 569691] [client 192.168.1.6:51995] mod_fcgid: stderr: {"reqId":"X3y8f@QPP@4c-ixlrON5pwAAAAg","level":3,"time":"2020-10-06T18:50:44+00:00","remoteAddr":"192.168.1.6","user":"admin","app":"files_antivirus","method":"POST","url":"/apps/flowupload/upload","message":{"Exception":"RuntimeException","Message":"The antivirus executable could not be found at /usr/bin/clamscan","Code":0,"Trace":[{"function":"__construct","class":"OCA\\Files_Antivirus\\Scanner\\LocalClam","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/Utility/SimpleContainer.php","line":101,"function":"newInstanceArgs","class":"ReflectionClass","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/Utility/SimpleContainer.php","line":109,"function":"buildClass","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/Utility/SimpleContainer.php","line":126,"function":"resolve","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/DependencyInjection/DIContainer.php","line":455,"function":"query","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"file":"/home/cloud/public_html/lib/private/ServerContainer.php","line":140,"function":"queryNoFallback","class":"OC\\AppFramework\\DependencyInjection\\DIContainer","type":"->"},{"file":"/home/cloud/public_html/apps/files_antivirus/lib/Scanner/ScannerFactory.php","line":45,"function":"query","class":"OC\\ServerContainer","type":"->"},{"file":"/home/cloud/public_html/apps/files_antivirus/lib/AvirWrapper.php","line":107,"function":"getScanner","class":"OCA\\Files_Antivirus\\Scanner\\ScannerFactory","type":"->"},{"file":"/home/cloud/public_html/apps/files_antivirus/lib/AvirWrapper.php","line":85,"function":"wrapSteam","class":"OCA\\Files_Antivirus\\AvirWrapper","type":"->"},{"file":"/home/cloud/public_html/lib/private/Files/Storage/Wrapper/Wrapper.php","line":300,"function":"fopen","class":"OCA\\Files_Antivirus\\AvirWrapper","type":"->"},{"file":"/home/cloud/public_html/apps/files_accesscontrol/lib/StorageWrapper.php","line":325,"function":"fopen","class":"OC\\Files\\Storage\\Wrapper\\Wrapper","type":"->"},{"file":"/home/cloud/public_html/apps/terms_of_service/lib/Filesystem/StorageWrapper.php","line":82,"function":"fopen","class":"OCA\\FilesAccessControl\\StorageWrapper","type":"->"},{"file":"/home/cloud/public_html/apps/ransomware_protection/lib/StorageWrapper.php","line":317,"function":"fopen","class":"OCA\\TermsOfService\\Filesystem\\StorageWrapper","type":"->"},{"file":"/home/cloud/public_html/lib/private/Files/View.php","line":1159,"function":"fopen","class":"OCA\\RansomwareProtection\\StorageWrapper","type":"->"},{"file":"/home/cloud/public_html/lib/private/Files/View.php","line":995,"function":"basicOperation","class":"OC\\Files\\View","type":"->"},{"file":"/home/cloud/public_html/lib/private/Files/Filesystem.php","line":736,"function":"fopen","class":"OC\\Files\\View","type":"->"},{"file":"/home/cloud/public_html/apps/flowupload/lib/Service/Flow/File.php","line":149,"function":"fopen","class":"OC\\Files\\Filesystem","type":"::"},{"file":"/home/cloud/public_html/apps/flowupload/lib/Controller/UploadController.php","line":101,"function":"save","class":"OCA\\flowupload\\Service\\Flow\\File","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/Http/Dispatcher.php","line":169,"function":"upload","class":"OCA\\flowupload\\Controller\\UploadController","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/Http/Dispatcher.php","line":100,"function":"executeController","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/App.php","line":152,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->"},{"file":"/home/cloud/public_html/lib/private/Route/Router.php","line":308,"function":"main","class":"OC\\AppFramework\\App","type":"::"},{"file":"/home/cloud/public_html/lib/base.php","line":1009,"function":"match","class":"OC\\Route\\Router","type":"->"},{"file":"/home/cloud/public_html/index.php","line":37,"function":"handleRequest","class":"OC","type":"::"}],"File":"/home/cloud/public_html/apps/files_antivirus/lib/Scanner/LocalClam.php","Line":43,"CustomMessage":"--"},"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36","version":"20.0.0.9"}
[Tue Oct 06 13:50:51.941962 2020] [fcgid:warn] [pid 562535] [client 192.168.1.6:52049] mod_fcgid: stderr: {"reqId":"X3y8gpGR8h@R49Pj3eVo7AAAABE","level":3,"time":"2020-10-06T18:50:47+00:00","remoteAddr":"192.168.1.6","user":"admin","app":"files_antivirus","method":"POST","url":"/apps/flowupload/upload","message":{"Exception":"RuntimeException","Message":"The antivirus executable could not be found at /usr/bin/clamscan","Code":0,"Trace":[{"function":"__construct","class":"OCA\\Files_Antivirus\\Scanner\\LocalClam","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/Utility/SimpleContainer.php","line":101,"function":"newInstanceArgs","class":"ReflectionClass","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/Utility/SimpleContainer.php","line":109,"function":"buildClass","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/Utility/SimpleContainer.php","line":126,"function":"resolve","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/DependencyInjection/DIContainer.php","line":455,"function":"query","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"file":"/home/cloud/public_html/lib/private/ServerContainer.php","line":140,"function":"queryNoFallback","class":"OC\\AppFramework\\DependencyInjection\\DIContainer","type":"->"},{"file":"/home/cloud/public_html/apps/files_antivirus/lib/Scanner/ScannerFactory.php","line":45,"function":"query","class":"OC\\ServerContainer","type":"->"},{"file":"/home/cloud/public_html/apps/files_antivirus/lib/AvirWrapper.php","line":107,"function":"getScanner","class":"OCA\\Files_Antivirus\\Scanner\\ScannerFactory","type":"->"},{"file":"/home/cloud/public_html/apps/files_antivirus/lib/AvirWrapper.php","line":85,"function":"wrapSteam","class":"OCA\\Files_Antivirus\\AvirWrapper","type":"->"},{"file":"/home/cloud/public_html/lib/private/Files/Storage/Wrapper/Wrapper.php","line":300,"function":"fopen","class":"OCA\\Files_Antivirus\\AvirWrapper","type":"->"},{"file":"/home/cloud/public_html/apps/files_accesscontrol/lib/StorageWrapper.php","line":325,"function":"fopen","class":"OC\\Files\\Storage\\Wrapper\\Wrapper","type":"->"},{"file":"/home/cloud/public_html/apps/terms_of_service/lib/Filesystem/StorageWrapper.php","line":82,"function":"fopen","class":"OCA\\FilesAccessControl\\StorageWrapper","type":"->"},{"file":"/home/cloud/public_html/apps/ransomware_protection/lib/StorageWrapper.php","line":317,"function":"fopen","class":"OCA\\TermsOfService\\Filesystem\\StorageWrapper","type":"->"},{"file":"/home/cloud/public_html/lib/private/Files/View.php","line":1159,"function":"fopen","class":"OCA\\RansomwareProtection\\StorageWrapper","type":"->"},{"file":"/home/cloud/public_html/lib/private/Files/View.php","line":995,"function":"basicOperation","class":"OC\\Files\\View","type":"->"},{"file":"/home/cloud/public_html/lib/private/Files/Filesystem.php","line":736,"function":"fopen","class":"OC\\Files\\View","type":"->"},{"file":"/home/cloud/public_html/apps/flowupload/lib/Service/Flow/File.php","line":149,"function":"fopen","class":"OC\\Files\\Filesystem","type":"::"},{"file":"/home/cloud/public_html/apps/flowupload/lib/Controller/UploadController.php","line":101,"function":"save","class":"OCA\\flowupload\\Service\\Flow\\File","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/Http/Dispatcher.php","line":169,"function":"upload","class":"OCA\\flowupload\\Controller\\UploadController","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/Http/Dispatcher.php","line":100,"function":"executeController","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/App.php","line":152,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->"},{"file":"/home/cloud/public_html/lib/private/Route/Router.php","line":308,"function":"main","class":"OC\\AppFramework\\App","type":"::"},{"file":"/home/cloud/public_html/lib/base.php","line":1009,"function":"match","class":"OC\\Route\\Router","type":"->"},{"file":"/home/cloud/public_html/index.php","line":37,"function":"handleRequest","class":"OC","type":"::"}],"File":"/home/cloud/public_html/apps/files_antivirus/lib/Scanner/LocalClam.php","Line":43,"CustomMessage":"--"},"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36","version":"20.0.0.9"}
</details>
#### Nextcloud log (data/nextcloud.log)
<details>
<summary>Nextcloud log</summary>
last 10 lines
{"reqId":"FuXOfcNOeoTiAxqWHvL2","level":3,"time":"2020-10-06T18:30:53+00:00","remoteAddr":"","user":"--","app":"files_antivirus","method":"","url":"--","message":{"Exception":"RuntimeException","Message":"The antivirus executable could not be found at /usr/bin/clamscan","Code":0,"Trace":[{"function":"__construct","class":"OCA\Files_Antivirus\Scanner\LocalClam","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/Utility/SimpleContainer.php","line":101,"function":"newInstanceArgs","class":"ReflectionClass","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/Utility/SimpleContainer.php","line":109,"function":"buildClass","class":"OC\AppFramework\Utility\SimpleContainer","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/Utility/SimpleContainer.php","line":126,"function":"resolve","class":"OC\AppFramework\Utility\SimpleContainer","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/DependencyInjection/DIContainer.php","line":455,"function":"query","class":"OC\AppFramework\Utility\SimpleContainer","type":"->"},{"file":"/home/cloud/public_html/lib/private/ServerContainer.php","line":140,"function":"queryNoFallback","class":"OC\AppFramework\DependencyInjection\DIContainer","type":"->"},{"file":"/home/cloud/public_html/apps/files_antivirus/lib/Scanner/ScannerFactory.php","line":45,"function":"query","class":"OC\ServerContainer","type":"->"},{"file":"/home/cloud/public_html/apps/files_antivirus/lib/BackgroundJob/BackgroundScanner.php","line":328,"function":"getScanner","class":"OCA\Files_Antivirus\Scanner\ScannerFactory","type":"->"},{"file":"/home/cloud/public_html/apps/files_antivirus/lib/BackgroundJob/BackgroundScanner.php","line":115,"function":"scanOneFile","class":"OCA\Files_Antivirus\BackgroundJob\BackgroundScanner","type":"->"},{"file":"/home/cloud/public_html/lib/private/BackgroundJob/Job.php","line":52,"function":"run","class":"OCA\Files_Antivirus\BackgroundJob\BackgroundScanner","type":"->"},{"file":"/home/cloud/public_html/lib/private/BackgroundJob/TimedJob.php","line":59,"function":"execute","class":"OC\BackgroundJob\Job","type":"->"},{"file":"/home/cloud/public_html/cron.php","line":126,"function":"execute","class":"OC\BackgroundJob\TimedJob","type":"->"}],"File":"/home/cloud/public_html/apps/files_antivirus/lib/Scanner/LocalClam.php","Line":43,"CustomMessage":"--"},"userAgent":"--","version":"20.0.0.9"}
{"reqId":"FuXOfcNOeoTiAxqWHvL2","level":3,"time":"2020-10-06T18:30:53+00:00","remoteAddr":"","user":"--","app":"files_antivirus","method":"","url":"--","message":{"Exception":"RuntimeException","Message":"The antivirus executable could not be found at /usr/bin/clamscan","Code":0,"Trace":[{"function":"__construct","class":"OCA\Files_Antivirus\Scanner\LocalClam","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/Utility/SimpleContainer.php","line":101,"function":"newInstanceArgs","class":"ReflectionClass","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/Utility/SimpleContainer.php","line":109,"function":"buildClass","class":"OC\AppFramework\Utility\SimpleContainer","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/Utility/SimpleContainer.php","line":126,"function":"resolve","class":"OC\AppFramework\Utility\SimpleContainer","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/DependencyInjection/DIContainer.php","line":455,"function":"query","class":"OC\AppFramework\Utility\SimpleContainer","type":"->"},{"file":"/home/cloud/public_html/lib/private/ServerContainer.php","line":140,"function":"queryNoFallback","class":"OC\AppFramework\DependencyInjection\DIContainer","type":"->"},{"file":"/home/cloud/public_html/apps/files_antivirus/lib/Scanner/ScannerFactory.php","line":45,"function":"query","class":"OC\ServerContainer","type":"->"},{"file":"/home/cloud/public_html/apps/files_antivirus/lib/BackgroundJob/BackgroundScanner.php","line":328,"function":"getScanner","class":"OCA\Files_Antivirus\Scanner\ScannerFactory","type":"->"},{"file":"/home/cloud/public_html/apps/files_antivirus/lib/BackgroundJob/BackgroundScanner.php","line":115,"function":"scanOneFile","class":"OCA\Files_Antivirus\BackgroundJob\BackgroundScanner","type":"->"},{"file":"/home/cloud/public_html/lib/private/BackgroundJob/Job.php","line":52,"function":"run","class":"OCA\Files_Antivirus\BackgroundJob\BackgroundScanner","type":"->"},{"file":"/home/cloud/public_html/lib/private/BackgroundJob/TimedJob.php","line":59,"function":"execute","class":"OC\BackgroundJob\Job","type":"->"},{"file":"/home/cloud/public_html/cron.php","line":126,"function":"execute","class":"OC\BackgroundJob\TimedJob","type":"->"}],"File":"/home/cloud/public_html/apps/files_antivirus/lib/Scanner/LocalClam.php","Line":43,"CustomMessage":"--"},"userAgent":"--","version":"20.0.0.9"}
{"reqId":"FuXOfcNOeoTiAxqWHvL2","level":3,"time":"2020-10-06T18:30:53+00:00","remoteAddr":"","user":"--","app":"files_antivirus","method":"","url":"--","message":{"Exception":"RuntimeException","Message":"The antivirus executable could not be found at /usr/bin/clamscan","Code":0,"Trace":[{"function":"__construct","class":"OCA\Files_Antivirus\Scanner\LocalClam","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/Utility/SimpleContainer.php","line":101,"function":"newInstanceArgs","class":"ReflectionClass","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/Utility/SimpleContainer.php","line":109,"function":"buildClass","class":"OC\AppFramework\Utility\SimpleContainer","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/Utility/SimpleContainer.php","line":126,"function":"resolve","class":"OC\AppFramework\Utility\SimpleContainer","type":"->"},{"file":"/home/cloud/public_html/lib/private/AppFramework/DependencyInjection/DIContainer.php","line":455,"function":"query","class":"OC\AppFramework\Utility\SimpleContainer","type":"->"},{"file":"/home/cloud/public_html/lib/private/ServerContainer.php","line":140,"function":"queryNoFallback","class":"OC\AppFramework\DependencyInjection\DIContainer","type":"->"},{"file":"/home/cloud/public_html/apps/files_antivirus/lib/Scanner/ScannerFactory.php","line":45,"function":"query","class":"OC\ServerContainer","type":"->"},{"file":"/home/cloud/public_html/apps/files_antivirus/lib/BackgroundJob/BackgroundScanner.php","line":328,"function":"getScanner","class":"OCA\Files_Antivirus\Scanner\ScannerFactory","type":"->"},{"file":"/home/cloud/public_html/apps/files_antivirus/lib/BackgroundJob/BackgroundScanner.php","line":115,"function":"scanOneFile","class":"OCA\Files_Antivirus\BackgroundJob\BackgroundScanner","type":"->"},{"file":"/home/cloud/public_html/lib/private/BackgroundJob/Job.php","line":52,"function":"run","class":"OCA\Files_Antivirus\BackgroundJob\BackgroundScanner","type":"->"},{"file":"/home/cloud/public_html/lib/private/BackgroundJob/TimedJob.php","line":59,"function":"execute","class":"OC\BackgroundJob\Job","type":"->"},{"file":"/home/cloud/public_html/cron.php","line":126,"function":"execute","class":"OC\BackgroundJob\TimedJob","type":"->"}],"File":"/home/cloud/public_html/apps/files_antivirus/lib/Scanner/LocalClam.php","Line":43,"CustomMessage":"--"},"userAgent":"--","version":"20.0.0.9"}
{"reqId":"FuXOfcNOeoTiAxqWHvL2","level":3,"time":"2020-10-06T18:34:27+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Module 'pdlib' already loaded at Unknown#0","userAgent":"--","version":"20.0.0.9"}
{"reqId":"r5qI1kqpKuDuIpmVbUNk","level":3,"time":"2020-10-06T18:39:45+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":{"Exception":"Error","Message":"Undefined index: GPSLatitudeRef at /home/cloud/public_html/apps/maps/lib/Service/PhotofilesService.php#394","Code":0,"Trace":[{"file":"/home/cloud/public_html/apps/maps/lib/Service/PhotofilesService.php","line":394,"function":"onError","class":"OC\Log\ErrorHandler","type":"::"},{"file":"/home/cloud/public_html/apps/maps/lib/Service/PhotofilesService.php","line":137,"function":"getExif","class":"OCA\Maps\Service\PhotofilesService","type":"->"},{"file":"/home/cloud/public_html/apps/maps/lib/BackgroundJob/UpdatePhotoByFileJob.php","line":56,"function":"updateByFileNow","class":"OCA\Maps\Service\PhotofilesService","type":"->","args":["*** sensitive parameters replaced "]},{"file":"/home/cloud/public_html/lib/public/BackgroundJob/Job.php","line":80,"function":"run","class":"OCA\Maps\BackgroundJob\UpdatePhotoByFileJob","type":"->"},{"file":"/home/cloud/public_html/lib/public/BackgroundJob/QueuedJob.php","line":48,"function":"execute","class":"OCP\BackgroundJob\Job","type":"->"},{"file":"/home/cloud/public_html/cron.php","line":126,"function":"execute","class":"OCP\BackgroundJob\QueuedJob","type":"->"}],"File":"/home/cloud/public_html/lib/private/Log/ErrorHandler.php","Line":91,"CustomMessage":"--"},"userAgent":"--","version":"20.0.0.9"}
{"reqId":"r5qI1kqpKuDuIpmVbUNk","level":3,"time":"2020-10-06T18:39:45+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":{"Exception":"Error","Message":"Undefined index: GPSLongitudeRef at /home/cloud/public_html/apps/maps/lib/Service/PhotofilesService.php#397","Code":0,"Trace":[{"file":"/home/cloud/public_html/apps/maps/lib/Service/PhotofilesService.php","line":397,"function":"onError","class":"OC\Log\ErrorHandler","type":"::"},{"file":"/home/cloud/public_html/apps/maps/lib/Service/PhotofilesService.php","line":137,"function":"getExif","class":"OCA\Maps\Service\PhotofilesService","type":"->"},{"file":"/home/cloud/public_html/apps/maps/lib/BackgroundJob/UpdatePhotoByFileJob.php","line":56,"function":"updateByFileNow","class":"OCA\Maps\Service\PhotofilesService","type":"->","args":[" sensitive parameters replaced ***"]},{"file":"/home/cloud/public_html/lib/public/BackgroundJob/Job.php","line":80,"function":"run","class":"OCA\Maps\BackgroundJob\UpdatePhotoByFileJob","type":"->"},{"file":"/home/cloud/public_html/lib/public/BackgroundJob/QueuedJob.php","line":48,"function":"execute","class":"OCP\BackgroundJob\Job","type":"->"},{"file":"/home/cloud/public_html/cron.php","line":126,"function":"execute","class":"OCP\BackgroundJob\QueuedJob","type":"->"}],"File":"/home/cloud/public_html/lib/private/Log/ErrorHandler.php","Line":91,"CustomMessage":"--"},"userAgent":"--","version":"20.0.0.9"}
{"reqId":"r5qI1kqpKuDuIpmVbUNk","level":3,"time":"2020-10-06T18:46:21+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Module 'pdlib' already loaded at Unknown#0","userAgent":"--","version":"20.0.0.9"}
{"reqId":"cB1os9qjALxK6ncbkE4a","level":3,"time":"2020-10-06T18:47:44+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Module 'pdlib' already loaded at Unknown#0","userAgent":"--","version":"20.0.0.9"}
{"reqId":"JAspky5Ik7mYjnkKOBy0","level":3,"time":"2020-10-06T18:48:37+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Module 'pdlib' already loaded at Unknown#0","userAgent":"--","version":"20.0.0.9"}
{"reqId":"LGReOgyxwtvT9NEA6gH5","level":3,"time":"2020-10-06T18:49:24+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Module 'pdlib' already loaded at Unknown#0","userAgent":"--","version":"20.0.0.9"}
</details>
#### Browser log
<details>
<summary>Browser log</summary>
I cannot access this
</details>