Error Uploading File dan Unknown Error Code

All about Zimbra Drive
Post Reply
rizkypratama
Posts: 30
Joined: Mon Apr 18, 2016 3:11 am

Error Uploading File dan Unknown Error Code

Post by rizkypratama »

I have installed zimbra 8.8.3 and nextcloud 12, i have set zimbra drive and nextcloud on another server, but I test to upload a file on zimbra, and show an error "Error Uploading File" and "Unknown Error Code"

I check on log but don't have a suspicious log

And when I login to nextcloud using the zimbra user cannot work

How to fix it?

Thanks
michele
Posts: 1
Joined: Fri Oct 13, 2017 6:08 pm

Re: Error Uploading File dan Unknown Error Code

Post by michele »

same isse with 8.7.11_GA
nurhidayat
Posts: 2
Joined: Mon Dec 04, 2017 8:12 am

Re: Error Uploading File dan Unknown Error Code

Post by nurhidayat »

have same problem here, zimbra 8.7.11 . still no solution here ?
User avatar
jorgedlcruz
Zimbra Alumni
Zimbra Alumni
Posts: 2782
Joined: Thu May 22, 2014 4:47 pm

Re: Error Uploading File dan Unknown Error Code

Post by jorgedlcruz »

Hello,
I've opened the next Bugzilla, make sure you vote for it and subscribe to it: Best regards!
Jorge de la Cruz https://jorgedelacruz.es
Systems Engineer at Veeam Software https://www.veeam.com/
rizkypratama
Posts: 30
Joined: Mon Apr 18, 2016 3:11 am

Re: Error Uploading File dan Unknown Error Code

Post by rizkypratama »

I think this case is solved

I follow the guidelines here https://github.com/ZeXtras/zimbra-drive/issues/17

I simply modify this file abstractzimbrausersbackend.php then I modify this line :

return http_build_query($fields);

change to :

$postfields = http_build_query($fields);
return urldecode($postfields);

This works for me
hmmblah
Advanced member
Advanced member
Posts: 53
Joined: Fri Sep 12, 2014 11:44 pm
ZCS/ZD Version: Zimbra 8.8.10_GA_3041

Re: Error Uploading File dan Unknown Error Code

Post by hmmblah »

rizkypratama wrote:I think this case is solved

I follow the guidelines here https://github.com/ZeXtras/zimbra-drive/issues/17

I simply modify this file abstractzimbrausersbackend.php then I modify this line :

return http_build_query($fields);

change to :

$postfields = http_build_query($fields);
return urldecode($postfields);

This works for me
Thanks!! This worked for me as well with Zimbra 8.8.5 and Nextcloud 12.0.4. I still get a failed message when I run the test from the Zimbra Drive App within Nextcloud, but uploading files from the Drive Zimlet within the Zimbra webclient works fine. I can also sign into Nextcloud using my Zimbra credentials.
Post Reply