On Sat, Jun 9, 2012 at 9:45 AM, Robert James Clay <[email protected]> wrote: > Something I noticed and wondered about while I've been working on db > conversion issues. In the test db I'm using; after the page advising > that a 1.2 db was found and asking if I want to upgrade it, I get a page > about a duplicate vendor number. I fixed that and then get a page like > this: > -------------------------------------------------------------------- > Database Management Console > Enter User > Contrib Dir ________ > Default Country ________ > Default AR ________ > Default AP ________ > [Upgrade] > -------------------------------------------------------------------- > > That "Enter User" is in white characters on a black background. Why > "Enter User" for that page? Doesn't seem relevant... > > Second; why is it asking for the "Contrib Dir"? The installation > already has that information and is otherwise working with it.
contrib_dir was added before the contribdir in the LedgerSMB::Sysconfig. It looks like we moved over the Perl code but forgot to remove the input. I checked and it looks like this input is ignored. Fixed in branches/1.3 > > > > > > Jame > > > > > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Ledger-smb-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ledger-smb-devel ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Ledger-smb-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ledger-smb-devel
