Core: owncloud v9.0.1 resharing is not allowed after adding an external storage

Created on 22 May 2016  路  7Comments  路  Source: owncloud/core

Steps to reproduce

1.login as admin and in the backend console, add storage where files locate in my server
2.go to main page got this file in the list
3.get detail information of the file, it shows resharing is not allowed

Expected behaviour

Tell us what should happen
it should show me the share link of the file

Actual behaviour

Tell us what happens instead
it shows a tag of "resharing is not allowed"

Server configuration

Operating system:
ubuntu 14.04

Web server:
apache2

Database:
mysql Ver 14.14 Distrib 5.5.44

PHP version:
PHP 5.5.9-1ubuntu4.14

ownCloud version: (see ownCloud admin page)
9.0.1

Updated from an older ownCloud or fresh install:
updated from last stable version

Where did you install ownCloud from:
official site

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 here.

No errors have been found.

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

Enabled:
  - comments: 0.2
  - dav: 0.1.6
  - federatedfilesharing: 0.1.0
  - federation: 0.0.4
  - files: 1.4.4
  - files_external: 0.5.2
  - files_sharing: 0.9.1
  - files_videoplayer: 0.9.8
  - notifications: 0.2.3
  - provisioning_api: 0.4.1
  - systemtags: 0.2
  - updatenotification: 0.1.0
Disabled:
  - activity
  - encryption
  - external
  - files_pdfviewer
  - files_texteditor
  - files_trashbin
  - files_versions
  - firstrunwizard
  - gallery
  - templateeditor
  - user_external
  - user_ldap

The content of config/config.php:

{
    "system": {
        "instanceid": "oc13d8cc02a2",
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": [
            "cloud.temp-mechinfo.me",
            "59.66.152.189",
            "temp-mechinfo.me",
            "cloud.mechinfo.me",
            "mechinfo.me"
        ],
        "datadirectory": "\/media\/dme\/DME_DATA\/ocdata",
        "overwrite.cli.url": "http:\/\/cloud.temp-mechinfo.me\/",
        "dbtype": "mysql",
        "version": "9.0.1.3",
        "dbname": "owncloudDB",
        "dbhost": "localhost",
        "dbtableprefix": "oc_",
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "installed": true,
        "default_language": "zh_CN",
        "ldapIgnoreNamingRules": false,
        "theme": "",
        "maintenance": false,
        "loglevel": 4
    }
}

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

Are you using encryption: no

Are you using an external user-backend, if yes which one: no

Bug files_external needs info

Most helpful comment

@guzhaoyuan See https://doc.owncloud.org/server/9.0/admin_manual/configuration_files/external_storage_configuration_gui.html#external-storage-mount-options-label and enable sharing for the external storage.

Btw. when posting screenshots it makes sense switching the language to english. :-)

All 7 comments

Which external storage backend are you using? Local?

@guzhaoyuan With oC 9 you need to explicitly enable sharing on external storages like stated in the oC 9 release notes:

https://doc.owncloud.org/server/9.0/admin_manual/release_notes.html

yes, I am using local external storage backend.
image
image

@guzhaoyuan See https://doc.owncloud.org/server/9.0/admin_manual/configuration_files/external_storage_configuration_gui.html#external-storage-mount-options-label and enable sharing for the external storage.

Btw. when posting screenshots it makes sense switching the language to english. :-)

@RealRancor Thank you, Problem solved! Sorry for disturbing!

Hey, this issue has been closed because the label needs info is set and there were no updates for 14 days. Feel free to reopen this issue if you deem it appropriate.

(This is an automated comment from GitMate.io.

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

laurivosandi picture laurivosandi  路  65Comments

sonanchenko picture sonanchenko  路  81Comments

PVince81 picture PVince81  路  61Comments

spezifanta picture spezifanta  路  69Comments

LukasReschke picture LukasReschke  路  141Comments