owncloud / client

🖥️ Desktop Syncing Client for ownCloud
GNU General Public License v2.0
1.4k stars 665 forks source link

special charters #2234

Closed Blisk closed 9 years ago

Blisk commented 10 years ago

Server configuration

I'm running the desktop client on Centos 6.5 x64. The ownCloud sync client version is 1.6.3 Owncloud version 7.0.2

I have a problem right now with uploading some files over client to server. if folder or file have special charter in it it doesn't work, "can not rename file to final destination."

if I uploade it from web site than it is ok. probem is with čšćđž Also preview that files doesn't work. if I delete that charters from filename and folder than is also ok

danimo commented 10 years ago

I suspect this is a setup problem on the server side. Please follow http://doc.owncloud.org/desktop/1.6/troubleshooting.html#identifying-basic-functionality-problems for further debugging. What server OS are you using?

Blisk commented 10 years ago

I wrote that at first post, centos 6.5 x64. client is on windows 7 x64 What can be wrong on server side? It is repeatable.

danimo commented 10 years ago

That's what we are trying to find out. Please run through the trouble shooting process.

Blisk commented 10 years ago

ok this is log from server http://zerobin.povej.net/?78cbceb70a7e82c4#RhcFdZTxVHHkbII9q7+OZT6Kki7Y/bWpvJCb6RbOvEc= And this one from client http://zerobin.povej.net/?2af215fe9d7d5e13#w28XFnI2uHlqN5bMQMHu9KikHHDdfGQy/ZGF0739rbw=

danimo commented 10 years ago

So the server errors out doing that. Can you create files like this manually on the server? What kind of storage backend are you using?

Blisk commented 10 years ago

When I upload the same file from browser it works ok, problem is only with client. One file with special charter and no file is uploaded to server. This server is host on vmware and it is 500Gb large that is where files are stored too. I tried on second server where is real server and it is the same, same errors. I can create that kind of file in owncloud in web browser and also put in some text.

dragotin commented 10 years ago

this is from the client log and can also be found in the server log:

server replied: Internal Server Error (Could not rename part file to final file)")

@DeepDiver1975 can you hint something? Thx.

Blisk commented 10 years ago

Is there something new about this issue?

guruz commented 9 years ago

Which PHP version were you guys using?

@PVince81 Does the above ring a bell?

PVince81 commented 9 years ago

Not really. Most encoding issues I heard about were for people running OC on a Windows server.

Here it's CentOS. Maybe something wrong with the locale configuration ? Please make sure PHP is set to en_US.UTF_8

ogoffart commented 9 years ago

This was the same error as https://github.com/owncloud/client/issues/2779 So maybe this needs testing now against the server from master.

guruz commented 9 years ago

Yep, please retry with a newer client and server.