Hey there,
I have a problem with the public sharing in ownCloud. It's possible for me to create and send (via mail) a public link referring to my ownCloud-directory but unfortunately it's not possible to see the content or upload new files. As mentioned below the following message appears:
"This directory is unavailable please check the logs or contact the administrator"
I've checked the logs but there hasn't been any error message. I appreciate any help you can provide.
Steps to reproduce
- Create a directory for public sharing
- Activate "share link" and "allow editing"
- Visit the shared link to upload some files
Expected behaviour
The shared directory should be publicly available through this link to download/upload some files.
Actual behaviour
It's possible to visit the shared link but the following message appears:
"This directory is unavailable please check the logs or contact the administrator"
The log file has no error.
Server configuration
Operating system:
Debian 8
Web server:
Apache 2 .4.10
Database:
mysql 14.14
PHP version:
5.6.30
ownCloud version:
9.1.6
Updated from an older ownCloud or fresh install:
Updated from ownCloud 8 some time ago
Where did you install ownCloud from:
From the official source as an archive file
The content of config/config.php:
"basic": {
"license key": "",
"date": "Thu, 21 Sep 2017 11:00:50 +0000",
"ownCloud version": "9.1.6.2",
"ownCloud version string": "9.1.6",
"ownCloud edition": "",
"server OS": "Linux",
"server OS version": "Linux donovan 3.16.0-4-amd64 #1 SMP Debian 3.16.43-2 (2017-04-30) x86_64",
"server SAPI": "apache2handler",
"webserver version": "Apache\/2.4.10 (Debian)",
"hostname": "donovan.xxx.xxx",
"user count": 32,
"user directories": 32,
"logged-in user": "ocadmin"
},
"integritychecker": {
"passing": true,
"enabled": true,
"result": []
},
"config": {
"instanceid": "***REMOVED SENSITIVE VALUE***",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"XXX.XXX.XXX.100",
"donovan.XXX.XXX"
],
"datadirectory": "\/home\/data\/owncloud\/",
"overwrite.cli.url": "\/owncloud",
"dbtype": "mysql",
"version": "9.1.6.2",
"dbname": "oc_database",
"dbhost": "localhost",
"dbtableprefix": "oc_",
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"logtimezone": "Europe\/Berlin",
"installed": true,
"ldapIgnoreNamingRules": false,
"loglevel": 4,
"maintenance": false,
"memcache.local": "\\OC\\Memcache\\APCu",
"trashbin_retention_obligation": "auto",
"enable_previews": true,
"preview_libreoffice_path": "\/usr\/bin\/libreoffice",
"preview_office_cl_parameters": "--headless --nologo --nofirststartwizard --invisible --norestore",
"0": "-convert-to pdf -outdir",
"overwritewebroot": "\/owncloud",
"mail_from_address": "no_reply",
"mail_smtpmode": "php",
"mail_domain": "donovan.XXX.XXX"
List of activated apps:
Activity, Admin Config Report, Collaborative tags, Comments, Deleted files,
First run wizard, Gallery, LDAP user and group backend, Mail Template Editor,
PDF Viewer, Provisioning API, Share Files, Text Editor, Update notification,
Versions, Video player, Calendar, Contacts, Tasks
Are you using external storage, if yes which one: local/smb/sftp/...
No.
Are you using encryption:
No.
Are you using an external user-backend, if yes which one:
LDAP