This question has been flagged
1 Reply
4998 Views

Hi,

I'm trying to configure openerp with webdav. I'm using the nightly build, in debian 6. I also tried with the latestbuild.tar.gz

The module installs fine, I can see the configuration, etc. But when I try to open the webdav link, I always get 500 error. I tried https://site/webdav/databasename/Documents/, (with and without ssl), https://site/webdav/ etc

Any ideas what's wrong? Is it a debian issue?

Thanks! em

Avatar
Discard
Best Answer

Try with PyWebDAV 0.9.8

I'd had the same error with PyWebDAV 0.9.4

Download PyWebDAV-0.9.8.tar.gz

For install it

tar zxvf PyWebDAV-0.9.8.tar.gz

cd PyWebDAV-0.9.8

python setup.py develop

Avatar
Discard