@Amit, It's not really about installing document_webdav, it is about having the webdav section in the openerp-server.conf file. If I have the following section at the bottom of my openerp-server.conf file:
[webdav] enable = True vdir = webdav then I cannot change the superadmin password. If I comment out the webdav section password changing works again. -- You received this bug notification because you are a member of C2C OERPScenario, which is subscribed to OpenERP Project Group. https://bugs.launchpad.net/bugs/822836 Title: Unable to change Super admin password when configured for webdav Status in OpenERP Addons (modules): Incomplete 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-addons/+bug/822836/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~c2c-oerpscenario Post to : [email protected] Unsubscribe : https://launchpad.net/~c2c-oerpscenario More help : https://help.launchpad.net/ListHelp

