openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #07700
[Bug 822836] Re: Unable to change Super admin password when configured for webdav
Updating status: the fix was merged some time ago at revision 3923 in
trunk.
** Changed in: openobject-server
Status: Fix Committed => Fix Released
** Changed in: openobject-server
Milestone: None => 6.1
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Server.
https://bugs.launchpad.net/bugs/822836
Title:
Unable to change Super admin password when configured for webdav
Status in OpenERP Server:
Fix Released
Bug description:
Staring a V6.0.2 server with this configuration file:
1 [options]
2 admin_passwd = admin
3 [webdav]
4 enable = True
5 vdir = webdav
and --save option fails :
Traceback (most recent call last):
File "/home/sisalpuser/openerp/version6/server/bin/openerp-server.py", line 58, in <module>
import netsvc
File "/home/sisalpuser/openerp/version6/server/bin/netsvc.py", line 292, in <module>
import tools
File "/home/sisalpuser/openerp/version6/server/bin/tools/__init__.py", line 24, in <module>
from config import *
File "/home/sisalpuser/openerp/version6/server/bin/tools/config.py", line 514, in <module>
config.parse_config()
File "/home/sisalpuser/openerp/version6/server/bin/tools/config.py", line 375, in parse_config
self.save()
File "/home/sisalpuser/openerp/version6/server/bin/tools/config.py", line 479, in save
p.set(sec,opt,self.misc[sec][opt])
File "/usr/lib/python2.6/ConfigParser.py", line 377, in set
raise NoSectionError(section)
ConfigParser.NoSectionError: No section: 'webdav'
without --save, it is ok
regards
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/822836/+subscriptions