WebDAV -6
I get a -6 error when I try to verify the server for WebDAV. I am trying to connect to my university's webfiles system. I can upload files to it as a networked drive within Vista, but not from Zotero. I can give you the full error code, but don't know how to print out the report. When I use the instructions to get the report running "C:\Program Files\Mozilla Firefox\firefox.exe" -console" is cannot find the program, yet I checked and firefox is in the mozilla firefox folder.
Thank you for your time
Thank you for your time
Since this is a server issue, you might need to refer to your IT department for more info.
I have read access to my WebDAV server from Firefox, at the correct URL.
But in cadaver, I get an error:
edit test_file.txt
Locking `test_file.txt': failed:
500 Internal Server Error
The following site indicates a potential solution:
http://www.digital-arcanist.com/sanctum/article.php?story=20070427101250622
I setup WebDAV using those instructions:
# Create LockDB file for WebDAV
Next we need to set up a DAVLockDB file for WebDAV to use. This is a very important step, as you'll wind up with Internal Server Errors if you try to use WebDAV without it.
mkdir /usr/share/apache2/var
touch /usr/share/apache2/var/DAVLock
chown -R www-data:www-data /usr/share/apache2/var
Any ideas what to try next?