Page 1 of 1

Error Uploading File dan Unknown Error Code

Posted: Tue Oct 17, 2017 7:47 am
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

Re: Error Uploading File dan Unknown Error Code

Posted: Tue Oct 17, 2017 9:30 am
by michele
same isse with 8.7.11_GA

Re: Error Uploading File dan Unknown Error Code

Posted: Mon Dec 04, 2017 8:19 am
by nurhidayat
have same problem here, zimbra 8.7.11 . still no solution here ?

Re: Error Uploading File dan Unknown Error Code

Posted: Wed Dec 06, 2017 12:07 pm
by jorgedlcruz
Hello,
I've opened the next Bugzilla, make sure you vote for it and subscribe to it: Best regards!

Re: Error Uploading File dan Unknown Error Code

Posted: Mon Dec 18, 2017 6:22 pm
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

Re: Error Uploading File dan Unknown Error Code

Posted: Thu Dec 21, 2017 2:37 pm
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.