It may be fixed, but it also might not be.
I also noticed it using the wrong password, but then restarted it and it used the right password.
Go though and check that all the db type vars either match up or are local.
If global vars will reach, switch it so everything uses the var db, and it only runs loadDB once per lib startup. saveDB will be run every time the db is changed. This should help clear up some of the problems, and it will cut down on file io.
It may be fixed, but it also might not be. I also noticed it using the wrong password, but then restarted it and it used the right password. Go though and check that all the db type vars either match up or are local.
If global vars will reach, switch it so everything uses the var db, and it only runs loadDB once per lib startup. saveDB will be run every time the db is changed. This should help clear up some of the problems, and it will cut down on file io.
Fix backups