Originally Posted by
dopedoper
Shure, i found the problem, but I cant solve it:
but still this is a weird problem... i don't have a account_data table in ncdb 0.2.2 and i use Ascent_Rev_2016
so maybe you should try using a lower core rev?
i think creating an empty table yourself might work 
try this:
Code:
CREATE TABLE `account_data` (
`acct` int(30) NOT NULL,
`accountdata0` text NOT NULL,
`accountdata1` text NOT NULL,
`accountdata2` text NOT NULL,
`accountdata3` text NOT NULL,
`accountdata4` text NOT NULL,
`accountdata5` text NOT NULL,
`accountdata6` text NOT NULL,
`accountdata7` text NOT NULL,
PRIMARY KEY (`acct`),
UNIQUE KEY `ind` (`acct`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1
grtz