Submitted by fmontaner on Fri, 09/07/2012 - 07:09
Hi, II have configured the dav on a virtual server and everything works fine :-)
When i try to save the form "DAV Authentication" I always get the same error
"Domain does not exist!"
Thanks in advance Regards Faustino
Status:
Active
Comments
Submitted by JamieCameron on Fri, 09/07/2012 - 12:39 Comment #1
Thanks for pointing this out - this is a bug in Virtualmin.
The quick fix till the next release is to edit the file
/usr/share/webmin/virtualmin-dav/index.cgi
and change line 26 to :print &ui_hidden("dom", $d->{'id'});
Submitted by fmontaner on Sat, 09/08/2012 - 10:19 Comment #2
Jamie,
Now works fine
Thanks in advance
Regards Faustino
Submitted by Issues on Sat, 09/22/2012 - 10:46 Comment #3
Automatically closed -- issue fixed for 2 weeks with no activity.
Jamie,
I have had the same problem and i can say the bug is back :-(
changed : /usr/libexec/webmin/virtualmin-dav/index.cgi with above suggestion and it works again. Running virtualmin 3.99
Submitted by imcdona on Mon, 11/25/2013 - 20:42 Comment #5
This is still an issue in version 4.03.
For those running CentOS the file is located in: /usr/libexec/webmin/virtualmin-dav/index.cgi
Quick and Dirty fix CentOS:
nano +26 /usr/libexec/webmin/virtualmin-dav/index.cgi Nano should open to the line in question which reads: "print &ui_hidden("dom", $d->{'dom'});" Replace the line with the following and do a CTRL-x and save changes when done: print &ui_hidden("dom", $d->{'id'});