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

upload on link shared folder failes with JS Error "TypeError: OCA.Files.App is undefined" #19922

Closed
michag86 opened this issue Oct 21, 2015 · 9 comments · Fixed by #19931
Closed

Comments

@michag86
Copy link
Contributor

Steps to reproduce

  1. share a folder by link with upload permission
  2. try to upload a file to this link share

Expected behaviour

file should be uploaded

Actual behaviour

file isn't uploaded
JS Error: TypeError: OCA.Files.App is undefined - file-upload.js:185:7

Server configuration

Fresh VM Image: http://download.owncloud.org/community/production/vm/xUbuntu_14.04-owncloud-8.2.0-2.1-201510201921.vmx.zip

@PVince81
Copy link
Contributor

Indeed...

@PVince81
Copy link
Contributor

Likely to be a regression introduced by the changes for the conflict dialog: #19417

@PVince81
Copy link
Contributor

It's even worse, even after fixing the filelist issue, the upload doesn't work due to "formData is not defined"

@PVince81
Copy link
Contributor

@cmonteroluque @DeepDiver1975 @karlitschek

@enoversum
Copy link

Edit: Likely a different issue, see ticket here: #19929
I think this is about the same. When I uploaded a file and share the link, clicking the download button on the link gives out an error in the console (Uncaught ReferenceError: oc_appconfig is not defined shareconfigmodel.js) plus an owncloud warning of an internal server error.

@PVince81
Copy link
Contributor

@enoversum that looks like a different issue, not related to upload. Please raise a separate ticket.

@enoversum
Copy link

@PVince81 Oh well, sounded like the same source. Will do, thanks!

@PVince81
Copy link
Contributor

Thanks. Please mention me there.

@PVince81
Copy link
Contributor

PR here #19931

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants