openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #08383
[Bug 717750] Re: Document management appears broken on Windows - ftp - 550 Invalid database path:
This bug exists in 6.1
The fix suggested by Jan B. Krejčí (janbkrejci) worked for me:
In abstractfs.py:
Line 275 is:
p_parts = path.split("/") # hard-code the unix sep here, by
spec.
Should be:
p_parts = path.split(os.sep) # hard-code the unix sep here, by
spec.
This fixed the problem for me on Windows 7 64-bit.
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/717750
Title:
Document management appears broken on Windows - ftp - 550 Invalid
database path:
Status in OpenERP Addons (modules):
Confirmed
Bug description:
USing windows 7 / all in One 6.0.1.
Simple step.
Configure a db with demo data took only knwoledge with the ftp document management.
Opening ftp on port 8021 works and the databases appear. However clicking always finishes by
"550 Invalid database path: <database name>.
This works fine on linux
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/717750/+subscriptions