-
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
Sync problem: Internal Server Error #1901 #9220
Comments
@icewind1991 Any idea? |
New developments; I can reach https://cloud.DOMAIN.com/remote.php/webdav/ through browser I cannot reach through windows map drive (seams it's not acepting credentials). This might be the cause of my windows clients misbehave. |
O.K. In this case it can´t be an ownCloud issue if the url works in the browser. I suggest that you try with a different webdav client |
hum... Could it be that windows and my clients are having problems with the certificate? Cause it seams that neither http or https work out properly on both mapping in windows and the client operations. Windows map connection now says "Networkname was not found" Didn't got why this was closed... see, the sync proble is still there! My clients are not working properly. Operation Canceled You cannot suggest me and close... I was trying the client, webdav is a debug step |
it breaks when it's trying to download "chunks" with remote.php/webdav/somepath/file-chunking-number-3-0 - server replied: Internal Server Error |
Have seen some similar reports at the forums. |
Check this one: owncloud/client#1899 |
Hi all,
How can I debug this:
"Error downloading https://cloud.mydomain.com/remote.php/webdav/somefile.typ-chunking-numbers-x-y - server replied: Internal Server Error"
owncloud.log (trying to select relevant warnings...):
{"app":"webdav","message":"Sabre_DAV_Exception_BadRequest: expected filesize 1069406 got 245760","level":4,"time":"2014-06-25T15:20:53+00:00"}
{"app":"PHP","message":"syntax error, unexpected end of file at /home/admin/owncloud.DOMAIN.com/lib/private/files/cache/storage.php#57","level":3,"time":"2014-06-25T14:58:37+00:00"}
{"app":"PHP","message":"curl_setopt_array(): CURLOPT_FOLLOWLOCATION cannot be activated when an open_basedir is set at /home/admin/owncloud.DOMAIN.com/3rdparty/Sabre/DAV/Client.php#465","level":3,"time":"2014-06-25T14:49:24+00:00"}
{"app":"core","message":"isWebDAVWorking: NO - Reason: [CURL] Error while making request: Peer certificate cannot be authenticated with known CA certificates (error code: 60) (Sabre_DAV_Exception)","level":2,"time":"2014-06-25T14:49:24+00:00"}
{"app":"webdav","message":"Sabre_DAV_Exception_BadRequest: expected filesize 10485760 got 2342912","level":4,"time":"2014-06-25T14:52:24+00:00"}
Other errors with...
is_file(): open_basedir restriction in effect
I'm quite not convinced over this erros, the behaviour with the windows client is caotic, and with linux is smooth (windows client gave A LOT of errors only withing first 80Mb of sync, while Linux Client gave 2 of the same errors with 2.4Gb of sync )
I need some help here trying to debug this... thanks!
The text was updated successfully, but these errors were encountered: