It is lua script runs with database file and default configuration, I get this error, I need to sabe some log across reboots, I added new fields into defaulu file just like older fileds, I get this error, I am struggling for a week, thanks in advance.
default config file is just ascii file like below, if anybody good in DB, I would like to upload those files,
systemConfig = {}
systemConfig[1] = {}
systemConfig[1]["checksum"] = "0"
systemConfig[1]["configMinorVer"] = "0"
systemConfig[1]["configMajorVer"] = "12"
systemConfig[1]["_ROWID_"] = "1"
ntp = {}
ntp[1] = {}
ntp[1]["enabled"] = "1"
ntp[1]["networkMode"] = "4"
ntp[1]["timezone"] = "0"
ntp[1]["useDefServers"] = "1"
ntp[1]["server1"] = "0.us.pool.ntp.org"
ntp[1]["autoDaylight"] = "0"
ntp[1]["reSyncNtpVal"] = "120"
ntp[1]["_ROWID_"] = "1"
ntp[1]["server2"] = "1.us.pool.ntp.org"