Sharing not allowed

Steps to reproduce

  1. Install OwnCloud 10.7.0.4
  2. Login as user in group “admin”
  3. Create folder
  4. Select new created folder and klick on …
  5. Click on tab “share”

Expected behaviour

dialog for sharing folder should appear

Actual behaviour

Message “sharing not allowed” - cannot share files or folders

Server configuration

LINUX UBUNTU 16.04.7 LTS (xenial)

Web server:
APACHE2 Version 2.4.48

Database:
MySQL version 5.5.32

PHP version:
7.4.20

ownCloud version: (see ownCloud admin page)
10.7.0.4

Updated from an older ownCloud or fresh install:
update from 10.0.10

Where did you install ownCloud from:
https://download.owncloud.org/community/owncloud-complete-20210326.tar.bz2

Signing status (ownCloud 9.0 and above):

Login as admin user into your ownCloud and access 
http://example.com/index.php/settings/integrity/failed 
paste the results into https://gist.github.com/ and puth the link here.

The content of config/config.php:

<?php $CONFIG = array ( 'instanceid' => 'oc603a119532', 'passwordsalt' => '905733eb484f039981f31ce47632b2', 'secret' => 'b709face545444799c2001a8a66ca94de615aa04bcec04f1330df78b4a62d319eb6af4ca0496a60471400946a2c535cd', 'trusted_domains' => array ( 0 => 'wehr-cloud.diespinnen.net', 1 => 'cloud.baeckerei-wehr.de', ), 'datadirectory' => '/d2/baeckerei-wehr', 'overwrite.cli.url' => 'http://wehr-cloud.diespinnen.net', 'dbtype' => 'mysql', 'version' => '10.7.0.4', 'dbname' => 'baeckerei_wehr', 'dbhost' => '127.0.0.1', 'dbtableprefix' => 'oc_', 'dbuser' => 'tec_u_wehr', 'dbpassword' => 'iSidPw!482=44', 'installed' => true, 'mail_from_address' => 'noreplay', 'mail_smtpmode' => 'php', 'mail_domain' => 'baeckerei-wehr.de', 'forcessl' => true, 'theme' => '', 'loglevel' => 2, 'maintenance' => false, 'trashbin_retention_obligation' => 'auto', 'updater.secret' => '$2y$10$fejCmxxEWaB6Uvc1lmroEe5MhWXsDQY9llG/5EvyjOmCyi1bTHY42', ); Log in to the web-UI with an administrator account and click on 'admin' -> 'Generate Config Report' -> 'Download ownCloud config report' This report includes the config.php settings, the list of activated apps and other details in a well sanitized form. or If you have access to your command line run e.g.: sudo -u www-data php occ config:list system from within your ownCloud installation folder { "system": { "instanceid": "oc603a119532", "passwordsalt": "***REMOVED SENSITIVE VALUE***", "secret": "***REMOVED SENSITIVE VALUE***", "trusted_domains": [ "wehr-cloud.diespinnen.net", "cloud.baeckerei-wehr.de" ], "datadirectory": "\/d2\/baeckerei-wehr", "overwrite.cli.url": "http:\/\/wehr-cloud.diespinnen.net", "dbtype": "mysql", "version": "10.7.0.4", "dbname": "baeckerei_wehr", "dbhost": "127.0.0.1", "dbtableprefix": "oc_", "dbuser": "***REMOVED SENSITIVE VALUE***", "dbpassword": "***REMOVED SENSITIVE VALUE***", "installed": true, "mail_from_address": "***REMOVED SENSITIVE VALUE***", "mail_smtpmode": "php", "mail_domain": "***REMOVED SENSITIVE VALUE***", "forcessl": true, "theme": "", "loglevel": 2, "maintenance": false, "trashbin_retention_obligation": "auto", "updater.secret": "***REMOVED SENSITIVE VALUE***" } } *ATTENTION:* Do not post your config.php file in public as is. Please use one of the above methods whenever possible. Both, the generated reports from the web-ui and from occ config:list consistently remove sensitive data. You still may want to review the report before sending. If done manually then it is critical for your own privacy to dilligently remove *all* host names, passwords, usernames, salts and other credentials before posting. You should assume that attackers find such information and will use them against your systems. ``` **List of activated apps:** ``` If you have access to your command line run e.g.: sudo -u www-data php occ app:list from within your ownCloud installation folder. `# sudo -u apache php occ app:list Enabled: - activity: - Version: 2.6.0 - Path: /d2/httpd/baeckerei-wehr.de/cloud/apps/activity - calendar: - Version: 1.6.4 - Path: /d2/httpd/baeckerei-wehr.de/cloud/apps/calendar - comments: - Version: 0.3.0 - Path: /d2/httpd/baeckerei-wehr.de/cloud/apps/comments - configreport: - Version: 0.2.0 - Path: /d2/httpd/baeckerei-wehr.de/cloud/apps/configreport - contacts: - Version: 1.5.5 - Path: /d2/httpd/baeckerei-wehr.de/cloud/apps/contacts - dav: - Version: 0.6.0 - Path: /d2/httpd/baeckerei-wehr.de/cloud/apps/dav - federatedfilesharing: - Version: 0.5.0 - Path: /d2/httpd/baeckerei-wehr.de/cloud/apps/federatedfilesharing - federation: - Version: 0.1.0 - Path: /d2/httpd/baeckerei-wehr.de/cloud/apps/federation - files: - Version: 1.5.2 - Path: /d2/httpd/baeckerei-wehr.de/cloud/apps/files - files_external: - Version: 0.7.1 - Path: /d2/httpd/baeckerei-wehr.de/cloud/apps/files_external - files_mediaviewer: - Version: 1.0.4 - Path: /d2/httpd/baeckerei-wehr.de/cloud/apps/files_mediaviewer - files_pdfviewer: - Version: 0.12.1 - Path: /d2/httpd/baeckerei-wehr.de/cloud/apps/files_pdfviewer - files_sharing: - Version: 0.14.0 - Path: /d2/httpd/baeckerei-wehr.de/cloud/apps/files_sharing - files_texteditor: - Version: 2.3.1 - Path: /d2/httpd/baeckerei-wehr.de/cloud/apps/files_texteditor - files_trashbin: - Version: 0.9.1 - Path: /d2/httpd/baeckerei-wehr.de/cloud/apps/files_trashbin - files_versions: - Version: 1.3.0 - Path: /d2/httpd/baeckerei-wehr.de/cloud/apps/files_versions - firstrunwizard: - Version: 1.2.0 - Path: /d2/httpd/baeckerei-wehr.de/cloud/apps/firstrunwizard - gallery: - Version: 16.1.1 - Path: /d2/httpd/baeckerei-wehr.de/cloud/apps/gallery - market: - Version: 0.6.1 - Path: /d2/httpd/baeckerei-wehr.de/cloud/apps/market - notifications: - Version: 0.5.2 - Path: /d2/httpd/baeckerei-wehr.de/cloud/apps/notifications - provisioning_api: - Version: 0.5.0 - Path: /d2/httpd/baeckerei-wehr.de/cloud/apps/provisioning_api - systemtags: - Version: 0.3.0 - Path: /d2/httpd/baeckerei-wehr.de/cloud/apps/systemtags - templateeditor: - Version: 0.4.0 - Path: /d2/httpd/baeckerei-wehr.de/cloud/apps/templateeditor - updatenotification: - Version: 0.2.1 - Path: /d2/httpd/baeckerei-wehr.de/cloud/apps/updatenotification Disabled: - admin_audit: - Path: /d2/httpd/baeckerei-wehr.de/cloud/apps/admin_audit - announcementcenter: - Path: /d2/httpd/baeckerei-wehr.de/cloud/apps/announcementcenter - customgroups: - Path: /d2/httpd/baeckerei-wehr.de/cloud/apps/customgroups - encryption: - Path: /d2/httpd/baeckerei-wehr.de/cloud/apps/encryption - enterprise_key: - Path: /d2/httpd/baeckerei-wehr.de/cloud/apps/enterprise_key - external: - Path: /d2/httpd/baeckerei-wehr.de/cloud/apps/external - files_antivirus: - Path: /d2/httpd/baeckerei-wehr.de/cloud/apps/files_antivirus - files_classifier: - Path: /d2/httpd/baeckerei-wehr.de/cloud/apps/files_classifier - files_external_dropbox: - Path: /d2/httpd/baeckerei-wehr.de/cloud/apps/files_external_dropbox - files_external_ftp: - Path: /d2/httpd/baeckerei-wehr.de/cloud/apps/files_external_ftp - files_ldap_home: - Path: /d2/httpd/baeckerei-wehr.de/cloud/apps/files_ldap_home - files_lifecycle: - Path: /d2/httpd/baeckerei-wehr.de/cloud/apps/files_lifecycle - firewall: - Path: /d2/httpd/baeckerei-wehr.de/cloud/apps/firewall - graphapi: - Path: /d2/httpd/baeckerei-wehr.de/cloud/apps/graphapi - guests: - Path: /d2/httpd/baeckerei-wehr.de/cloud/apps/guests - metrics: - Path: /d2/httpd/baeckerei-wehr.de/cloud/apps/metrics - oauth2: - Path: /d2/httpd/baeckerei-wehr.de/cloud/apps/oauth2 - openidconnect: - Path: /d2/httpd/baeckerei-wehr.de/cloud/apps/openidconnect - password_policy: - Path: /d2/httpd/baeckerei-wehr.de/cloud/apps/password_policy - ransomware_protection: - Path: /d2/httpd/baeckerei-wehr.de/cloud/apps/ransomware_protection - sharepoint: - Path: /d2/httpd/baeckerei-wehr.de/cloud/apps/sharepoint - systemtags_management: - Path: /d2/httpd/baeckerei-wehr.de/cloud/apps/systemtags_management - theme-enterprise: - Path: /d2/httpd/baeckerei-wehr.de/cloud/apps/theme-enterprise - user_external: - Path: /d2/httpd/baeckerei-wehr.de/cloud/apps/user_external - user_ldap: - Path: /d2/httpd/baeckerei-wehr.de/cloud/apps/user_ldap - user_shibboleth: - Path: /d2/httpd/baeckerei-wehr.de/cloud/apps/user_shibboleth - windows_network_drive: - Path: /d2/httpd/baeckerei-wehr.de/cloud/apps/windows_network_drive - wopi: - Path: /d2/httpd/baeckerei-wehr.de/cloud/apps/wopi - workflow: - Path: /d2/httpd/baeckerei-wehr.de/cloud/apps/workflow **Are you using external storage, if yes which one:** local/smb/sftp/... no **Are you using encryption:** yes/no no **Are you using an external user-backend, if yes which one:** LDAP/ActiveDirectory/Webdav/... no ### Client configuration #*Operating system:** Windows10 / Linux ### Logs #### Web server error log #### ownCloud log (data/owncloud.log) {"reqId":"kwxgC0nqRb9A11ZYIJia","level":0,"time":"2021-07-01T12:03:40+00:00","remoteAddr":"84.39.66.151","user":"--","app":"core","method":"GET","url":"\/core\/ajax\/update.php?requesttoken=XjlxYT0SC0V8H3AhahdgRQcJSiZhECQqdHNdHCVDZQQ%3D%3A2Q99SwYrNnCx%2FyQ7oayr0RVcDD%2Fys64C31KwYiK1ogA%3D","message":"starting upgrade from 10.0.10.4 to 10.7.0.4"} {"reqId":"kwxgC0nqRb9A11ZYIJia","level":3,"time":"2021-07-01T12:03:47+00:00","remoteAddr":"84.39.66.151","user":"--","app":"core","method":"GET","url":"\/core\/ajax\/update.php?requesttoken=XjlxYT0SC0V8H3AhahdgRQcJSiZhECQqdHNdHCVDZQQ%3D%3A2Q99SwYrNnCx%2FyQ7oayr0RVcDD%2Fys64C31KwYiK1ogA%3D","message":"Exception: {\"Exception\":\"OC\\\\RepairException\",\"Message\":\"Upgrade is not possible\",\"Code\":0,\"Trace\":\"#0 \\\/d2\\\/httpd\\\/baeckerei-wehr.de\\\/cloud\\\/lib\\\/private\\\/Repair.php(90): OC\\\\Repair\\\\Apps->run(Object(OC\\\\Repair))\\n#1 \\\/d2\\\/httpd\\\/baeckerei-wehr.de\\\/cloud\\\/lib\\\/private\\\/Updater.php(219): OC\\\\Repair->run()\\n#2 \\\/d2\\\/httpd\\\/baeckerei-wehr.de\\\/cloud\\\/lib\\\/private\\\/Updater.php(111): OC\\\\Updater->checkAppsCompatibility()\\n#3 \\\/d2\\\/httpd\\\/baeckerei-wehr.de\\\/cloud\\\/core\\\/ajax\\\/update.php(191): OC\\\\Updater->upgrade()\\n#4 {main}\",\"File\":\"\\\/d2\\\/httpd\\\/baeckerei-wehr.de\\\/cloud\\\/lib\\\/private\\\/Repair\\\/Apps.php\",\"Line\":219}"} {"reqId":"yZmX3mdfee73sHK68k6n","level":2,"time":"2021-07-01T12:10:32+00:00","remoteAddr":"45.79.204.46","user":"--","app":"core","method":"GET","url":"\/","message":"Trusted domain error. \"45.79.204.46\" tried to access using \"213.95.167.12\" as host."} {"reqId":"raHgJrT2yKSjEZ0yw2Wb","level":3,"time":"2021-07-01T12:20:08+00:00","remoteAddr":"84.39.66.151","user":"--","app":"index","method":"GET","url":"\/index.php\/core\/js\/oc.js?v=9445fd638ef376543534f8de90160fff","message":"Exception: {\"Exception\":\"OC\\\\NeedsUpdateException\",\"Message\":\"\",\"Code\":0,\"Trace\":\"#0 \\\/d2\\\/httpd\\\/baeckerei-wehr.de\\\/cloud\\\/lib\\\/private\\\/legacy\\\/app.php(125): OC_App::loadApp('activity')\\n#1 \\\/d2\\\/httpd\\\/baeckerei-wehr.de\\\/cloud\\\/lib\\\/private\\\/legacy\\\/util.php(150): OC_App::loadApps(Array)\\n#2 \\\/d2\\\/httpd\\\/baeckerei-wehr.de\\\/cloud\\\/lib\\\/base.php(914): OC_Util::setupFS()\\n#3 \\\/d2\\\/httpd\\\/baeckerei-wehr.de\\\/cloud\\\/index.php(54): OC::handleRequest()\\n#4 {main}\",\"File\":\"\\\/d2\\\/httpd\\\/baeckerei-wehr.de\\\/cloud\\\/lib\\\/private\\\/legacy\\\/app.php\",\"Line\":189}"} {"reqId":"crMtxV5CV9CTY17HYMD1","level":0,"time":"2021-07-01T12:20:10+00:00","remoteAddr":"84.39.66.151","user":"--","app":"core","method":"GET","url":"\/core\/ajax\/update.php?requesttoken=LyB4DQhTB1NIFXAhIDt5WSdeZjoiAzsxaGMFThEPOCY%3D%3ACH0Uf6UdzdCxeUH%2BO6UnsAIxXTw%2BGziaQk%2FRHLp4mYU%3D","message":"starting upgrade from 10.0.10.4 to 10.7.0.4"} {"reqId":"crMtxV5CV9CTY17HYMD1","level":0,"time":"2021-07-01T12:20:12+00:00","remoteAddr":"84.39.66.151","user":"--","app":"core","method":"GET","url":"\/core\/ajax\/update.php?requesttoken=LyB4DQhTB1NIFXAhIDt5WSdeZjoiAzsxaGMFThEPOCY%3D%3ACH0Uf6UdzdCxeUH%2BO6UnsAIxXTw%2BGziaQk%2FRHLp4mYU%3D","message":"Migrations: starting 20180607072706 from app core"} {"reqId":"crMtxV5CV9CTY17HYMD1","level":0,"time":"2021-07-01T12:20:20+00:00","remoteAddr":"84.39.66.151","user":"--","app":"core","method":"GET","url":"\/core\/ajax\/update.php?requesttoken=LyB4DQhTB1NIFXAhIDt5WSdeZjoiAzsxaGMFThEPOCY%3D%3ACH0Uf6UdzdCxeUH%2BO6UnsAIxXTw%2BGziaQk%2FRHLp4mYU%3D","message":"Migrations: completed 20180607072706 from app core"} {"reqId":"crMtxV5CV9CTY17HYMD1","level":0,"time":"2021-07-01T12:20:20+00:00","remoteAddr":"84.39.66.151","user":"--","app":"core","method":"GET","url":"\/core\/ajax\/update.php?requesttoken=LyB4DQhTB1NIFXAhIDt5WSdeZjoiAzsxaGMFThEPOCY%3D%3ACH0Uf6UdzdCxeUH%2BO6UnsAIxXTw%2BGziaQk%2FRHLp4mYU%3D","message":"Migrations: starting 20181017105216 from app core"} {"reqId":"crMtxV5CV9CTY17HYMD1","level":0,"time":"2021-07-01T12:20:24+00:00","remoteAddr":"84.39.66.151","user":"--","app":"core","method":"GET","url":"\/core\/ajax\/update.php?requesttoken=LyB4DQhTB1NIFXAhIDt5WSdeZjoiAzsxaGMFThEPOCY%3D%3ACH0Uf6UdzdCxeUH%2BO6UnsAIxXTw%2BGziaQk%2FRHLp4mYU%3D","message":"Migrations: completed 20181017105216 from app core"} {"reqId":"crMtxV5CV9CTY17HYMD1","level":0,"time":"2021-07-01T12:20:24+00:00","remoteAddr":"84.39.66.151","user":"--","app":"core","method":"GET","url":"\/core\/ajax\/update.php?requesttoken=LyB4DQhTB1NIFXAhIDt5WSdeZjoiAzsxaGMFThEPOCY%3D%3ACH0Uf6UdzdCxeUH%2BO6UnsAIxXTw%2BGziaQk%2FRHLp4mYU%3D","message":"Migrations: starting 20181017120818 from app core"} {"reqId":"crMtxV5CV9CTY17HYMD1","level":0,"time":"2021-07-01T12:20:24+00:00","remoteAddr":"84.39.66.151","user":"--","app":"core","method":"GET","url":"\/core\/ajax\/update.php?requesttoken=LyB4DQhTB1NIFXAhIDt5WSdeZjoiAzsxaGMFThEPOCY%3D%3ACH0Uf6UdzdCxeUH%2BO6UnsAIxXTw%2BGziaQk%2FRHLp4mYU%3D","message":"Migrations: completed 20181017120818 from app core"} {"reqId":"crMtxV5CV9CTY17HYMD1","level":0,"time":"2021-07-01T12:20:24+00:00","remoteAddr":"84.39.66.151","user":"--","app":"core","method":"GET","url":"\/core\/ajax\/update.php?requesttoken=LyB4DQhTB1NIFXAhIDt5WSdeZjoiAzsxaGMFThEPOCY%3D%3ACH0Uf6UdzdCxeUH%2BO6UnsAIxXTw%2BGziaQk%2FRHLp4mYU%3D","message":"Migrations: starting 20181113071753 from app core"} {"reqId":"crMtxV5CV9CTY17HYMD1","level":0,"time":"2021-07-01T12:20:26+00:00","remoteAddr":"84.39.66.151","user":"--","app":"core","method":"GET","url":"\/core\/ajax\/update.php?requesttoken=LyB4DQhTB1NIFXAhIDt5WSdeZjoiAzsxaGMFThEPOCY%3D%3ACH0Uf6UdzdCxeUH%2BO6UnsAIxXTw%2BGziaQk%2FRHLp4mYU%3D","message":"Migrations: completed 20181113071753 from app core"} {"reqId":"crMtxV5CV9CTY17HYMD1","level":0,"time":"2021-07-01T12:20:26+00:00","remoteAddr":"84.39.66.151","user":"--","app":"core","method":"GET","url":"\/core\/ajax\/update.php?requesttoken=LyB4DQhTB1NIFXAhIDt5WSdeZjoiAzsxaGMFThEPOCY%3D%3ACH0Uf6UdzdCxeUH%2BO6UnsAIxXTw%2BGziaQk%2FRHLp4mYU%3D","message":"Migrations: starting 20181220085457 from app core"} {"reqId":"crMtxV5CV9CTY17HYMD1","level":0,"time":"2021-07-01T12:20:35+00:00","remoteAddr":"84.39.66.151","user":"--","app":"core","method":"GET","url":"\/core\/ajax\/update.php?requesttoken=LyB4DQhTB1NIFXAhIDt5WSdeZjoiAzsxaGMFThEPOCY%3D%3ACH0Uf6UdzdCxeUH%2BO6UnsAIxXTw%2BGziaQk%2FRHLp4mYU%3D","message":"Migrations: completed 20181220085457 from app core"} {"reqId":"crMtxV5CV9CTY17HYMD1","level":0,"time":"2021-07-01T12:20:35+00:00","remoteAddr":"84.39.66.151","user":"--","app":"core","method":"GET","url":"\/core\/ajax\/update.php?requesttoken=LyB4DQhTB1NIFXAhIDt5WSdeZjoiAzsxaGMFThEPOCY%3D%3ACH0Uf6UdzdCxeUH%2BO6UnsAIxXTw%2BGziaQk%2FRHLp4mYU%3D","message":"Migrations: starting 20190125162909 from app core"} {"reqId":"crMtxV5CV9CTY17HYMD1","level":0,"time":"2021-07-01T12:20:47+00:00","remoteAddr":"84.39.66.151","user":"--","app":"core","method":"GET","url":"\/core\/ajax\/update.php?requesttoken=LyB4DQhTB1NIFXAhIDt5WSdeZjoiAzsxaGMFThEPOCY%3D%3ACH0Uf6UdzdCxeUH%2BO6UnsAIxXTw%2BGziaQk%2FRHLp4mYU%3D","message":"Migrations: completed 20190125162909 from app core"} {"reqId":"crMtxV5CV9CTY17HYMD1","level":0,"time":"2021-07-01T12:20:47+00:00","remoteAddr":"84.39.66.151","user":"--","app":"core","method":"GET","url":"\/core\/ajax\/update.php?requesttoken=LyB4DQhTB1NIFXAhIDt5WSdeZjoiAzsxaGMFThEPOCY%3D%3ACH0Uf6UdzdCxeUH%2BO6UnsAIxXTw%2BGziaQk%2FRHLp4mYU%3D","message":"Migrations: starting 20200610110817 from app core"} {"reqId":"crMtxV5CV9CTY17HYMD1","level":0,"time":"2021-07-01T12:20:47+00:00","remoteAddr":"84.39.66.151","user":"--","app":"core","method":"GET","url":"\/core\/ajax\/update.php?requesttoken=LyB4DQhTB1NIFXAhIDt5WSdeZjoiAzsxaGMFThEPOCY%3D%3ACH0Uf6UdzdCxeUH%2BO6UnsAIxXTw%2BGziaQk%2FRHLp4mYU%3D","message":"Migrations: completed 20200610110817 from app core"} {"reqId":"crMtxV5CV9CTY17HYMD1","level":0,"time":"2021-07-01T12:20:48+00:00","remoteAddr":"84.39.66.151","user":"--","app":"core","method":"GET","url":"\/core\/ajax\/update.php?requesttoken=LyB4DQhTB1NIFXAhIDt5WSdeZjoiAzsxaGMFThEPOCY%3D%3ACH0Uf6UdzdCxeUH%2BO6UnsAIxXTw%2BGziaQk%2FRHLp4mYU%3D","message":"Migrations: starting 20181115210344 from app dav"} {"reqId":"crMtxV5CV9CTY17HYMD1","level":0,"time":"2021-07-01T12:20:51+00:00","remoteAddr":"84.39.66.151","user":"--","app":"core","method":"GET","url":"\/core\/ajax\/update.php?requesttoken=LyB4DQhTB1NIFXAhIDt5WSdeZjoiAzsxaGMFThEPOCY%3D%3ACH0Uf6UdzdCxeUH%2BO6UnsAIxXTw%2BGziaQk%2FRHLp4mYU%3D","message":"Migrations: completed 20181115210344 from app dav"} {"reqId":"crMtxV5CV9CTY17HYMD1","level":0,"time":"2021-07-01T12:20:51+00:00","remoteAddr":"84.39.66.151","user":"--","app":"core","method":"GET","url":"\/core\/ajax\/update.php?requesttoken=LyB4DQhTB1NIFXAhIDt5WSdeZjoiAzsxaGMFThEPOCY%3D%3ACH0Uf6UdzdCxeUH%2BO6UnsAIxXTw%2BGziaQk%2FRHLp4mYU%3D","message":"Migrations: starting 20190823065724 from app dav"} {"reqId":"crMtxV5CV9CTY17HYMD1","level":0,"time":"2021-07-01T12:20:53+00:00","remoteAddr":"84.39.66.151","user":"--","app":"core","method":"GET","url":"\/core\/ajax\/update.php?requesttoken=LyB4DQhTB1NIFXAhIDt5WSdeZjoiAzsxaGMFThEPOCY%3D%3ACH0Uf6UdzdCxeUH%2BO6UnsAIxXTw%2BGziaQk%2FRHLp4mYU%3D","message":"Migrations: completed 20190823065724 from app dav"} {"reqId":"crMtxV5CV9CTY17HYMD1","level":0,"time":"2021-07-01T12:20:53+00:00","remoteAddr":"84.39.66.151","user":"--","app":"core","method":"GET","url":"\/core\/ajax\/update.php?requesttoken=LyB4DQhTB1NIFXAhIDt5WSdeZjoiAzsxaGMFThEPOCY%3D%3ACH0Uf6UdzdCxeUH%2BO6UnsAIxXTw%2BGziaQk%2FRHLp4mYU%3D","message":"Migrations: starting 20200114181454 from app dav"} {"reqId":"crMtxV5CV9CTY17HYMD1","level":0,"time":"2021-07-01T12:20:54+00:00","remoteAddr":"84.39.66.151","user":"--","app":"core","method":"GET","url":"\/core\/ajax\/update.php?requesttoken=LyB4DQhTB1NIFXAhIDt5WSdeZjoiAzsxaGMFThEPOCY%3D%3ACH0Uf6UdzdCxeUH%2BO6UnsAIxXTw%2BGziaQk%2FRHLp4mYU%3D","message":"Migrations: completed 20200114181454 from app dav"} {"reqId":"crMtxV5CV9CTY17HYMD1","level":0,"time":"2021-07-01T12:20:54+00:00","remoteAddr":"84.39.66.151","user":"--","app":"core","method":"GET","url":"\/core\/ajax\/update.php?requesttoken=LyB4DQhTB1NIFXAhIDt5WSdeZjoiAzsxaGMFThEPOCY%3D%3ACH0Uf6UdzdCxeUH%2BO6UnsAIxXTw%2BGziaQk%2FRHLp4mYU%3D","message":"Migrations: starting 20200427142541 from app dav"} {"reqId":"crMtxV5CV9CTY17HYMD1","level":0,"time":"2021-07-01T12:20:56+00:00","remoteAddr":"84.39.66.151","user":"--","app":"core","method":"GET","url":"\/core\/ajax\/update.php?requesttoken=LyB4DQhTB1NIFXAhIDt5WSdeZjoiAzsxaGMFThEPOCY%3D%3ACH0Uf6UdzdCxeUH%2BO6UnsAIxXTw%2BGziaQk%2FRHLp4mYU%3D","message":"Migrations: completed 20200427142541 from app dav"} {"reqId":"crMtxV5CV9CTY17HYMD1","level":0,"time":"2021-07-01T12:20:57+00:00","remoteAddr":"84.39.66.151","user":"--","app":"core","method":"GET","url":"\/core\/ajax\/update.php?requesttoken=LyB4DQhTB1NIFXAhIDt5WSdeZjoiAzsxaGMFThEPOCY%3D%3ACH0Uf6UdzdCxeUH%2BO6UnsAIxXTw%2BGziaQk%2FRHLp4mYU%3D","message":"Migrations: starting 20190410160725 from app federatedfilesharing"} {"reqId":"crMtxV5CV9CTY17HYMD1","level":0,"time":"2021-07-01T12:20:58+00:00","remoteAddr":"84.39.66.151","user":"--","app":"core","method":"GET","url":"\/core\/ajax\/update.php?requesttoken=LyB4DQhTB1NIFXAhIDt5WSdeZjoiAzsxaGMFThEPOCY%3D%3ACH0Uf6UdzdCxeUH%2BO6UnsAIxXTw%2BGziaQk%2FRHLp4mYU%3D","message":"Migrations: completed 20190410160725 from app federatedfilesharing"} {"reqId":"crMtxV5CV9CTY17HYMD1","level":0,"time":"2021-07-01T12:20:59+00:00","remoteAddr":"84.39.66.151","user":"--","app":"core","method":"GET","url":"\/core\/ajax\/update.php?requesttoken=LyB4DQhTB1NIFXAhIDt5WSdeZjoiAzsxaGMFThEPOCY%3D%3ACH0Uf6UdzdCxeUH%2BO6UnsAIxXTw%2BGziaQk%2FRHLp4mYU%3D","message":"Migrations: starting 20190426123324 from app files_sharing"} {"reqId":"crMtxV5CV9CTY17HYMD1","level":0,"time":"2021-07-01T12:21:01+00:00","remoteAddr":"84.39.66.151","user":"--","app":"core","method":"GET","url":"\/core\/ajax\/update.php?requesttoken=LyB4DQhTB1NIFXAhIDt5WSdeZjoiAzsxaGMFThEPOCY%3D%3ACH0Uf6UdzdCxeUH%2BO6UnsAIxXTw%2BGziaQk%2FRHLp4mYU%3D","message":"Migrations: completed 20190426123324 from app files_sharing"} {"reqId":"crMtxV5CV9CTY17HYMD1","level":0,"time":"2021-07-01T12:21:01+00:00","remoteAddr":"84.39.66.151","user":"--","app":"core","method":"GET","url":"\/core\/ajax\/update.php?requesttoken=LyB4DQhTB1NIFXAhIDt5WSdeZjoiAzsxaGMFThEPOCY%3D%3ACH0Uf6UdzdCxeUH%2BO6UnsAIxXTw%2BGziaQk%2FRHLp4mYU%3D","message":"Migrations: starting 20200504211654 from app files_sharing"} {"reqId":"crMtxV5CV9CTY17HYMD1","level":0,"time":"2021-07-01T12:21:02+00:00","remoteAddr":"84.39.66.151","user":"--","app":"core","method":"GET","url":"\/core\/ajax\/update.php?requesttoken=LyB4DQhTB1NIFXAhIDt5WSdeZjoiAzsxaGMFThEPOCY%3D%3ACH0Uf6UdzdCxeUH%2BO6UnsAIxXTw%2BGziaQk%2FRHLp4mYU%3D","message":"Migrations: completed 20200504211654 from app files_sharing"} {"reqId":"crMtxV5CV9CTY17HYMD1","level":0,"time":"2021-07-01T12:21:02+00:00","remoteAddr":"84.39.66.151","user":"--","app":"core","method":"GET","url":"\/core\/ajax\/update.php?requesttoken=LyB4DQhTB1NIFXAhIDt5WSdeZjoiAzsxaGMFThEPOCY%3D%3ACH0Uf6UdzdCxeUH%2BO6UnsAIxXTw%2BGziaQk%2FRHLp4mYU%3D","message":"Migrations: starting 20200823121322 from app files_sharing"} {"reqId":"crMtxV5CV9CTY17HYMD1","level":0,"time":"2021-07-01T12:21:03+00:00","remoteAddr":"84.39.66.151","user":"--","app":"core","method":"GET","url":"\/core\/ajax\/update.php?requesttoken=LyB4DQhTB1NIFXAhIDt5WSdeZjoiAzsxaGMFThEPOCY%3D%3ACH0Uf6UdzdCxeUH%2BO6UnsAIxXTw%2BGziaQk%2FRHLp4mYU%3D","message":"Migrations: completed 20200823121322 from app files_sharing"} {"reqId":"crMtxV5CV9CTY17HYMD1","level":1,"time":"2021-07-01T12:21:04+00:00","remoteAddr":"84.39.66.151","user":"--","app":"no app in context","method":"GET","url":"\/core\/ajax\/update.php?requesttoken=LyB4DQhTB1NIFXAhIDt5WSdeZjoiAzsxaGMFThEPOCY%3D%3ACH0Uf6UdzdCxeUH%2BO6UnsAIxXTw%2BGziaQk%2FRHLp4mYU%3D","message":"Attempting to install shipped app: files_mediaviewer"} {"reqId":"crMtxV5CV9CTY17HYMD1","level":0,"time":"2021-07-01T12:21:04+00:00","remoteAddr":"84.39.66.151","user":"--","app":"no app in context","method":"GET","url":"\/core\/ajax\/update.php?requesttoken=LyB4DQhTB1NIFXAhIDt5WSdeZjoiAzsxaGMFThEPOCY%3D%3ACH0Uf6UdzdCxeUH%2BO6UnsAIxXTw%2BGziaQk%2FRHLp4mYU%3D","message":"Running app install script"} {"reqId":"crMtxV5CV9CTY17HYMD1","level":0,"time":"2021-07-01T12:21:04+00:00","remoteAddr":"84.39.66.151","user":"--","app":"no app in context","method":"GET","url":"\/core\/ajax\/update.php?requesttoken=LyB4DQhTB1NIFXAhIDt5WSdeZjoiAzsxaGMFThEPOCY%3D%3ACH0Uf6UdzdCxeUH%2BO6UnsAIxXTw%2BGziaQk%2FRHLp4mYU%3D","message":"Running app install repair steps"} {"reqId":"VfoNZ2S9lOA4RjsP7T3w","level":2,"time":"2021-07-01T13:00:06+00:00","remoteAddr":"45.83.65.218","user":"--","app":"core","method":"GET","url":"\/","message":"Trusted domain error. \"45.83.65.218\" tried to access using \"213.95.167.12\" as host."} {"reqId":"9Pp6RVO174c20O40Je4F","level":2,"time":"2021-07-01T13:15:24+00:00","remoteAddr":"45.146.164.110","user":"--","app":"core","method":"GET","url":"\/index.php?s=\/Index\/\\think\\app\/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=HelloThinkPHP21","message":"Trusted domain error. \"45.146.164.110\" tried to access using \"213.95.167.12:443\" as host."} {"reqId":"8BYiTHA4ZJURQgsbkJEj","level":2,"time":"2021-07-01T13:15:27+00:00","remoteAddr":"45.146.164.110","user":"--","app":"core","method":"GET","url":"\/?XDEBUG_SESSION_START=phpstorm","message":"Trusted domain error. \"45.146.164.110\" tried to access using \"213.95.167.12:443\" as host."} {"reqId":"aPc4WRK97JiC4VfBNFcp","level":2,"time":"2021-07-01T13:16:04+00:00","remoteAddr":"34.205.77.214","user":"--","app":"core","method":"GET","url":"\/","message":"Trusted domain error. \"34.205.77.214\" tried to access using \"213.95.167.12\" as host."} {"reqId":"o8rJ4WZdkpJkvhRHHBTo","level":2,"time":"2021-07-01T13:19:47+00:00","remoteAddr":"76.120.101.21","user":"--","app":"core","method":"GET","url":"\/","message":"Trusted domain error. \"76.120.101.21\" tried to access using \"213.95.167.12\" as host."} {"reqId":"0v5natsviaCEAkMapKVS","level":2,"time":"2021-07-01T13:50:02+00:00","remoteAddr":"84.39.70.219","user":"--","app":"core","method":"POST","url":"\/index.php\/login","message":"Login failed: 'Bernhard' (Remote IP: '84.39.70.219')"} # #### Browser log ``` Insert your browser log here, this could for example include: a) The javascript console log JQMIGRATE: Migrate is installed, version 1.4.0 js.js?v=76304cd1ddd5…c08ecd9c999f21:2329 Deprecation warning: tipsy is deprecated. Use tooltip instead. DevTools failed to load SourceMap: Could not load content for chrome-extension://pgjjikdiikihdfpoppgaidccahalehjh/webspeed.js.map: HTTP error: status code 404, net::ERR_UNKNOWN_URL_SCHEME

Strange. In my instance I’ve to click on a sharing icon.
image

1 Like

That’s what I knew from former versions. But there is no share Icon…:

You have sharing enabled? (Settings->Admin->Sharing)

1 Like

image
Might this be a problem?

2 Likes

you made my day…
that was it - but I don’t understand why - my intention was to prohibit embers of group “markt” from sharing something - and that worked in earlier versions…
Thank you!

3 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.