pydio / pydio-sync

Python version of the Pydio synchronization client
https://pydio.com
GNU General Public License v3.0
82 stars 32 forks source link

Error while parsing request result #152

Closed Raggazzoo closed 7 years ago

Raggazzoo commented 7 years ago

Hello,

I'm a new user of pydio and I'm impressed by this software!

I only got one issue with podiosync. When I try to login to my workspace, I got this error : sans titre

Does someone already got this issue? Thank's

7omate commented 7 years ago

Try without ws-my-files in the URL

Raggazzoo commented 7 years ago

I already tried without ws-my-files and I got the same issue.

Thank's for the reactivity =)

Raggazzoo commented 7 years ago

It seems to be an apache configuration error.

There is my pydio-le-ssl.conf sans titre

Raggazzoo commented 7 years ago

I'm on pydio 7.0.1 by the way

7omate commented 7 years ago

Did you have a look at the .htaccess file? I think you need to tweak something if you want to use a subdomain

Raggazzoo commented 7 years ago

I take the pydio VAPP ovf template and now I got this image image

I tried somethings to setup the subdomain but with no result...

7omate commented 7 years ago

Hi, did you read https://pydio.com/en/docs/v7/checking-sync and tried https://yourserver.tld/runTests.php?api=true (sample workspace slug: my-files)?

Do you understand what you're doing ? The above htaccess looks like a 6.4.x htaccess and shouldn't work with 7.0.1. That's a current one https://github.com/pydio/pydio-core/blob/develop/core/src/.htaccess

Raggazzoo commented 7 years ago

I found the error, letsencrypt modify th Virtualhost in auto mode and corrupts everything. I made my certificate manually and now it's OK!

I'm on 6.0.8 because I use the PydioVAPP 1.1. I will update it step by step to 6.4 and maybe to 7.0.1.

Thank's for your time =)

7omate commented 7 years ago

Happy you solved the problem!