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

Shared Link - Public (Anon) Upload - Not Working (8.2) #20143

Closed
dhxgit opened this issue Oct 29, 2015 · 7 comments
Closed

Shared Link - Public (Anon) Upload - Not Working (8.2) #20143

dhxgit opened this issue Oct 29, 2015 · 7 comments

Comments

@dhxgit
Copy link

dhxgit commented Oct 29, 2015

Owncloud Version: 8.2
OS: Ubuntu 14.04.3

Configuration:
Public Upload in shared links is allowed, no password.

Issue:
After upgrading to Owncloud 8.2 uploading a file to a shared link does not work anymore. (It did work fine with 8.1.x)

There is no communication between the clientbrowser (Chromium) and the http-server during file-selection... There is only a JavaScript exception within the clientborwser:

Uncaught TypeError: Cannot read property 'fileList' of undefined
OC.Upload.checkExistingFiles @ a1efc74e66b7fa8bf271e8c5dd4e683d.js:977
o.add @ a1efc74e66b7fa8bf271e8c5dd4e683d.js:977
t.Widget._trigger @ a1efc74e66b7fa8bf271e8c5dd4e683d.js:23
(anonymous function) @ a1efc74e66b7fa8bf271e8c5dd4e683d.js:1019
x.extend.each @ a1efc74e66b7fa8bf271e8c5dd4e683d.js:4
e.widget._onAdd @ a1efc74e66b7fa8bf271e8c5dd4e683d.js:1019
(anonymous function) @ a1efc74e66b7fa8bf271e8c5dd4e683d.js:16
(anonymous function) @ a1efc74e66b7fa8bf271e8c5dd4e683d.js:1023
c @ a1efc74e66b7fa8bf271e8c5dd4e683d.js:4p.add @ a1efc74e66b7fa8bf271e8c5dd4e683d.js:4
r.always @ a1efc74e66b7fa8bf271e8c5dd4e683d.js:4
e.widget._onChange @ a1efc74e66b7fa8bf271e8c5dd4e683d.js:1023
(anonymous function) @ a1efc74e66b7fa8bf271e8c5dd4e683d.js:16
r @ a1efc74e66b7fa8bf271e8c5dd4e683d.js:22
x.event.dispatch @ a1efc74e66b7fa8bf271e8c5dd4e683d.js:5
v.handle @ a1efc74e66b7fa8bf271e8c5dd4e683d.js:5

@nickvergessen
Copy link
Contributor

Works for me, but seeing that you have asset pipeline enabled, mind purging the assets directory?
I assume the files still contain old content.

@nickvergessen
Copy link
Contributor

@MorrisJobke what do you think, I have two things on my mind:

  1. Purge the asset directory on update
  2. Disable asset pipelining on the update screen

@ghost
Copy link

ghost commented Oct 29, 2015

Might be a dup of #20112 and #19922 which seems to get fixed with 8.2.1

@dhxgit
Copy link
Author

dhxgit commented Oct 29, 2015

Purging the assets did the trick.

It might be a good idea to add this to "maintenance:repair" in occ.

Thanks.

@ghost
Copy link

ghost commented Oct 29, 2015

Mhhh, schould be already done according to the docs:

and will be automatically refreshed whenever ownCloud or one of its apps is updated.

https://doc.owncloud.org/server/8.2/admin_manual/configuration_server/js_css_asset_management_configuration.html

@MorrisJobke
Copy link
Contributor

Will be fixed in 8.2.1 #19956

@MorrisJobke
Copy link
Contributor

Duplicate of #19922

@lock lock bot locked as resolved and limited conversation to collaborators Aug 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants