-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Problems with public shares #31454
Comments
It works OK for me on ownCloud 10.0.8 and Firefox. |
Yes and I have also tried it with Chrome 66.0.3359.181. Same result. Problems stated adter an upgrade so not all is upgraded properly maybe? |
Depends on which button I click, I get also these errors: TypeError: this.$el.find(...).select2 is not a function => While opening the share dialog |
Anyone else got any idea of what might have gone wrong? |
Hi, I just complete an upgrade on our server and got the same issue… If anything can help, here is it some informations : Server configurationOperating system: Linux 3.16.0-6-amd64 #1 SMP Debian 3.16.56-1+deb8u1 (2018-05-08) x86_64 GNU/Linux Web server: Apache 2.4.10-10+deb8u12 Database: Mysql 5.5.60-0+deb8u1 PHP version: 5.6.33+dfsg-0+deb8u1 ownCloud version: 10.0.8-1+1.1 Updated from an older ownCloud or fresh install: updated Where did you install ownCloud from: http://download.owncloud.org/download/repositories/10.0/Debian_8.0/ Signing status (ownCloud 9.0 and above):
The content of config/config.php: <?php
$CONFIG = array (
'instanceid' => '',
'passwordsalt' => '',
'secret' => '',
'version' => '10.0.8.5',
'trusted_domains' =>
array (
0 => 'cloud.domain.org',
),
'datadirectory' => '/mnt/data',
'overwrite.cli.url' => 'https://cloud.domain.org',
'dbtype' => 'mysql',
'dbname' => 'owncloud',
'dbhost' => 'localhost',
'dbtableprefix' => '',
'dbuser' => 'owncloud',
'dbpassword' => '',
'installed' => true,
'logtimezone' => 'Europe/Paris',
'theme' => '',
'loglevel' => 4,
'log_type' => 'syslog',
'logdateformat' => 'Ymd H:i:s',
'log_query' => false,
'log_authfailip' => true,
'trashbin_retention_obligation' => 'auto',
'ldapIgnoreNamingRules' => false,
'ldapUserCleanupInterval' => 1,
'activity_expire_days' => 14,
'mail_smtpmode' => 'smtp',
'mail_from_address' => 'owncloud',
'mail_domain' => 'cloud.domain.org',
'mail_smtphost' => 'smtpint.domain.org',
'mail_smtpport' => '25',
'customclient_android' => 'http://f-droid.org/app/com.owncloud.android',
'maintenance' => false,
'updatechecker' => false,
'singleuser' => false,
'skeletondirectory' => '',
); List of activated apps:
Are you using external storage, if yes which one: none Are you using encryption: no Are you using an external user-backend, if yes which one: LDAP Client configurationBrowser: Firefox 60.0-1 Operating system: Debian Sid up-to-date |
Can you try to enable |
@patrickjahns In my case it is not installed :-| |
I added my config.php content now |
@patrickjahns Oh perfect, thank you. Quiet strange ? Just enable it won't work cause it was broken. Thank you for the help ! And sorry for the noise. |
The bug is that the public link dialog now requires select2. It was already provided by the systemtags app so when that app is disabled that plugin is missing. The proper fix is to have select2 be included by core, not system tags. Closing as duplicate of #31338 |
@PVince81 After adding the systemtags app manually, it works! Thank you very much |
Is it a bug or it isn´t? |
it's a bug, fix will be in the next OC version |
Ok, thanks for the fix! |
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. |
Steps to reproduce
Expected behaviour
Show modal with all options for the public share
Actual behaviour
Incomplete modal dialog
Server configuration
Operating system: Ubuntu 16.04.4 LTS (GNU/Linux 4.4.0-119-generic x86_64)
Web server: Apache Apache/2.4.18
Database: Mysql 5.5.59
PHP version: 7.0.30
ownCloud version: 10.0.8.5
Updated from an older ownCloud or fresh install: updated
Where did you install ownCloud from: via updater app
Signing status (ownCloud 9.0 and above):
The content of config/config.php:
List of activated apps:
Are you using external storage, if yes which one: none
Are you using encryption: no
Are you using an external user-backend, if yes which one: LDAP
Client configuration
Browser: Firefox 59.0.3 (64-Bit)
Operating system: Windows 10 Ultimate 64Bit
Logs
Web server error log
ownCloud log (data/owncloud.log)
Browser log
The text was updated successfully, but these errors were encountered: