Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]:Files root folder for external data not possible #32747

Closed
5 of 8 tasks
SprotteCode opened this issue Jun 8, 2022 · 4 comments
Closed
5 of 8 tasks

[Bug]:Files root folder for external data not possible #32747

SprotteCode opened this issue Jun 8, 2022 · 4 comments
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap bug

Comments

@SprotteCode
Copy link

⚠️ This issue respects the following points: ⚠️

  • This is a bug, not a question or a configuration/webserver/proxy issue.
  • This issue is not already reported on Github (I've searched it).
  • Nextcloud Server is up to date. See Maintenance and Release Schedule for supported versions.
  • I agree to follow Nextcloud's Code of Conduct.

Bug description

After I have updated Nextcloud Server from Version 23 to version 24.05, my external root folder is not longer accessible. In version 23 I had to use "" in the folder name of the external files and had access to my external data via SMB/CIFS. Now I have to give the folder a name, which let's me not access it as root folder.

Steps to reproduce

  1. Go to Options (Einstellungen)
  2. Access external files (Externe Dateien)
  3. Connect via SMB/CIFS to an external drive and let the folder name be ""
  4. Can't access the folder in files menu any longer

Expected behavior

Using the "" should cause the external files to be seen as root folder

Installation method

Manual installation

Operating system

Debian/Ubuntu

PHP engine version

PHP 7.4

Web server

Apache (supported)

Database engine version

MariaDB

Is this bug present after an update or on a fresh install?

No response

Are you using the Nextcloud Server Encryption module?

Encryption is Disabled

What user-backends are you using?

  • Default user-backend (database)
  • LDAP/ Active Directory
  • SSO - SAML
  • Other

Configuration report

No response

List of activated Apps

to be reported later

Nextcloud Signing status

No response

Nextcloud Logs

No response

Additional info

No response

@SprotteCode SprotteCode added 0. Needs triage Pending check for reproducibility or if it fits our roadmap bug labels Jun 8, 2022
@SprotteCode
Copy link
Author

Missing information:
Current version is 23.0.5. Update to Nextcloud 24.0.1 (channel: "stable")

sudo -u www-data php occ config:list system

{
"system": {
"passwordsalt": "REMOVED SENSITIVE VALUE",
"secret": "REMOVED SENSITIVE VALUE",
"trusted_domains": [
"localhost",
"cloud.REMOVED SENSITIVE VALUE.de",
"10.168.1.26"
],
"simpleSignUpLink.shown": false,
"datadirectory": "REMOVED SENSITIVE VALUE",
"dbtype": "mysql",
"version": "24.0.1.1",
"overwrite.cli.url": "https://cloud.REMOVED SENSITIVE VALUE.de/",
"dbname": "REMOVED SENSITIVE VALUE",
"dbhost": "REMOVED SENSITIVE VALUE",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"installed": true,
"htaccess.RewriteBase": "/",
"instanceid": "REMOVED SENSITIVE VALUE",
"activity_expire_days": 14,
"auth.bruteforce.protection.enabled": true,
"blacklisted_files": [
".htaccess",
"Thumbs.db",
"thumbs.db"
],
"cron_log": true,
"default_phone_region": "DE",
"enable_previews": true,
"enabledPreviewProviders": [
"OC\Preview\PNG",
"OC\Preview\JPEG",
"OC\Preview\GIF",
"OC\Preview\BMP",
"OC\Preview\XBitmap",
"OC\Preview\Movie",
"OC\Preview\PDF",
"OC\Preview\MP3",
"OC\Preview\TXT",
"OC\Preview\MarkDown"
],
"filesystem_check_changes": 0,
"filelocking.enabled": "true",
"integrity.check.disabled": false,
"knowledgebaseenabled": false,
"logfile": "/var/nc_data/nextcloud.log",
"logtimezone": "Europe/Berlin",
"log_rotate_size": 104857600,
"maintenance": false,
"memcache.local": "\OC\Memcache\APCu",
"memcache.locking": "\OC\Memcache\Redis",
"overwriteprotocol": "https",
"preview_max_x": 1024,
"preview_max_y": 768,
"preview_max_scale_factor": 1,
"redis": {
"host": "REMOVED SENSITIVE VALUE",
"port": 0,
"dbindex": 0,
"timeout": 1.5
},
"quota_include_external_storage": false,
"share_folder": "/Freigaben",
"skeletondirectory": "",
"theme": "",
"trashbin_retention_obligation": "auto, 14",
"updater.release.channel": "stable",
"app_install_overwrite": [
"files_external_ipfs"
],
"mail_smtpmode": "smtp",
"mail_smtpsecure": "ssl",
"mail_sendmailmode": "smtp",
"mail_from_address": "REMOVED SENSITIVE VALUE",
"mail_domain": "REMOVED SENSITIVE VALUE",
"mail_smtpauthtype": "LOGIN",
"mail_smtpauth": 1,
"mail_smtphost": "REMOVED SENSITIVE VALUE",
"mail_smtpport": "465",
"mail_smtpname": "REMOVED SENSITIVE VALUE",
"mail_smtppassword": "REMOVED SENSITIVE VALUE",
"loglevel": 2,
"updater.secret": "REMOVED SENSITIVE VALUE"
}
}

sudo -u www-data php occ app:list
Enabled:

  • accessibility: 1.10.0
  • activity: 2.16.0
  • audioplayer: 3.3.0
  • bookmarks: 10.3.1
  • bruteforcesettings: 2.4.0
  • calendar: 3.3.1
  • cloud_federation_api: 1.7.0
  • comments: 1.14.0
  • contacts: 4.1.1
  • contactsinteraction: 1.5.0
  • dashboard: 7.4.0
  • dav: 1.22.0
  • federatedfilesharing: 1.14.0
  • federation: 1.14.0
  • files: 1.19.0
  • files_external: 1.16.1
  • files_pdfviewer: 2.5.0
  • files_rightclick: 1.3.0
  • files_sharing: 1.16.2
  • files_trashbin: 1.14.0
  • files_versions: 1.17.0
  • files_videoplayer: 1.13.0
  • firstrunwizard: 2.13.0
  • forms: 2.5.1
  • groupfolders: 12.0.0
  • logreader: 2.9.0
  • lookup_server_connector: 1.12.0
  • mail: 1.13.2
  • nextcloud_announcements: 1.13.0
  • notes: 4.3.1
  • notifications: 2.12.0
  • oauth2: 1.12.0
  • password_policy: 1.14.0
  • passwords: 2022.6.10
  • photos: 1.6.0
  • polls: 3.6.1
  • privacy: 1.8.0
  • provisioning_api: 1.14.0
  • recommendations: 1.3.0
  • richdocuments: 6.1.0
  • richdocumentscode: 21.11.402
  • serverinfo: 1.14.0
  • settings: 1.6.0
  • sharebymail: 1.14.0
  • spreed: 14.0.2
  • support: 1.7.0
  • survey_client: 1.12.0
  • systemtags: 1.14.0
  • tasks: 0.14.4
  • text: 3.5.1
  • theming: 1.15.0
  • twofactor_backupcodes: 1.13.0
  • twofactor_totp: 6.3.0
  • unsplash: 1.2.5
  • updatenotification: 1.14.0
  • user_status: 1.4.0
  • viewer: 1.8.0
  • weather_status: 1.4.0
  • webapppassword: 22.5.0
  • workflowengine: 2.6.0
    Disabled:
  • admin_audit
  • circles: 23.1.0
  • encryption
  • music: 1.5.2
  • twofactor_admin: 3.2.0
  • user_ldap

https://yournextcloud.tld/index.php/settings/integrity/failed :
No errors have been found.

@SystemKeeper
Copy link
Contributor

#32367 ?

@SprotteCode
Copy link
Author

Sorry, seems to be the same issue.

@PVince81
Copy link
Member

closing as duplicate of #32367

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap bug
Projects
None yet
Development

No branches or pull requests

3 participants