Bug #50
closed
Set DB directory in config result in "[ERR] Failed to load any valid config file(s) ..."
Added by Jörg Ebeling over 3 years ago.
Updated over 3 years ago.
Description
After DB directory configuration like:
[db]
directory = "C:\l2cpbg\l2cpbg.db"
Start of L2CPBG fail with: [ERR] Failed to load any valid config file(s) ./l2cpbg.conf, /etc/l2cpbg.conf, /usr/local/etc/l2cpbg.conf, C:\l2cpbg\l2cpbg.conf
Files
Windows user who prefer to write their path with a backslash as path separator, need to write it as double backslash "\", because a single backslash is used as escape character in TOML. I.e.:
directory = "C:\\Program Files\\LDAP2CardDAV-Gateway\\db"
or write it in forward-slash style:
directory = "C:/Program Files/LDAP2CardDAV-Gateway/db"
The attached beta4 does some better error output if only a single backslash got entered.
- Status changed from New to Closed
- % Done changed from 0 to 100
Also available in: Atom
PDF